diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 18:49:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 18:54:55 +0100 |
commit | 3e74d1073bd5354dd79a91869e6b87d981126daf (patch) | |
tree | 325528e8c232ea5d4f65edc3927bdfe669daf267 /dev-python | |
parent | sys-cluster/ceph: Drop no longer needed snappy dep from 15.2.17 (diff) | |
download | gentoo-3e74d1073bd5354dd79a91869e6b87d981126daf.tar.gz gentoo-3e74d1073bd5354dd79a91869e6b87d981126daf.tar.bz2 gentoo-3e74d1073bd5354dd79a91869e6b87d981126daf.zip |
dev-python/precis-i18n: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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" |