commit: 2cbdc93cd725c780e5049b8f01493c22c978a0f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 17:21:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 17:47:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbdc93c
dev-python/pyparsing: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../pyparsing/{pyparsing-2.4.7.ebuild => pyparsing-2.4.7-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyparsing/pyparsing-2.4.7.ebuild
b/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild
similarity index 94%
rename from dev-python/pyparsing/pyparsing-2.4.7.ebuild
rename to dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild
index b412b387bec..7007a149ec6 100644
--- a/dev-python/pyparsing/pyparsing-2.4.7.ebuild
+++ b/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1