commit: 558fe7a9d92b4c20350f37ba1e02fcc243b0455e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:27:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:36:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558fe7a9
dev-python/utidylib: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/utidylib/{utidylib-0.6.ebuild => utidylib-0.6-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/utidylib/utidylib-0.6.ebuild
b/dev-python/utidylib/utidylib-0.6-r1.ebuild
similarity index 95%
rename from dev-python/utidylib/utidylib-0.6.ebuild
rename to dev-python/utidylib/utidylib-0.6-r1.ebuild
index 76975cc3578..65cb24ad7cc 100644
--- a/dev-python/utidylib/utidylib-0.6.ebuild
+++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
MY_P="uTidylib-${PV}"
inherit distutils-r1