diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-04 06:51:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-04 06:53:08 +0100 |
commit | 6b7ae625bb113a6493d936389f1a203889c00d75 (patch) | |
tree | 7df7cbfb354a0bd212049aaf1540624c08b8d7aa /dev-python/humanize | |
parent | dev-python/frozendict: Remove old (diff) | |
download | gentoo-6b7ae625bb113a6493d936389f1a203889c00d75.tar.gz gentoo-6b7ae625bb113a6493d936389f1a203889c00d75.tar.bz2 gentoo-6b7ae625bb113a6493d936389f1a203889c00d75.zip |
dev-python/humanize: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/humanize')
-rw-r--r-- | dev-python/humanize/humanize-4.6.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/humanize/humanize-4.6.0.ebuild b/dev-python/humanize/humanize-4.6.0.ebuild index 442b4071a626..93043977c44b 100644 --- a/dev-python/humanize/humanize-4.6.0.ebuild +++ b/dev-python/humanize/humanize-4.6.0.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Common humanization utilities" HOMEPAGE=" https://github.com/python-humanize/humanize/ https://pypi.org/project/humanize/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |