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: Sun, 02 Aug 2020 09:33:54
Message-Id: 1596360288.f6c81190d9f7cc01b532530592815ad962fad644.mgorny@gentoo
1 commit: f6c81190d9f7cc01b532530592815ad962fad644
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 09:24:48 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 09:24:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c81190
7
8 dev-python/strict-rfc3339: Remove py2.7
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 c12a006c9b3..a62e52e2432 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,9}} pypy3 )
24 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
25
26 inherit distutils-r1