commit: 4e9df43c4ed2d8db14b514f7d6a8ba7352ac87ea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 08:49:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:36:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9df43c
dev-python/httplib2: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../httplib2/{httplib2-0.18.1.ebuild => httplib2-0.18.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httplib2/httplib2-0.18.1.ebuild
b/dev-python/httplib2/httplib2-0.18.1-r1.ebuild
similarity index 96%
rename from dev-python/httplib2/httplib2-0.18.1.ebuild
rename to dev-python/httplib2/httplib2-0.18.1-r1.ebuild
index d878ed1a9a7..06b35e14ad0 100644
--- a/dev-python/httplib2/httplib2-0.18.1.ebuild
+++ b/dev-python/httplib2/httplib2-0.18.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1