From 7fa8a1e3f149eea4c844c47cfe26136ed7614c58 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Apr 2024 12:04:03 +0100 Subject: gentoo auto-resync : 15:04:2024 - 12:04:02 --- dev-python/itunespy/Manifest | 2 +- dev-python/itunespy/itunespy-1.6-r1.ebuild | 30 ------------------------------ dev-python/itunespy/itunespy-1.6-r2.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 dev-python/itunespy/itunespy-1.6-r1.ebuild create mode 100644 dev-python/itunespy/itunespy-1.6-r2.ebuild (limited to 'dev-python/itunespy') diff --git a/dev-python/itunespy/Manifest b/dev-python/itunespy/Manifest index 88e192b32e0d..f02ab70b94ee 100644 --- a/dev-python/itunespy/Manifest +++ b/dev-python/itunespy/Manifest @@ -1,4 +1,4 @@ AUX itunespy-1.6-setup.cfg-description_file.patch 206 BLAKE2B a2df4fa4391a17e823cb0e389adf33a6b9045da604663007d4d43c533bc992244306f30f282a0022963882f6237f332e547186ee4fef15bab68e45a70d8c1c19 SHA512 3cfc66283030f9a2caae086afaedee858cae4a322c001fd7716e7751a6e3228c8d059a0f68a15ff0f508d0f1b54e61d38c1fd3b4b5e58aa276b0b6a8a9a114d6 DIST itunespy-1.6.tar.gz 9724 BLAKE2B c46ccfd00a3dec1772499d3299dae7c20355628176db4e660aca0b2b819b81423ac78ce55319c822c15e1c4bf0641c2fc3c4d9ba94dafad1ffdeb503be4f76f9 SHA512 d91428e23a71bdbc62e6b8126b379aa48f06a365056147cf30eb4fa6132243d35c8a8d6dc536174a53f206bf7bcb4dcebb5a3697fac0fd88cbcb38205202ad81 -EBUILD itunespy-1.6-r1.ebuild 734 BLAKE2B d8d58ed0321ce2f69690038ec0ca77b1f6c8395e23fb7d383570c182b5b0844050695dee58d0deaa7bc7413c9613f17fd3f719fef98cf55ec9c32cb86299ff22 SHA512 526415faca57b1f3b7f2fe95f84c51972af013e20654a3ac8936c517b5aea83f02992c8cd5f5970fa5679efd51092eef5ed1d2b0806892bbae225e66f2532d29 +EBUILD itunespy-1.6-r2.ebuild 734 BLAKE2B f9e2c68e02e3f6d6acd32e6a34b710564b749347e65685f1a5da6e0ac0d4fb69abea19493ffeb72acd9fd5e8e2e8fb66ea9c36d33e1fbe7d9b4cebb69f5a43df SHA512 8974df0b22459b52b20adf277c4bd85d19db62cb46a19b1a405ce196485562213e831e6a25ab82b16b0a1db49b192e034f6cb2eacf001d075444c1ae8dc1131f MISC metadata.xml 564 BLAKE2B 29dfe4a8497f0e956f257c59693eaedb4d2b4bd5e10c339448bb810849a6b38cb0b364eb98949f2e542b67052e0107241a0507064a1e9770baa3c6f0e6e188ab SHA512 c8ccf6bd190be7ac92a216ea860cda37e931dd612869117a4570788b27dfb3d3db3e7b63c1bb37866b213ab0ccbe74bfd584028fdc0802310bf25672bb6e7a43 diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild b/dev-python/itunespy/itunespy-1.6-r1.ebuild deleted file mode 100644 index b59e2cdfb61b..000000000000 --- a/dev-python/itunespy/itunespy-1.6-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -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 ) diff --git a/dev-python/itunespy/itunespy-1.6-r2.ebuild b/dev-python/itunespy/itunespy-1.6-r2.ebuild new file mode 100644 index 000000000000..1e17aa89d5ea --- /dev/null +++ b/dev-python/itunespy/itunespy-1.6-r2.ebuild @@ -0,0 +1,30 @@ +# 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 ) -- cgit v1.2.3