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/strict-rfc3339/
Date: Mon, 25 May 2020 06:12:41
Message-Id: 1590386942.d544ea648a3f6b9fd3787735a6771ccf85259a5b.mgorny@gentoo
1 commit: d544ea648a3f6b9fd3787735a6771ccf85259a5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 06:09:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 06:09:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d544ea64
7
8 dev-python/strict-rfc3339: Enable python3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
16 index a2bc293f209..c12a006c9b3 100644
17 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
18 +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=no
23 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
24 +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
25
26 inherit distutils-r1