[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2022-11-02 Thread Haelwenn Monnier
commit: 36b0f3c5dcc15b58aa8ee0fe42ed44816319cf53
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Tue Nov  1 10:22:08 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Nov  1 10:22:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36b0f3c5

media-sound/spotify_dl: PEP517

Signed-off-by: Nicola Smaniotto  gmail.com>

 media-sound/spotify_dl/spotify_dl-8.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
index 2afa04e1f..f9b617f0c 100644
--- a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
+++ b/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2022-10-31 Thread Ronny Gutbrod
commit: 42f1740884f3873fe1fb6513d818067cbd271afc
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Oct 31 10:02:57 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Oct 31 10:03:35 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42f17408

media-sound/spotify_dl: add 8.5.0

Signed-off-by: Nicola Smaniotto  gmail.com>

 media-sound/spotify_dl/Manifest|  1 +
 media-sound/spotify_dl/spotify_dl-8.5.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest
index abd4b2e73..b44775459 100644
--- a/media-sound/spotify_dl/Manifest
+++ b/media-sound/spotify_dl/Manifest
@@ -1,2 +1,3 @@
 DIST spotify_dl-8.3.0.tar.gz 319579 BLAKE2B 
d61efe74a84704fef028df4d585b249eafdfbd2d48911f7fa36b72a33edf1a94eedb21b498bd53f4e53ce8a2b4b1b0f7e39caadf320485011717221e7c2eaef5
 SHA512 
739657d0f2f1bea741de8a2e51bc5be70dbb276d83d0e4555a7767d8c359dfd570c9348eaeccaac30d3097be1214648e798fc6c1de8deab3f346e2e0b89bb04a
 DIST spotify_dl-8.4.0.tar.gz 874109 BLAKE2B 
832eae3b8c5a943cd35bfa0161fbc67a527e81b70f49274bf11ff1e11a67e19116de44f1e28823060b35f665b702b288cf94a39fa4749b4a7a023edf985a0c77
 SHA512 
d0a42cc3f28701a72fecb80ce9ffacd14c90edded1f0ea252b6955bf55540568ba559ce78e456b651e1750de52f6cedc8d232a62fdfde708c242d990ba0a76c4
+DIST spotify_dl-8.5.0.tar.gz 874387 BLAKE2B 
6c55a428c6c1551f50e11401a675ecb48b6f6f63d84ab262b9f36035268192c257fc93d19b959d13d2583e7704e43c91a49889b8640cda62b5b92e641eee0078
 SHA512 
afae0ba1a291c91d6bf66d7dad38a4ccda36dfbe1d86b5a239aeebf380e817c58be4041b36eea096efaa5bb2d0abc3460d8f08f4e39923a4644218b1cce20387

diff --git a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
new file mode 100644
index 0..2afa04e1f
--- /dev/null
+++ b/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN="${PN/_/-}"
+
+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"
+
+PROPERTIES="test_network"
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+   >=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
+   =net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
+   >=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
+   =media-libs/mutagen-1.45[${PYTHON_USEDEP}]
+   =dev-python/rich-12.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2022-10-17 Thread Andrew Ammerlaan
commit: 50a314c21f111d171711eb7bb93d75828bd7f877
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Oct 17 12:11:02 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Oct 17 12:11:28 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50a314c2

media-sound/spotify_dl: add 8.4.0

Signed-off-by: Nicola Smaniotto  gmail.com>

 media-sound/spotify_dl/Manifest|  1 +
 media-sound/spotify_dl/spotify_dl-8.4.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest
index 5db202c7f..abd4b2e73 100644
--- a/media-sound/spotify_dl/Manifest
+++ b/media-sound/spotify_dl/Manifest
@@ -1 +1,2 @@
 DIST spotify_dl-8.3.0.tar.gz 319579 BLAKE2B 
d61efe74a84704fef028df4d585b249eafdfbd2d48911f7fa36b72a33edf1a94eedb21b498bd53f4e53ce8a2b4b1b0f7e39caadf320485011717221e7c2eaef5
 SHA512 
739657d0f2f1bea741de8a2e51bc5be70dbb276d83d0e4555a7767d8c359dfd570c9348eaeccaac30d3097be1214648e798fc6c1de8deab3f346e2e0b89bb04a
+DIST spotify_dl-8.4.0.tar.gz 874109 BLAKE2B 
832eae3b8c5a943cd35bfa0161fbc67a527e81b70f49274bf11ff1e11a67e19116de44f1e28823060b35f665b702b288cf94a39fa4749b4a7a023edf985a0c77
 SHA512 
d0a42cc3f28701a72fecb80ce9ffacd14c90edded1f0ea252b6955bf55540568ba559ce78e456b651e1750de52f6cedc8d232a62fdfde708c242d990ba0a76c4

diff --git a/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild
new file mode 100644
index 0..2afa04e1f
--- /dev/null
+++ b/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN="${PN/_/-}"
+
+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"
+
+PROPERTIES="test_network"
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+   >=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
+   =net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
+   >=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
+   =media-libs/mutagen-1.45[${PYTHON_USEDEP}]
+   =dev-python/rich-12.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/files/, media-sound/spotify_dl/

2022-05-02 Thread Florian Schmaus
commit: 55a5b3f38fcc577ac1ab605fa9dc71c694dd624e
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Sun May  1 10:08:47 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun May  1 10:28:14 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55a5b3f3

media-sound/spotify_dl: add 8.3.0, drop older

All older ebuilds depend on packages that are now outside the tree

Signed-off-by: Nicola Smaniotto  gmail.com>

 media-sound/spotify_dl/Manifest|  4 +--
 .../spotify_dl-8.0.0-fuzzy-requirements.patch  | 20 ---
 media-sound/spotify_dl/spotify_dl-7.6.0.ebuild | 30 
 media-sound/spotify_dl/spotify_dl-8.0.0.ebuild | 41 --
 ..._dl-8.1.0-r1.ebuild => spotify_dl-8.3.0.ebuild} | 11 --
 5 files changed, 9 insertions(+), 97 deletions(-)

diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest
index 24a07b1d5..5db202c7f 100644
--- a/media-sound/spotify_dl/Manifest
+++ b/media-sound/spotify_dl/Manifest
@@ -1,3 +1 @@
-DIST spotify_dl-7.6.0.tar.gz 319723 BLAKE2B 
9b0bb4c4839226b83ce6b7f0e030c5136de47f84e4c5f069b9fe573755746a12e0b32a8ad488704aae4a5355920289d9f2e7e955a950b3e9d7c7d78f24f26928
 SHA512 
21f8111f679c028b71371aa3d8bd822c0e72474fb768834a5f3c84fd3491e74e56bbf7acf0c23a132cdb60ac99dbcb65d4ca60f388ee48cbaeb1b66528bd06a5
-DIST spotify_dl-8.0.0.tar.gz 320100 BLAKE2B 
a0ad0f732f244b8140f6278ca99c1a392d73455750fec1a97226fc607d3b7a1d226c2629ea3674173f8f9d0ef059c910c7e549f42b68fdbdc03efa4b07435818
 SHA512 
7c8d385b6777c89a4a75a7b1fc63bfcf20552a1c23e48a80d0688af0d51285085ebfb418ec5b94becd84870a07fc347ade31b6d2da511c000161489cccba23ed
-DIST spotify_dl-8.1.0.tar.gz 319957 BLAKE2B 
667f57e74e9d725d26f94239dcd2d6d88d0b33c8d7fb73ea0554f3ce65477905fbd19e9e1fd36f0954dd690f6c0c45bd14af10b18ca8932d2d26bd6aa97023c5
 SHA512 
f906deac7396b2e1482582294cb81bee54582ccdc97f562cc6eba5d9352a52ac67a86f179a0a52a4e51bd3e59394952e1aa856ef0564123cb37d70ba82b4255c
+DIST spotify_dl-8.3.0.tar.gz 319579 BLAKE2B 
d61efe74a84704fef028df4d585b249eafdfbd2d48911f7fa36b72a33edf1a94eedb21b498bd53f4e53ce8a2b4b1b0f7e39caadf320485011717221e7c2eaef5
 SHA512 
739657d0f2f1bea741de8a2e51bc5be70dbb276d83d0e4555a7767d8c359dfd570c9348eaeccaac30d3097be1214648e798fc6c1de8deab3f346e2e0b89bb04a

diff --git 
a/media-sound/spotify_dl/files/spotify_dl-8.0.0-fuzzy-requirements.patch 
b/media-sound/spotify_dl/files/spotify_dl-8.0.0-fuzzy-requirements.patch
deleted file mode 100644
index fecc8e667..0
--- a/media-sound/spotify_dl/files/spotify_dl-8.0.0-fuzzy-requirements.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Accept a wider range of versions, the provided ones are too
-restrictive and sometimes outside the gentoo tree.
-Patch by Nicola Smaniotto.
-
-diff --git a/requirements.txt b/requirements.txt
-index 586b007..987eeb2 100644
 a/requirements.txt
-+++ b/requirements.txt
-@@ -1,5 +1,5 @@
--sentry_sdk==1.5.3
--yt-dlp>=2022.01.21
--spotipy==2.16.1
--mutagen==1.45.1
--rich==11.0.0
-\ No newline at end of file
-+sentry_sdk>=1.5, <2
-+yt-dlp>=2021.10.27
-+spotipy>=2.16, <3
-+mutagen>=1.45, <2
-+rich>=11.0, <12

diff --git a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
deleted file mode 100644
index 962c38845..0
--- a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="${PN/_/-}"
-
-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[${PYTHON_USEDEP}]
-"

diff --git a/media-sound/spotify_dl/spotify_dl-8.0.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.0.0.ebuild
deleted file mode 100644
index aebf95422..0
--- a/media-sound/spotify_dl/spotify_dl-8.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022 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="${PN/_/-}"
-
-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"
-
-PROPERTIES="test_network"
-RESTRICT="test"
-

