summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-27 11:56:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-27 11:56:28 +0200
commit2500cb17894acb7853035f54955362ac6adc2d21 (patch)
tree9d1a438a5f1357fbe4e8e9323a861c68adef64a5 /dev-python/itunespy
parentnet-misc/ytmdl: Remove py3.10, dropped from itunespy dep (diff)
downloadgentoo-2500cb17894acb7853035f54955362ac6adc2d21.tar.gz
gentoo-2500cb17894acb7853035f54955362ac6adc2d21.tar.bz2
gentoo-2500cb17894acb7853035f54955362ac6adc2d21.zip
dev-python/itunespy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/itunespy')
-rw-r--r--dev-python/itunespy/Manifest1
-rw-r--r--dev-python/itunespy/files/itunespy-1.6-setup.cfg-description_file.patch9
-rw-r--r--dev-python/itunespy/itunespy-1.6-r2.ebuild30
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/itunespy/Manifest b/dev-python/itunespy/Manifest
index f0451eba8382..1656b07c4c0b 100644
--- a/dev-python/itunespy/Manifest
+++ b/dev-python/itunespy/Manifest
@@ -1,2 +1 @@
DIST itunespy-1.6.1.gh.tar.gz 10139 BLAKE2B 41eac172835cb440016a5d835f188e9cda72f3291983e35f44e2f2c9ceed6663784789761e88784e42f4586d5dcd0471661a8bec7586ea1b429d54419277aefe SHA512 b30dac3d498fe0e108bbab7480c45245ee18247c91b3b685761b1e6df7f285e93777080a1aced2f436837d48b122c3f7b91274069529a5370ef9cf158b0fc4eb
-DIST itunespy-1.6.tar.gz 9724 BLAKE2B c46ccfd00a3dec1772499d3299dae7c20355628176db4e660aca0b2b819b81423ac78ce55319c822c15e1c4bf0641c2fc3c4d9ba94dafad1ffdeb503be4f76f9 SHA512 d91428e23a71bdbc62e6b8126b379aa48f06a365056147cf30eb4fa6132243d35c8a8d6dc536174a53f206bf7bcb4dcebb5a3697fac0fd88cbcb38205202ad81
diff --git a/dev-python/itunespy/files/itunespy-1.6-setup.cfg-description_file.patch b/dev-python/itunespy/files/itunespy-1.6-setup.cfg-description_file.patch
deleted file mode 100644
index 5c65eeb354b7..000000000000
--- a/dev-python/itunespy/files/itunespy-1.6-setup.cfg-description_file.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-index 224a779..0f94f37 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -1,2 +1,2 @@
- [metadata]
--description-file = README.md
-\ No newline at end of file
-+description_file = README.md
-\ No newline at end of file
diff --git a/dev-python/itunespy/itunespy-1.6-r2.ebuild b/dev-python/itunespy/itunespy-1.6-r2.ebuild
deleted file mode 100644
index 1e17aa89d5ea..000000000000
--- a/dev-python/itunespy/itunespy-1.6-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple library to fetch data from the iTunes Store API"
-HOMEPAGE="https://github.com/sleepyfran/itunespy/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/sleepyfran/${PN}.git"
-else
- SRC_URI="https://github.com/sleepyfran/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
- dev-python/pycountry[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}"/${P}-setup.cfg-description_file.patch )