commit: 89c8546d9b5db46cf53509ade2b678e821d9d47e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:42:07 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:42:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c8546d
dev-python/mistune: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mistune/{mistune-0.8.4.ebuild => mistune-0.8.4-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mistune/mistune-0.8.4.ebuild
b/dev-python/mistune/mistune-0.8.4-r1.ebuild
similarity index 90%
rename from dev-python/mistune/mistune-0.8.4.ebuild
rename to dev-python/mistune/mistune-0.8.4-r1.ebuild
index f5c29b53f3f..60a55ef3213 100644
--- a/dev-python/mistune/mistune-0.8.4.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1