net-misc/downloader-cli: bump to 0.3.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
c56b2ea8bf
commit
226908e52c
@ -1,2 +1,3 @@
|
||||
DIST downloader-cli-0.1.0.tar.gz 142194 BLAKE2B 5965b3e14e1dfcc324860d823539362ee4bf2cb752c0823c8b9b412dc99a834fe836e6edd2174fdd6bcea1606f214fa1037f683871827e128086d1b17efb1688 SHA512 5c13eb63a3fb4f3f90dae1307277387ef7675b363f5c0bc3aa36b941292b1e049b525f37a1e42d36f888476a3b09a08162654bf78768d29f8aed912a759f37dd
|
||||
DIST downloader-cli-0.2.0.tar.gz 143866 BLAKE2B fb40acdf9d0f34be7aba04689313b5a9c638438b615f5cd99dfcfa73a17d9530a81090b3aa96387d45a1bda08fc71a69e8802b52adcca1447ed69c171f0a46b4 SHA512 d63e1847be7ddc4051a0630cbed0badaff500bf3682bf6c737e475450745226edb56ef08a67867adb1c6b2c6d7a6e011e269e8fa22f049dacdbd6223317e81d0
|
||||
DIST downloader-cli-0.3.1.tar.gz 255507 BLAKE2B 554191f2662746712a8d7c1e2a3b65190553cf5ccd125c661559bbb2c196852d778a0805f791403889bcddad45bf37a809e32dc8a1f68218f8df4d90fd7e822d SHA512 e8c7b193e00db2fd4695df4d772d11ccd7b9d720101bcf728cec688476ac0a9a3f76206e60e99efdb8a1f4e087f0a3553637a3f926f3a8680384d93c273fcd6c
|
||||
|
27
net-misc/downloader-cli/downloader-cli-0.3.1.ebuild
Normal file
27
net-misc/downloader-cli/downloader-cli-0.3.1.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple downloader written in Python with an awesome progressbar"
|
||||
HOMEPAGE="https://github.com/deepjyoti30/downloader-cli"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/deepjyoti30/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/urllib3-1.25.7[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
Reference in New Issue
Block a user