diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:45:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:48:04 +0100 |
commit | e98f048614783b485836bc883618f8f977dc87d0 (patch) | |
tree | 488aa390861227815f9dbec163e12ca38c6b26d4 /dev-python/helpdev | |
parent | dev-python/h11: Use pypi.eclass (diff) | |
download | gentoo-e98f048614783b485836bc883618f8f977dc87d0.tar.gz gentoo-e98f048614783b485836bc883618f8f977dc87d0.tar.bz2 gentoo-e98f048614783b485836bc883618f8f977dc87d0.zip |
dev-python/helpdev: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/helpdev')
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild index c80f5b245891..e56a90a6b643 100644 --- a/dev-python/helpdev/helpdev-0.7.1-r1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1-r1.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Helping users and developers to get information about the environment" HOMEPAGE="https://gitlab.com/dpizetta/helpdev" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |