commit: 8902aaf0656ae2092e697a6514b0cea383987d7a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 19:57:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 19:57:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8902aaf0
dev-python/ply: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ply/{ply-3.11.ebuild => ply-3.11-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11-r1.ebuild
similarity index 95%
rename from dev-python/ply/ply-3.11.ebuild
rename to dev-python/ply/ply-3.11-r1.ebuild
index 464e6b1233c..f96ca8e95cf 100644
--- a/dev-python/ply/ply-3.11.ebuild
+++ b/dev-python/ply/ply-3.11-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1