From f24e442b7bdc7316c8973f28103be7c82cebd7f5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 10 Jun 2020 19:34:42 +0200 Subject: dev-python/unidecode: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/unidecode/unidecode-1.1.1.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'dev-python') diff --git a/dev-python/unidecode/unidecode-1.1.1.ebuild b/dev-python/unidecode/unidecode-1.1.1.ebuild index d64032f5db3b..beafe7f03beb 100644 --- a/dev-python/unidecode/unidecode-1.1.1.ebuild +++ b/dev-python/unidecode/unidecode-1.1.1.ebuild @@ -3,23 +3,20 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6..9} ) PYTHON_REQ_USE="wide-unicode(+)" DISTUTILS_USE_SETUPTOOLS="rdepend" -MY_PN=Unidecode -MY_P=${MY_PN}-${PV} - inherit distutils-r1 +MY_P=Unidecode-${PV} DESCRIPTION="Module providing ASCII transliterations of Unicode text" HOMEPAGE="https://pypi.org/project/Unidecode/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" -S="${WORKDIR}/${MY_P}" - distutils_enable_tests setup.py -- cgit v1.2.3-65-gdbad