commit: c213570d4903f4a2cd25c54b234405a43f909ebd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 21:09:32 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 21:33:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c213570d
dev-python/python-fastimport: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...python-fastimport-0.9.8.ebuild => python-fastimport-0.9.8-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
b/dev-python/python-fastimport/python-fastimport-0.9.8-r1.ebuild
similarity index 93%
rename from dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
rename to dev-python/python-fastimport/python-fastimport-0.9.8-r1.ebuild
index 7c291a20c53..33d47a28347 100644
--- a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
+++ b/dev-python/python-fastimport/python-fastimport-0.9.8-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1