mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
net-misc/downloader-cli: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user