diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-12 16:02:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-12 16:18:04 +0200 |
commit | 76a0a4dbdb36ee846be0a9c200dedfc6114a09b6 (patch) | |
tree | bde44186bc7c106357fb08a511c3815821bf1ab6 /dev-python/iso8601/iso8601-1.0.2-r1.ebuild | |
parent | dev-python/statsmodels: remove unused patch(es) (diff) | |
download | gentoo-76a0a4dbdb36ee846be0a9c200dedfc6114a09b6.tar.gz gentoo-76a0a4dbdb36ee846be0a9c200dedfc6114a09b6.tar.bz2 gentoo-76a0a4dbdb36ee846be0a9c200dedfc6114a09b6.zip |
dev-python/iso8601: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/iso8601/iso8601-1.0.2-r1.ebuild')
-rw-r--r-- | dev-python/iso8601/iso8601-1.0.2-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild index 9a6cd312e2e6..47aa6c695505 100644 --- a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild +++ b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/" +HOMEPAGE=" + https://github.com/micktwomey/pyiso8601/ + https://pypi.org/project/iso8601/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -20,6 +23,7 @@ BDEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest |