Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
Date: Thu, 12 May 2022 14:18:12
Message-Id: 1652365084.76a0a4dbdb36ee846be0a9c200dedfc6114a09b6.mgorny@gentoo
1 commit: 76a0a4dbdb36ee846be0a9c200dedfc6114a09b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 14:02:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 14:18:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a0a4db
7
8 dev-python/iso8601: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/iso8601/iso8601-1.0.2-r1.ebuild | 10 +++++++---
13 1 file changed, 7 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild
16 index 9a6cd312e2e6..47aa6c695505 100644
17 --- a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild
18 +++ b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild
19 @@ -4,12 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=poetry
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25
26 inherit distutils-r1
27
28 DESCRIPTION="Simple module to parse ISO 8601 dates"
29 -HOMEPAGE="https://pypi.org/project/iso8601/"
30 +HOMEPAGE="
31 + https://github.com/micktwomey/pyiso8601/
32 + https://pypi.org/project/iso8601/
33 +"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 @@ -20,6 +23,7 @@ BDEPEND="
38 test? (
39 dev-python/hypothesis[${PYTHON_USEDEP}]
40 dev-python/pytz[${PYTHON_USEDEP}]
41 - )"
42 + )
43 +"
44
45 distutils_enable_tests pytest