diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-07 09:04:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-07 10:26:31 +0100 |
commit | 3235a0f9d22c5c60c18af87a59c1f5dced910b21 (patch) | |
tree | c0ff7a675fc8a09363bdd0ac7a18b91566418532 /dev-python/inflect | |
parent | dev-python/cssutils: Use pypi.eclass (diff) | |
download | gentoo-3235a0f9d22c5c60c18af87a59c1f5dced910b21.tar.gz gentoo-3235a0f9d22c5c60c18af87a59c1f5dced910b21.tar.bz2 gentoo-3235a0f9d22c5c60c18af87a59c1f5dced910b21.zip |
dev-python/inflect: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r-- | dev-python/inflect/inflect-6.0.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/inflect/inflect-6.0.2.ebuild b/dev-python/inflect/inflect-6.0.2.ebuild index fc71ca7dfd88..1074ffd7ff50 100644 --- a/dev-python/inflect/inflect-6.0.2.ebuild +++ b/dev-python/inflect/inflect-6.0.2.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Correctly inflect words and numbers" HOMEPAGE=" https://pypi.org/project/inflect/ https://github.com/jaraco/inflect/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |