commit:     f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Aug 26 15:18:56 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Thu Aug 26 15:19:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f90c9bfa

media-sound/spotify_dl: new package (7.6.0)

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-sound/spotify_dl/Manifest                |  1 +
 media-sound/spotify_dl/metadata.xml            |  8 +++++++
 media-sound/spotify_dl/spotify_dl-7.6.0.ebuild | 30 ++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest
new file mode 100644
index 000000000..eea696570
--- /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 000000000..cbe3c6a53
--- /dev/null
+++ b/media-sound/spotify_dl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Nicola Smaniotto</name>
+       </maintainer>
+</pkgmetadata>

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 000000000..704a2aa8f
--- /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
+"

Reply via email to