commit:     76a0a4dbdb36ee846be0a9c200dedfc6114a09b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 14:02:51 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 12 14:18:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a0a4db

dev-python/iso8601: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/iso8601/iso8601-1.0.2-r1.ebuild | 10 +++++++---
 1 file 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

Reply via email to