1
0
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:
2024-03-21 20:26:12 +01:00
parent 47e235ddf8
commit 03028b3ce2
8 changed files with 96 additions and 0 deletions

View 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