diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/precis-i18n/precis-i18n-1.0.5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild index 31c25af77de2..8576c88ad74b 100644 --- a/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild +++ b/dev-python/precis-i18n/precis-i18n-1.0.5.ebuild @@ -6,16 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi -MY_P=${P/-/_} DESCRIPTION="Internationalized Usernames and Passwords" HOMEPAGE=" https://github.com/byllyfish/precis_i18n/ https://pypi.org/project/precis-i18n/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" -S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" |