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: Mon, 25 May 2020 19:27:57
Message-Id: 1590434863.ad93678096911b149994410c4a751f4b46c454bb.mgorny@gentoo
1 commit: ad93678096911b149994410c4a751f4b46c454bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 19:02:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 19:27:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad936780
7
8 dev-python/iso8601: Port to py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/iso8601/iso8601-0.1.12.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild
16 index fe65dd2909f..794ce2637c0 100644
17 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild
18 +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -15,6 +15,4 @@ LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
31
32 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
33 -
34 distutils_enable_tests pytest