commit: edf61374488cba0e76ad5227e6e76d59b1897718
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 16:46:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 16:51:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf61374
dev-python/unidecode: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/unidecode/unidecode-0.04.21.ebuild | 2 +-
dev-python/unidecode/unidecode-1.1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/unidecode/unidecode-0.04.21.ebuild
b/dev-python/unidecode/unidecode-0.04.21.ebuild
index bbc77e5281e..151b74730c2 100644
--- a/dev-python/unidecode/unidecode-0.04.21.ebuild
+++ b/dev-python/unidecode/unidecode-0.04.21.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
MY_PN=Unidecode
MY_P=${MY_PN}-${PV}
diff --git a/dev-python/unidecode/unidecode-1.1.1.ebuild
b/dev-python/unidecode/unidecode-1.1.1.ebuild
index 502f83b5ad1..02a9203ce95 100644
--- a/dev-python/unidecode/unidecode-1.1.1.ebuild
+++ b/dev-python/unidecode/unidecode-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
PYTHON_REQ_USE="wide-unicode(+)"
MY_PN=Unidecode