From f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Thu, 26 Aug 2021 17:18:56 +0200 Subject: [PATCH] media-sound/spotify_dl: new package (7.6.0) Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto --- media-sound/spotify_dl/Manifest | 1 + media-sound/spotify_dl/metadata.xml | 8 +++++ .../spotify_dl/spotify_dl-7.6.0.ebuild | 30 +++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 media-sound/spotify_dl/Manifest create mode 100644 media-sound/spotify_dl/metadata.xml create mode 100644 media-sound/spotify_dl/spotify_dl-7.6.0.ebuild diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest new file mode 100644 index 0000000000..eea6965700 --- /dev/null +++ b/media-sound/spotify_dl/Manifest @@ -0,0 +1 @@ +DIST spotify_dl-7.6.0.tar.gz 319723 BLAKE2B 9b0bb4c4839226b83ce6b7f0e030c5136de47f84e4c5f069b9fe573755746a12e0b32a8ad488704aae4a5355920289d9f2e7e955a950b3e9d7c7d78f24f26928 SHA512 21f8111f679c028b71371aa3d8bd822c0e72474fb768834a5f3c84fd3491e74e56bbf7acf0c23a132cdb60ac99dbcb65d4ca60f388ee48cbaeb1b66528bd06a5 diff --git a/media-sound/spotify_dl/metadata.xml b/media-sound/spotify_dl/metadata.xml new file mode 100644 index 0000000000..cbe3c6a539 --- /dev/null +++ b/media-sound/spotify_dl/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + + diff --git a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild new file mode 100644 index 0000000000..704a2aa8f4 --- /dev/null +++ b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +MY_PN="spotify-dl" + +DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide" +HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/" +SRC_URI="https://github.com/SathyaBhat/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" # tests require network access + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND=" + dev-python/spotipy[${PYTHON_USEDEP}] + media-libs/mutagen[${PYTHON_USEDEP}] + dev-python/sentry-sdk[${PYTHON_USEDEP}] + dev-python/peewee[${PYTHON_USEDEP}] + >=net-misc/youtube-dl-2021.06.06 +"