diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-18 09:52:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 15:02:46 +0200 |
commit | dba84ecce709dc03573fc9d92a04a307eb7744e3 (patch) | |
tree | a74519e5fd58b250e32dd9cdc0bdd807aa57342a /dev-python/smartypants | |
parent | dev-python/natsort: Port to python3.10 (diff) | |
download | gentoo-dba84ecce709dc03573fc9d92a04a307eb7744e3.tar.gz gentoo-dba84ecce709dc03573fc9d92a04a307eb7744e3.tar.bz2 gentoo-dba84ecce709dc03573fc9d92a04a307eb7744e3.zip |
dev-python/smartypants: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/smartypants')
-rw-r--r-- | dev-python/smartypants/smartypants-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/smartypants/smartypants-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild index 0f2af7693b6f..418910a52b87 100644 --- a/dev-python/smartypants/smartypants-2.0.1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..10} ) DISTUTILS_USE_SETUPTOOLS=no MY_PN="${PN}.py" @@ -26,6 +26,6 @@ fi LICENSE="MIT" SLOT="0" -IUSE="" distutils_enable_sphinx docs +distutils_enable_tests setup.py diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-9999.ebuild index 50a025c905af..418910a52b87 100644 --- a/dev-python/smartypants/smartypants-9999.ebuild +++ b/dev-python/smartypants/smartypants-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..10} ) DISTUTILS_USE_SETUPTOOLS=no MY_PN="${PN}.py" @@ -20,12 +20,12 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi LICENSE="MIT" SLOT="0" -IUSE="" distutils_enable_sphinx docs +distutils_enable_tests setup.py |