Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
Date: Sat, 28 Dec 2019 16:16:58
Message-Id: 1577549784.8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb.soap@gentoo
1 commit: 8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:16:24 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 16:16:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbbd85f
7
8 dev-python/uncompyle6: Remove Py2
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
17 index b6efee3fc7b..abbd80007a6 100644
18 --- a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
19 +++ b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
25 +PYTHON_COMPAT=( python3_{5,6} )
26
27 inherit distutils-r1