* [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/
@ 2025-05-27 13:09 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-05-27 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 121e872bd18ef1e9c8dc1cded7f7b35404251b61
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 12:34:14 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 13:09:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121e872b
dev-python/discid: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/discid/discid-1.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/discid/discid-1.2.0-r1.ebuild b/dev-python/discid/discid-1.2.0-r1.ebuild
index d47c56aa8e29..02d0911d6eef 100644
--- a/dev-python/discid/discid-1.2.0-r1.ebuild
+++ b/dev-python/discid/discid-1.2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/
@ 2025-07-27 3:29 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-07-27 3:29 UTC (permalink / raw
To: gentoo-commits
commit: 0b647f33439778699053f8da453b8bae23ad75bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 03:13:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 03:29:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b647f33
dev-python/discid: Bump to 1.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/discid/Manifest | 1 +
dev-python/discid/discid-1.3.0.ebuild | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/discid/Manifest b/dev-python/discid/Manifest
index 7bbf1b7d40f7..6b8fe43b6e99 100644
--- a/dev-python/discid/Manifest
+++ b/dev-python/discid/Manifest
@@ -1 +1,2 @@
DIST python-discid-1.2.0.gh.tar.gz 30756 BLAKE2B 616613de23b66adfc92227a9f36b710649f2a419ffd83443766ebcf1dbfaf528b7d933011bcbdcd19f5092726b81e40d905a62a64262a528dfad89e561210992 SHA512 239cb608508e94109aa9b8b582bc3de1fb9408b508d56698d7f17ec9ebb0d37c1fb76557d98b6d194c1532e3047efcde3adc5d6e9634bc87533d331423a7f19f
+DIST python-discid-1.3.0.gh.tar.gz 31864 BLAKE2B ca51b5c40babc4f13ac849e2570a104de55cfc30fbf83ebcc2693dae182ae61285d4579aa7a8417f0cabe8beba7dfa78c5bd4e3da2fdda7fae6152a5715a5350 SHA512 1556d3cb40a6397583702a41cc41e9506cee848edc4b05c0ced32dd9197464c0c68b2f6cd1770245a9737449a313f9985cbce30956d98f21691ce48b32929770
diff --git a/dev-python/discid/discid-1.3.0.ebuild b/dev-python/discid/discid-1.3.0.ebuild
new file mode 100644
index 000000000000..f94bb7072a3b
--- /dev/null
+++ b/dev-python/discid/discid-1.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+MY_P=python-discid-${PV}
+DESCRIPTION="Python bindings for libdiscid"
+HOMEPAGE="
+ https://python-discid.readthedocs.io/en/latest/
+ https://github.com/JonnyJD/python-discid/
+ https://pypi.org/project/discid/
+"
+SRC_URI="
+ https://github.com/JonnyJD/python-discid/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+
+DEPEND="
+ >=media-libs/libdiscid-0.2.2
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+distutils_enable_sphinx doc
+
+python_test() {
+ "${EPYTHON}" -m unittest -v test_discid.TestModule{Private,} ||
+ die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/
@ 2025-07-27 3:29 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-07-27 3:29 UTC (permalink / raw
To: gentoo-commits
commit: eaa37bc3dff2c9ccec04600ca50af21d289e8bcb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 03:25:28 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 03:29:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa37bc3
dev-python/discid: Update homepage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/discid/discid-1.3.0.ebuild | 4 ++--
dev-python/discid/metadata.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/discid/discid-1.3.0.ebuild b/dev-python/discid/discid-1.3.0.ebuild
index f94bb7072a3b..941100e7abfd 100644
--- a/dev-python/discid/discid-1.3.0.ebuild
+++ b/dev-python/discid/discid-1.3.0.ebuild
@@ -12,11 +12,11 @@ MY_P=python-discid-${PV}
DESCRIPTION="Python bindings for libdiscid"
HOMEPAGE="
https://python-discid.readthedocs.io/en/latest/
- https://github.com/JonnyJD/python-discid/
+ https://github.com/metabrainz/python-discid/
https://pypi.org/project/discid/
"
SRC_URI="
- https://github.com/JonnyJD/python-discid/archive/v${PV}.tar.gz
+ https://github.com/metabrainz/python-discid/archive/v${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
diff --git a/dev-python/discid/metadata.xml b/dev-python/discid/metadata.xml
index b7e9b9d92f87..b3bb461c364e 100644
--- a/dev-python/discid/metadata.xml
+++ b/dev-python/discid/metadata.xml
@@ -6,7 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
- <remote-id type="github">JonnyJD/python-discid</remote-id>
+ <remote-id type="github">metabrainz/python-discid</remote-id>
<remote-id type="pypi">discid</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/
@ 2025-08-27 5:40 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-08-27 5:40 UTC (permalink / raw
To: gentoo-commits
commit: ad130f02407af734386e779962bbf2a80866cc16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 27 05:38:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 27 05:38:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad130f02
dev-python/discid: Stabilize 1.3.0 x86, #962024
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/discid/discid-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/discid/discid-1.3.0.ebuild b/dev-python/discid/discid-1.3.0.ebuild
index 941100e7abfd..e90b80f183d1 100644
--- a/dev-python/discid/discid-1.3.0.ebuild
+++ b/dev-python/discid/discid-1.3.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc x86"
DEPEND="
>=media-libs/libdiscid-0.2.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/
@ 2025-08-27 5:40 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-08-27 5:40 UTC (permalink / raw
To: gentoo-commits
commit: 445853f342e7a2ffddf71929fc5720a4b111cb41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 27 05:38:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 27 05:38:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445853f3
dev-python/discid: Stabilize 1.3.0 amd64, #962024
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/discid/discid-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/discid/discid-1.3.0.ebuild b/dev-python/discid/discid-1.3.0.ebuild
index e90b80f183d1..6e2fe92c7233 100644
--- a/dev-python/discid/discid-1.3.0.ebuild
+++ b/dev-python/discid/discid-1.3.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm64 ~ppc x86"
DEPEND="
>=media-libs/libdiscid-0.2.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/
@ 2025-09-04 5:32 Eli Schwartz
0 siblings, 0 replies; 6+ messages in thread
From: Eli Schwartz @ 2025-09-04 5:32 UTC (permalink / raw
To: gentoo-commits
commit: 1ae3b6fa39721d99c26216526b0fcce115fc53f8
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 4 01:45:07 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 4 05:30:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae3b6fa
dev-python/discid: drop old
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/discid/Manifest | 1 -
dev-python/discid/discid-1.2.0-r1.ebuild | 40 --------------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/discid/Manifest b/dev-python/discid/Manifest
index 6b8fe43b6e99..d2998d460e85 100644
--- a/dev-python/discid/Manifest
+++ b/dev-python/discid/Manifest
@@ -1,2 +1 @@
-DIST python-discid-1.2.0.gh.tar.gz 30756 BLAKE2B 616613de23b66adfc92227a9f36b710649f2a419ffd83443766ebcf1dbfaf528b7d933011bcbdcd19f5092726b81e40d905a62a64262a528dfad89e561210992 SHA512 239cb608508e94109aa9b8b582bc3de1fb9408b508d56698d7f17ec9ebb0d37c1fb76557d98b6d194c1532e3047efcde3adc5d6e9634bc87533d331423a7f19f
DIST python-discid-1.3.0.gh.tar.gz 31864 BLAKE2B ca51b5c40babc4f13ac849e2570a104de55cfc30fbf83ebcc2693dae182ae61285d4579aa7a8417f0cabe8beba7dfa78c5bd4e3da2fdda7fae6152a5715a5350 SHA512 1556d3cb40a6397583702a41cc41e9506cee848edc4b05c0ced32dd9197464c0c68b2f6cd1770245a9737449a313f9985cbce30956d98f21691ce48b32929770
diff --git a/dev-python/discid/discid-1.2.0-r1.ebuild b/dev-python/discid/discid-1.2.0-r1.ebuild
deleted file mode 100644
index 02d0911d6eef..000000000000
--- a/dev-python/discid/discid-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-MY_P=python-discid-${PV}
-DESCRIPTION="Python bindings for libdiscid"
-HOMEPAGE="
- https://python-discid.readthedocs.io/en/latest/
- https://github.com/JonnyJD/python-discid/
- https://pypi.org/project/discid/
-"
-SRC_URI="
- https://github.com/JonnyJD/python-discid/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc x86"
-
-DEPEND="
- >=media-libs/libdiscid-0.2.2
-"
-RDEPEND="
- ${DEPEND}
-"
-
-distutils_enable_sphinx doc
-
-python_test() {
- "${EPYTHON}" -m unittest -v test_discid.TestModule{Private,} ||
- die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-09-04 5:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 5:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/discid/ Eli Schwartz
-- strict thread matches above, loose matches on Subject: below --
2025-08-27 5:40 Sam James
2025-08-27 5:40 Sam James
2025-07-27 3:29 Michał Górny
2025-07-27 3:29 Michał Górny
2025-05-27 13:09 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox