commit: 2105850f25cf1318a767163338049646d5e062d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:31:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:37:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2105850f
dev-python/funcsigs: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../funcsigs/{funcsigs-1.0.2-r1.ebuild => funcsigs-1.0.2-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
b/dev-python/funcsigs/funcsigs-1.0.2-r2.ebuild
similarity index 95%
rename from dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
rename to dev-python/funcsigs/funcsigs-1.0.2-r2.ebuild
index 315b2e60927..0a8b618ac41 100644
--- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild
+++ b/dev-python/funcsigs/funcsigs-1.0.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
inherit distutils-r1