From edf61374488cba0e76ad5227e6e76d59b1897718 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 27 Mar 2020 17:46:35 +0100 Subject: [PATCH] dev-python/unidecode: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 bbc77e5281e3..151b74730c29 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 502f83b5ad12..02a9203ce951 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 -- 2.26.2