public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2022-04-05 14:01 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2022-04-05 14:01 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/itunespy: add misisng pycountry dependency

Signed-off-by: Maciej Barć <xgqt <AT> 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 )


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2022-04-10 20:21 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2022-04-10 20:21 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/itunespy: add pypi remote to metadata

Signed-off-by: Maciej Barć <xgqt <AT> 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 @@
   <upstream>
     <bugs-to>https://github.com/sleepyfran/itunespy/issues/</bugs-to>
     <remote-id type="github">sleepyfran/itunespy</remote-id>
+    <remote-id type="pypi">itunespy</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2023-01-16  1:57 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-01-16  1:57 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/itunespy: enable python 3.11

Signed-off-by: Maciej Barć <xgqt <AT> 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
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2023-03-04  7:05 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2023-03-04  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     445f1a63f5907170302bbc56dec29a58a5310916
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 07:04:35 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:04:56 2023 +0000
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 <juippis <AT> 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}" == *9999* ]] ; 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"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2024-04-14 15:33 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-04-14 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     11c0fd225aa542f04d091d8bf00ec6ab762e87d1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:20:18 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:33:42 2024 +0000
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ć <xgqt <AT> 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
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2024-07-12 12:35 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-07-12 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1cad51f2fb817f70a920bfd984c3cd9cfca88126
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 11:27:51 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 12:35:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cad51f2

dev-python/itunespy: bump to 1.6.1

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

 dev-python/itunespy/Manifest              |  1 +
 dev-python/itunespy/itunespy-1.6.1.ebuild | 37 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/itunespy/Manifest b/dev-python/itunespy/Manifest
index eaf9e6ec9e6c..f0451eba8382 100644
--- a/dev-python/itunespy/Manifest
+++ b/dev-python/itunespy/Manifest
@@ -1 +1,2 @@
+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/itunespy-1.6.1.ebuild b/dev-python/itunespy/itunespy-1.6.1.ebuild
new file mode 100644
index 000000000000..828f19fa8547
--- /dev/null
+++ b/dev-python/itunespy/itunespy-1.6.1.ebuild
@@ -0,0 +1,37 @@
+# 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_{11..13} )
+
+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/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+	dev-python/pycountry[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+	rm setup.cfg || die
+
+	distutils-r1_src_prepare
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/
@ 2024-07-27  8:46 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-07-27  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d67191045c40f4a28221e1311f4f94063488edba
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 08:46:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 08:46:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6719104

dev-python/itunespy: Stabilize 1.6.1 amd64, #936700

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-python/itunespy/itunespy-1.6.1.ebuild b/dev-python/itunespy/itunespy-1.6.1.ebuild
index 828f19fa8547..9d341ee9d389 100644
--- a/dev-python/itunespy/itunespy-1.6.1.ebuild
+++ b/dev-python/itunespy/itunespy-1.6.1.ebuild
@@ -19,7 +19,7 @@ else
 	SRC_URI="https://github.com/sleepyfran/${PN}/archive/v${PV}.tar.gz
 		-> ${P}.gh.tar.gz"
 
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-27  8:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 12:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/itunespy/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  8:46 Arthur Zamarin
2024-04-14 15:33 Maciej Barć
2023-03-04  7:05 Joonas Niilola
2023-01-16  1:57 Maciej Barć
2022-04-10 20:21 Maciej Barć
2022-04-05 14:01 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox