public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2022-02-07 20:35 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-02-07 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8ace9e4aa43a2e712f6bea8dd87a9729cdd4d18f
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sun Feb  6 20:55:54 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 20:56:36 2022 +0000
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 <smaniotto.nicola <AT> 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 000000000..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}]
+	<dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
+	>=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
+	>=dev-python/spotipy-2.16[${PYTHON_USEDEP}]
+	<dev-python/spotipy-3[${PYTHON_USEDEP}]
+	>=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
+	<media-libs/mutagen-2[${PYTHON_USEDEP}]
+	>=dev-python/rich-11.0[${PYTHON_USEDEP}]
+	<dev-python/rich-12[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2022-11-02 13:58 Haelwenn Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Haelwenn Monnier @ 2022-11-02 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     36b0f3c5dcc15b58aa8ee0fe42ed44816319cf53
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Nov  1 10:22:08 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Nov  1 10:22:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36b0f3c5

media-sound/spotify_dl: PEP517

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> 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
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2022-11-01  2:55 Ronny Gutbrod
  0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-11-01  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     42f1740884f3873fe1fb6513d818067cbd271afc
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 10:02:57 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Oct 31 10:03:35 2022 +0000
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 <smaniotto.nicola <AT> 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 000000000..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}]
+	<dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
+	>=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
+	>=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
+	<dev-python/spotipy-3[${PYTHON_USEDEP}]
+	>=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
+	<media-libs/mutagen-2[${PYTHON_USEDEP}]
+	>=dev-python/rich-12.0[${PYTHON_USEDEP}]
+	<dev-python/rich-13[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2022-10-17 12:12 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-10-17 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     50a314c21f111d171711eb7bb93d75828bd7f877
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Oct 17 12:11:02 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 12:11:28 2022 +0000
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 <smaniotto.nicola <AT> 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 000000000..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}]
+	<dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
+	>=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
+	>=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
+	<dev-python/spotipy-3[${PYTHON_USEDEP}]
+	>=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
+	<media-libs/mutagen-2[${PYTHON_USEDEP}]
+	>=dev-python/rich-12.0[${PYTHON_USEDEP}]
+	<dev-python/rich-13[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2022-02-07 20:35 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-02-07 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1bf33d9d8d7d1f952f0296a25ec67e017614a6c0
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Feb  7 09:50:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 09:51:59 2022 +0000
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 <smaniotto.nicola <AT> 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
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2021-08-29 17:05 Haelwenn Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Haelwenn Monnier @ 2021-08-29 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1bf86324d6f875bcbbf64930e5cb9fc265f0cb26
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sat Aug 28 11:19:12 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Aug 28 11:21:54 2021 +0000
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 <smaniotto.nicola <AT> 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}]
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
@ 2021-08-27 16:10 Haelwenn Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Haelwenn Monnier @ 2021-08-27 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f90c9bfaa2990ca0ae8e7eeac960ca729e0fbc4e
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Aug 26 15:18:56 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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>smaniotto.nicola@gmail.com</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
+"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-02 13:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 20:35 [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-11-02 13:58 Haelwenn Monnier
2022-11-01  2:55 Ronny Gutbrod
2022-10-17 12:12 Andrew Ammerlaan
2022-02-07 20:35 Arthur Zamarin
2021-08-29 17:05 Haelwenn Monnier
2021-08-27 16:10 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox