commit:     6b7ae625bb113a6493d936389f1a203889c00d75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 05:51:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 05:53:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7ae625

dev-python/humanize: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/humanize/humanize-4.6.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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"

Reply via email to