commit: 4119b367bc61d752dc6304ffc21d0feafa30a391
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 17:21:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 17:47:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4119b367
dev-python/simplejson: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{simplejson-3.17.2.ebuild => simplejson-3.17.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/simplejson/simplejson-3.17.2.ebuild
b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
similarity index 93%
rename from dev-python/simplejson/simplejson-3.17.2.ebuild
rename to dev-python/simplejson/simplejson-3.17.2-r1.ebuild
index c583dc0725e..c5be00caf28 100644
--- a/dev-python/simplejson/simplejson-3.17.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1