Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, media-sound/spotify_dl/
Date: Mon, 27 Feb 2023 21:05:16
Message-Id: 1677531706.e171348917cd6100140418965ae24706bbd03648.cybertailor@gentoo
1 commit: e171348917cd6100140418965ae24706bbd03648
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 21:01:46 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 27 21:01:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1713489
7
8 media-sound/spotify_dl: treeclean
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 media-sound/spotify_dl/Manifest | 3 --
13 media-sound/spotify_dl/metadata.xml | 8 -----
14 media-sound/spotify_dl/spotify_dl-8.3.0.ebuild | 42 --------------------------
15 media-sound/spotify_dl/spotify_dl-8.4.0.ebuild | 37 -----------------------
16 media-sound/spotify_dl/spotify_dl-8.5.0.ebuild | 38 -----------------------
17 profiles/package.mask | 5 ---
18 6 files changed, 133 deletions(-)
19
20 diff --git a/media-sound/spotify_dl/Manifest b/media-sound/spotify_dl/Manifest
21 deleted file mode 100644
22 index b44775459..000000000
23 --- a/media-sound/spotify_dl/Manifest
24 +++ /dev/null
25 @@ -1,3 +0,0 @@
26 -DIST spotify_dl-8.3.0.tar.gz 319579 BLAKE2B d61efe74a84704fef028df4d585b249eafdfbd2d48911f7fa36b72a33edf1a94eedb21b498bd53f4e53ce8a2b4b1b0f7e39caadf320485011717221e7c2eaef5 SHA512 739657d0f2f1bea741de8a2e51bc5be70dbb276d83d0e4555a7767d8c359dfd570c9348eaeccaac30d3097be1214648e798fc6c1de8deab3f346e2e0b89bb04a
27 -DIST spotify_dl-8.4.0.tar.gz 874109 BLAKE2B 832eae3b8c5a943cd35bfa0161fbc67a527e81b70f49274bf11ff1e11a67e19116de44f1e28823060b35f665b702b288cf94a39fa4749b4a7a023edf985a0c77 SHA512 d0a42cc3f28701a72fecb80ce9ffacd14c90edded1f0ea252b6955bf55540568ba559ce78e456b651e1750de52f6cedc8d232a62fdfde708c242d990ba0a76c4
28 -DIST spotify_dl-8.5.0.tar.gz 874387 BLAKE2B 6c55a428c6c1551f50e11401a675ecb48b6f6f63d84ab262b9f36035268192c257fc93d19b959d13d2583e7704e43c91a49889b8640cda62b5b92e641eee0078 SHA512 afae0ba1a291c91d6bf66d7dad38a4ccda36dfbe1d86b5a239aeebf380e817c58be4041b36eea096efaa5bb2d0abc3460d8f08f4e39923a4644218b1cce20387
29
30 diff --git a/media-sound/spotify_dl/metadata.xml b/media-sound/spotify_dl/metadata.xml
31 deleted file mode 100644
32 index cbe3c6a53..000000000
33 --- a/media-sound/spotify_dl/metadata.xml
34 +++ /dev/null
35 @@ -1,8 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
38 -<pkgmetadata>
39 - <maintainer type="person">
40 - <email>smaniotto.nicola@×××××.com</email>
41 - <name>Nicola Smaniotto</name>
42 - </maintainer>
43 -</pkgmetadata>
44
45 diff --git a/media-sound/spotify_dl/spotify_dl-8.3.0.ebuild b/media-sound/spotify_dl/spotify_dl-8.3.0.ebuild
46 deleted file mode 100644
47 index 26e98a14b..000000000
48 --- a/media-sound/spotify_dl/spotify_dl-8.3.0.ebuild
49 +++ /dev/null
50 @@ -1,42 +0,0 @@
51 -# Copyright 2022 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=8
55 -
56 -PYTHON_COMPAT=( python3_{8..10} )
57 -
58 -inherit distutils-r1
59 -
60 -MY_PN="${PN/_/-}"
61 -
62 -DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide"
63 -HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/"
64 -SRC_URI="https://github.com/SathyaBhat/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
65 -
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS="~amd64"
69 -
70 -PROPERTIES="test_network"
71 -RESTRICT="test"
72 -
73 -S="${WORKDIR}/${MY_PN}-${PV}"
74 -
75 -RDEPEND="
76 - >=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
77 - <dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
78 - >=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
79 - >=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
80 - <dev-python/spotipy-3[${PYTHON_USEDEP}]
81 - >=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
82 - <media-libs/mutagen-2[${PYTHON_USEDEP}]
83 - >=dev-python/rich-12.0[${PYTHON_USEDEP}]
84 - <dev-python/rich-13[${PYTHON_USEDEP}]
85 -"
86 -
87 -distutils_enable_tests pytest
88 -
89 -src_prepare() {
90 - default
91 - sed -i "s/\.0$//" requirements.txt || die "Could not patch requrements"
92 -}
93
94 diff --git a/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild b/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild
95 deleted file mode 100644
96 index 2afa04e1f..000000000
97 --- a/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild
98 +++ /dev/null
99 @@ -1,37 +0,0 @@
100 -# Copyright 2022 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=8
104 -
105 -PYTHON_COMPAT=( python3_{8..10} )
106 -
107 -inherit distutils-r1
108 -
109 -MY_PN="${PN/_/-}"
110 -
111 -DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide"
112 -HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/"
113 -SRC_URI="https://github.com/SathyaBhat/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
114 -
115 -LICENSE="MIT"
116 -SLOT="0"
117 -KEYWORDS="~amd64"
118 -
119 -PROPERTIES="test_network"
120 -RESTRICT="test"
121 -
122 -S="${WORKDIR}/${MY_PN}-${PV}"
123 -
124 -RDEPEND="
125 - >=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
126 - <dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
127 - >=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
128 - >=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
129 - <dev-python/spotipy-3[${PYTHON_USEDEP}]
130 - >=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
131 - <media-libs/mutagen-2[${PYTHON_USEDEP}]
132 - >=dev-python/rich-12.0[${PYTHON_USEDEP}]
133 - <dev-python/rich-13[${PYTHON_USEDEP}]
134 -"
135 -
136 -distutils_enable_tests pytest
137
138 diff --git a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild b/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
139 deleted file mode 100644
140 index f9b617f0c..000000000
141 --- a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
142 +++ /dev/null
143 @@ -1,38 +0,0 @@
144 -# Copyright 2022 Gentoo Authors
145 -# Distributed under the terms of the GNU General Public License v2
146 -
147 -EAPI=8
148 -
149 -PYTHON_COMPAT=( python3_{8..10} )
150 -DISTUTILS_USE_PEP517=setuptools
151 -
152 -inherit distutils-r1
153 -
154 -MY_PN="${PN/_/-}"
155 -
156 -DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide"
157 -HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/"
158 -SRC_URI="https://github.com/SathyaBhat/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
159 -
160 -LICENSE="MIT"
161 -SLOT="0"
162 -KEYWORDS="~amd64"
163 -
164 -PROPERTIES="test_network"
165 -RESTRICT="test"
166 -
167 -S="${WORKDIR}/${MY_PN}-${PV}"
168 -
169 -RDEPEND="
170 - >=dev-python/sentry-sdk-1.5[${PYTHON_USEDEP}]
171 - <dev-python/sentry-sdk-2[${PYTHON_USEDEP}]
172 - >=net-misc/yt-dlp-2022.1.21[${PYTHON_USEDEP}]
173 - >=dev-python/spotipy-2.19[${PYTHON_USEDEP}]
174 - <dev-python/spotipy-3[${PYTHON_USEDEP}]
175 - >=media-libs/mutagen-1.45[${PYTHON_USEDEP}]
176 - <media-libs/mutagen-2[${PYTHON_USEDEP}]
177 - >=dev-python/rich-12.0[${PYTHON_USEDEP}]
178 - <dev-python/rich-13[${PYTHON_USEDEP}]
179 -"
180 -
181 -distutils_enable_tests pytest
182
183 diff --git a/profiles/package.mask b/profiles/package.mask
184 index ada3de4cd..fd21733e9 100644
185 --- a/profiles/package.mask
186 +++ b/profiles/package.mask
187 @@ -61,11 +61,6 @@ sys-cluster/scalasca
188 # See also this discussion: https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329
189 sys-apps/paludis
190
191 -# Julien Roy <julien@××××.ca> (2023-01-28)
192 -# Depends on <dev-python/rich-13, which is no longer available in ::gentoo
193 -# Masked for removal in 30 days
194 -media-sound/spotify_dl
195 -
196 # Julien Roy <julien@××××.ca> (2023-01-27)
197 # Tests require dev-python/flask-restful, which is no longer available in ::gentoo.
198 # Masked for removal in 30 days.