Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/spotify_dl/
Date: Sun, 29 Aug 2021 17:05:58
Message-Id: 1630149714.1bf86324d6f875bcbbf64930e5cb9fc265f0cb26.lanodan@gentoo
1 commit: 1bf86324d6f875bcbbf64930e5cb9fc265f0cb26
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 28 11:19:12 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Sat Aug 28 11:21:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf86324
7
8 media-sound/spotify_dl: 7.6.0 fixes
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 media-sound/spotify_dl/spotify_dl-7.6.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
17 index 704a2aa8f..962c38845 100644
18 --- a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
19 +++ b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} )
21
22 inherit distutils-r1
23
24 -MY_PN="spotify-dl"
25 +MY_PN="${PN/_/-}"
26
27 DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide"
28 HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/"
29 @@ -26,5 +26,5 @@ RDEPEND="
30 media-libs/mutagen[${PYTHON_USEDEP}]
31 dev-python/sentry-sdk[${PYTHON_USEDEP}]
32 dev-python/peewee[${PYTHON_USEDEP}]
33 - >=net-misc/youtube-dl-2021.06.06
34 + >=net-misc/youtube-dl-2021.06.06[${PYTHON_USEDEP}]
35 "