diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 18:59:21 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 18:59:21 +0000 |
commit | 773e202f1fa3216dd7c54407e6837e7621dc48ad (patch) | |
tree | ba38e826a3dcdbf3ddf73998226cbba8c60c3574 /dev-python | |
parent | dev-python/blurhash-python: enable py3.13 (diff) | |
download | portage-773e202f1fa3216dd7c54407e6837e7621dc48ad.tar.xz |
dev-python/mistune: enable py3.13, python3_13t
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mistune/mistune-0.8.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild b/dev-python/mistune/mistune-0.8.4-r1.ebuild index 557ffd0a..42dd9d1c 100644 --- a/dev-python/mistune/mistune-0.8.4-r1.ebuild +++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} python3_13t ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -11,6 +11,6 @@ inherit distutils-r1 pypi DESCRIPTION="The fastest markdown parser in pure Python" HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 arm arm64 x86" |