commit: f0ac3ed526f37095fe28aa3f9efc417c9909bcbd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 21:09:54 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 21:33:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ac3ed5
dev-python/geventhttpclient: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{geventhttpclient-1.4.4.ebuild => geventhttpclient-1.4.4-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild
b/dev-python/geventhttpclient/geventhttpclient-1.4.4-r1.ebuild
similarity index 97%
rename from dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild
rename to dev-python/geventhttpclient/geventhttpclient-1.4.4-r1.ebuild
index 3cb77db1829..826f195f3ee 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.4.4-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1