[gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/

2024-04-14 Thread Maciej Barć
commit: 11c0fd225aa542f04d091d8bf00ec6ab762e87d1
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Apr 14 15:20:18 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Apr 14 15:33:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c0fd22

dev-python/itunespy: enable py3.12 compat

Closes: https://bugs.gentoo.org/929460
Signed-off-by: Maciej Barć  gentoo.org>

 .../itunespy/{itunespy-1.6-r1.ebuild => itunespy-1.6-r2.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild 
b/dev-python/itunespy/itunespy-1.6-r2.ebuild
similarity index 90%
rename from dev-python/itunespy/itunespy-1.6-r1.ebuild
rename to dev-python/itunespy/itunespy-1.6-r2.ebuild
index b59e2cdfb61b..1e17aa89d5ea 100644
--- a/dev-python/itunespy/itunespy-1.6-r1.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/

2023-03-03 Thread Joonas Niilola
commit: 445f1a63f5907170302bbc56dec29a58a5310916
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Mar  4 07:04:35 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar  4 07:04:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445f1a63

dev-python/itunespy: Stabilize 1.6-r1 amd64, #899212

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/itunespy/itunespy-1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild 
b/dev-python/itunespy/itunespy-1.6-r1.ebuild
index c8faaee18db8..b59e2cdfb61b 100644
--- a/dev-python/itunespy/itunespy-1.6-r1.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == ** ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/

2023-01-15 Thread Maciej Barć
commit: 64b9e1bf02ee9f36572a725d93c4efe4cbf0c7b6
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jan 16 01:25:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jan 16 01:57:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b9e1bf

dev-python/itunespy: enable python 3.11

Signed-off-by: Maciej Barć  gentoo.org>

 dev-python/itunespy/itunespy-1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild 
b/dev-python/itunespy/itunespy-1.6-r1.ebuild
index 1409dcbcaa44..c8faaee18db8 100644
--- a/dev-python/itunespy/itunespy-1.6-r1.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/

2022-04-10 Thread Maciej Barć
commit: 4b338c7abf6cac0b93f715cca008928fe0c1b824
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Apr 10 20:14:15 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Apr 10 20:21:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b338c7a

dev-python/itunespy: add pypi remote to metadata

Signed-off-by: Maciej Barć  gentoo.org>

 dev-python/itunespy/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/itunespy/metadata.xml b/dev-python/itunespy/metadata.xml
index f449f0046a80..3ca6ab0ecde7 100644
--- a/dev-python/itunespy/metadata.xml
+++ b/dev-python/itunespy/metadata.xml
@@ -9,5 +9,6 @@
   
 https://github.com/sleepyfran/itunespy/issues/
 sleepyfran/itunespy
+itunespy
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/

2022-04-05 Thread Maciej Barć
commit: 666b98b795a7dc12bb8c52cbe7d73d1d0229dce9
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr  5 13:49:18 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr  5 14:01:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666b98b7

dev-python/itunespy: add misisng pycountry dependency

Signed-off-by: Maciej Barć  gentoo.org>

 dev-python/itunespy/{itunespy-1.6.ebuild => itunespy-1.6-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/itunespy/itunespy-1.6.ebuild 
b/dev-python/itunespy/itunespy-1.6-r1.ebuild
similarity index 87%
rename from dev-python/itunespy/itunespy-1.6.ebuild
rename to dev-python/itunespy/itunespy-1.6-r1.ebuild
index 922c1e48abf7..8992a4973c9a 100644
--- a/dev-python/itunespy/itunespy-1.6.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r1.ebuild
@@ -22,6 +22,9 @@ fi
 LICENSE="Apache-2.0"
 SLOT="0"
 
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
 
 PATCHES=( "${FILESDIR}"/${P}-setup.cfg-description_file.patch )



[gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/, dev-python/itunespy/files/

2022-04-04 Thread Maciej Barć
commit: ce657e8afc6609d8fda3b29f1d9f2ff9181607c0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Apr  3 20:49:13 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr  4 15:47:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce657e8a

dev-python/itunespy: new package; add version 1.6

Bug: https://github.com/deepjyoti30/ytmdl/issues/222
Signed-off-by: Maciej Barć  gentoo.org>

 dev-python/itunespy/Manifest   |  1 +
 .../itunespy-1.6-setup.cfg-description_file.patch  |  9 
 dev-python/itunespy/itunespy-1.6.ebuild| 27 ++
 dev-python/itunespy/metadata.xml   | 13 +++
 4 files changed, 50 insertions(+)

diff --git a/dev-python/itunespy/Manifest b/dev-python/itunespy/Manifest
new file mode 100644
index ..eaf9e6ec9e6c
--- /dev/null
+++ b/dev-python/itunespy/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index ..5c65eeb354b7
--- /dev/null
+++ b/dev-python/itunespy/files/itunespy-1.6-setup.cfg-description_file.patch
@@ -0,0 +1,9 @@
+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.ebuild 
b/dev-python/itunespy/itunespy-1.6.ebuild
new file mode 100644
index ..922c1e48abf7
--- /dev/null
+++ b/dev-python/itunespy/itunespy-1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple library to fetch data from the iTunes Store API"
+HOMEPAGE="https://github.com/sleepyfran/itunespy/;
+
+if [[ "${PV}" == ** ]] ; 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/requests[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}"/${P}-setup.cfg-description_file.patch )

diff --git a/dev-python/itunespy/metadata.xml b/dev-python/itunespy/metadata.xml
new file mode 100644
index ..f449f0046a80
--- /dev/null
+++ b/dev-python/itunespy/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+x...@gentoo.org
+Maciej Barć
+  
+  
+https://github.com/sleepyfran/itunespy/issues/
+sleepyfran/itunespy
+  
+