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/ply/
Date: Fri, 25 Sep 2020 20:04:18
Message-Id: 1601063873.8902aaf0656ae2092e697a6514b0cea383987d7a.mgorny@gentoo
1 commit: 8902aaf0656ae2092e697a6514b0cea383987d7a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 19:57:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 19:57:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8902aaf0
7
8 dev-python/ply: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ply/{ply-3.11.ebuild => ply-3.11-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11-r1.ebuild
16 similarity index 95%
17 rename from dev-python/ply/ply-3.11.ebuild
18 rename to dev-python/ply/ply-3.11-r1.ebuild
19 index 464e6b1233c..f96ca8e95cf 100644
20 --- a/dev-python/ply/ply-3.11.ebuild
21 +++ b/dev-python/ply/ply-3.11-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
28
29 inherit distutils-r1