commit:     e171348917cd6100140418965ae24706bbd03648
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 27 21:01:46 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Feb 27 21:01:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1713489

media-sound/spotify_dl: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-sound/spotify_dl/Manifest                |  3 --
 media-sound/spotify_dl/metadata.xml            |  8 -----
 media-sound/spotify_dl/spotify_dl-8.3.0.ebuild | 42 --------------------------
 media-sound/spotify_dl/spotify_dl-8.4.0.ebuild | 37 -----------------------
 media-sound/spotify_dl/spotify_dl-8.5.0.ebuild | 38 -----------------------
 profiles/package.mask                          |  5 ---
 6 files changed, 133 deletions(-)

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

diff --git a/media-sound/spotify_dl/spotify_dl-8.3.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.3.0.ebuild
deleted file mode 100644
index 26e98a14b..000000000
--- a/media-sound/spotify_dl/spotify_dl-8.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-
-src_prepare() {
-       default
-       sed -i "s/\.0$//" requirements.txt || die "Could not patch requrements"
-}

diff --git a/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild
deleted file mode 100644
index 2afa04e1f..000000000
--- a/media-sound/spotify_dl/spotify_dl-8.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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

diff --git a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild 
b/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
deleted file mode 100644
index f9b617f0c..000000000
--- a/media-sound/spotify_dl/spotify_dl-8.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-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

diff --git a/profiles/package.mask b/profiles/package.mask
index ada3de4cd..fd21733e9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -61,11 +61,6 @@ sys-cluster/scalasca
 # See also this discussion: 
https://github.com/gentoo/guru/commit/10a1f43a0ebe867718744de54cb17fde32e4c329
 sys-apps/paludis
 
-# Julien Roy <jul...@jroy.ca> (2023-01-28)
-# Depends on <dev-python/rich-13, which is no longer available in ::gentoo
-# Masked for removal in 30 days
-media-sound/spotify_dl
-
 # Julien Roy <jul...@jroy.ca> (2023-01-27)
 # Tests require dev-python/flask-restful, which is no longer available in 
::gentoo.
 # Masked for removal in 30 days.

Reply via email to