commit: 11649284f730fe737771ef97d2f4c97e88e1b610
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:17:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:37:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11649284
dev-python/testscenarios: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{testscenarios-0.5.0.ebuild => testscenarios-0.5.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
b/dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild
similarity index 94%
rename from dev-python/testscenarios/testscenarios-0.5.0.ebuild
rename to dev-python/testscenarios/testscenarios-0.5.0-r1.ebuild
index 4c2e3e972ef..d8cb4ec3455 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0-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