mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-19 07:53:34 +02:00
Added bandcamp downloader with deps
This commit is contained in:
30
net-misc/bandcamp-dl/bandcamp-dl-0.0.13.ebuild
Normal file
30
net-misc/bandcamp-dl/bandcamp-dl-0.0.13.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_11 )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN="bandcamp-downloader"
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple python script to download Bandcamp albums"
|
||||
HOMEPAGE="https://pypi.org/project/bandcamp-downloader"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/beautifulsoup4-4.11.1
|
||||
>=dev-python/chardet-4.0.0
|
||||
>=dev-python/demjson3-3.0.5
|
||||
>=dev-python/docopt-ng-0.8.1
|
||||
>=dev-python/requests-2.31.0
|
||||
>=dev-python/unicode-slugify-0.1.5
|
||||
>=media-libs/mutagen-1.45.1
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user