[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2022-02-07 Thread Arthur Zamarin
commit: 1bf33d9d8d7d1f952f0296a25ec67e017614a6c0
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Feb  7 09:50:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb  7 09:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf33d9d

media-sound/spotify_dl: allow python3_10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto  gmail.com>

 .../spotify_dl/{spotify_dl-8.1.0.ebuild => spotify_dl-8.1.0-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild
similarity index 89%
rename from media-sound/spotify_dl/spotify_dl-8.1.0.ebuild
rename to media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild
index ae10bd0a0..b9df9dbba 100644
--- a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild
+++ b/media-sound/spotify_dl/spotify_dl-8.1.0-r1.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
-# NOTE: python3.10 is supported, but not by the spotipy version in ::guru
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2022-02-07 Thread Arthur Zamarin
commit: 8ace9e4aa43a2e712f6bea8dd87a9729cdd4d18f
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Sun Feb  6 20:55:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb  6 20:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ace9e4a

media-sound/spotify_dl: bump to 8.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto  gmail.com>

 media-sound/spotify_dl/Manifest|  1 +
 media-sound/spotify_dl/spotify_dl-8.1.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest
index 22d0f0182..24a07b1d5 100644
--- a/media-sound/spotify_dl/Manifest
+++ b/media-sound/spotify_dl/Manifest
@@ -1,2 +1,3 @@
 DIST spotify_dl-7.6.0.tar.gz 319723 BLAKE2B 
9b0bb4c4839226b83ce6b7f0e030c5136de47f84e4c5f069b9fe573755746a12e0b32a8ad488704aae4a5355920289d9f2e7e955a950b3e9d7c7d78f24f26928
 SHA512 
21f8111f679c028b71371aa3d8bd822c0e72474fb768834a5f3c84fd3491e74e56bbf7acf0c23a132cdb60ac99dbcb65d4ca60f388ee48cbaeb1b66528bd06a5
 DIST spotify_dl-8.0.0.tar.gz 320100 BLAKE2B 
a0ad0f732f244b8140f6278ca99c1a392d73455750fec1a97226fc607d3b7a1d226c2629ea3674173f8f9d0ef059c910c7e549f42b68fdbdc03efa4b07435818
 SHA512 
7c8d385b6777c89a4a75a7b1fc63bfcf20552a1c23e48a80d0688af0d51285085ebfb418ec5b94becd84870a07fc347ade31b6d2da511c000161489cccba23ed
+DIST spotify_dl-8.1.0.tar.gz 319957 BLAKE2B 
667f57e74e9d725d26f94239dcd2d6d88d0b33c8d7fb73ea0554f3ce65477905fbd19e9e1fd36f0954dd690f6c0c45bd14af10b18ca8932d2d26bd6aa97023c5
 SHA512 
f906deac7396b2e1482582294cb81bee54582ccdc97f562cc6eba5d9352a52ac67a86f179a0a52a4e51bd3e59394952e1aa856ef0564123cb37d70ba82b4255c

diff --git a/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild
new file mode 100644
index 0..ae10bd0a0
--- /dev/null
+++ b/media-sound/spotify_dl/spotify_dl-8.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+# NOTE: python3.10 is supported, but not by the spotipy version in ::guru
+
+inherit distutils-r1
+
+MY_PN="${PN/_/-}"
+
+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"
+
+PROPERTIES="test_network"
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+   >=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
+   =net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
+   >=dev-python/spotipy-2.16[${PYTHON_USEDEP}]
+   =media-libs/mutagen-1.45[${PYTHON_USEDEP}]
+   =dev-python/rich-11.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2021-08-29 Thread Haelwenn Monnier
commit: 1bf86324d6f875bcbbf64930e5cb9fc265f0cb26
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Sat Aug 28 11:19:12 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Aug 28 11:21:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf86324

media-sound/spotify_dl: 7.6.0 fixes

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

 media-sound/spotify_dl/spotify_dl-7.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
index 704a2aa8f..962c38845 100644
--- a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
+++ b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
-MY_PN="spotify-dl"
+MY_PN="${PN/_/-}"
 
 DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you 
provide"
 HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/;
@@ -26,5 +26,5 @@ RDEPEND="
media-libs/mutagen[${PYTHON_USEDEP}]
dev-python/sentry-sdk[${PYTHON_USEDEP}]
dev-python/peewee[${PYTHON_USEDEP}]
-   >=net-misc/youtube-dl-2021.06.06
+   >=net-misc/youtube-dl-2021.06.06[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/

2021-08-27 Thread Haelwenn Monnier
commit: f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Thu Aug 26 15:18:56 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Aug 26 15:19:38 2021 +
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  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 0..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 0..cbe3c6a53
--- /dev/null
+++ b/media-sound/spotify_dl/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   smaniotto.nic...@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 0..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
+"