net-misc/downloader-cli: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-17 18:54:18 +01:00
parent 6bca6bd3c5
commit 8bddbc08ff

View File

@@ -6,12 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Simple downloader with an customizable progressbar"
HOMEPAGE="https://github.com/deepjyoti30/downloader-cli/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
S="${WORKDIR}"/${P/-/_}
HOMEPAGE="
https://github.com/deepjyoti30/downloader-cli/
https://pypi.org/project/downloader-cli/
"
LICENSE="MIT"
SLOT="0"