diff --git a/multimedia/editor/picard/pspec.xml b/multimedia/editor/picard/pspec.xml
index 8bb948058e..497e812a19 100644
--- a/multimedia/editor/picard/pspec.xml
+++ b/multimedia/editor/picard/pspec.xml
@@ -26,8 +26,8 @@
libdiscid
python3-qt5
musicbrainz5
- python-discid
python3-pyjwt
+ python3-discid
libchromaprint
python3-mutagen
python3-dateutil
diff --git a/programming/language/python3/python-discid/actions.py b/programming/language/python3/python-discid/actions.py
deleted file mode 100644
index 8732479106..0000000000
--- a/programming/language/python3/python-discid/actions.py
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
-
-from pisi.actionsapi import pythonmodules
-from pisi.actionsapi import pisitools
-
-def build():
- pythonmodules.compile(pyVer="3")
-
-def install():
- pythonmodules.install(pyVer="3")
- pisitools.dodoc("README.rst", "COPYING")
\ No newline at end of file
diff --git a/programming/language/python3/python3-discid/actions.py b/programming/language/python3/python3-discid/actions.py
new file mode 100644
index 0000000000..8cec5c78f1
--- /dev/null
+++ b/programming/language/python3/python3-discid/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import python3modules
+from pisi.actionsapi import pisitools
+
+def build():
+ python3modules.compile()
+
+def install():
+ python3modules.install()
+
+ pisitools.dodoc("COPYING", "COPYING.LESSER")
diff --git a/programming/language/python3/python-discid/pspec.xml b/programming/language/python3/python3-discid/pspec.xml
similarity index 54%
rename from programming/language/python3/python-discid/pspec.xml
rename to programming/language/python3/python3-discid/pspec.xml
index 40851502ea..eef91c8b34 100644
--- a/programming/language/python3/python-discid/pspec.xml
+++ b/programming/language/python3/python3-discid/pspec.xml
@@ -2,7 +2,7 @@
- python-discid
+ python3-discid
https://python-discid.readthedocs.org/
Kamil Atlı
@@ -13,44 +13,40 @@
library
Python binding of MusicBrainz libdiscid
The main purpose is the calculation of an identifier for audio discs (Disc ID) to use for the MusicBrainz database. Additionally the disc MCN and track ISRCs can be extracted.
- https://github.com/JonnyJD/python-discid/archive/v1.2.0.tar.gz
+ https://files.pythonhosted.org/packages/source/d/discid/discid-1.3.0.tar.gz
- libdiscid-devel
python3-devel
+ python3-build
+ python3-wheel
+ libdiscid-devel
+ python3-installer
+ python3-setuptools
- python-discid
- Python Classes Without Boilerplate
+ python3-discid
python3
+ libdiscid
- /usr/lib/python3*
- /usr/share/doc/python-discid
+ /usr/lib
+ /usr/share
+
+ python-discid
+
+
+ python-discid
+
-
- 2023-10-17
- 1.2.0
- Rebuild
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2021-10-24
- 1.2.0
- Rebuild
- Mustafa Cinasal
- muscnsl@gmail.com
-
- 2020-05-11
- 1.2.0
- First release
+ 2026-02-15
+ 1.3.0
+ First release.
Kamil Atlı
suvari@pisilinux.org
diff --git a/programming/language/python3/python-discid/translations.xml b/programming/language/python3/python3-discid/translations.xml
similarity index 89%
rename from programming/language/python3/python-discid/translations.xml
rename to programming/language/python3/python3-discid/translations.xml
index ef9a92dd3e..b58b1f281b 100644
--- a/programming/language/python3/python-discid/translations.xml
+++ b/programming/language/python3/python3-discid/translations.xml
@@ -1,8 +1,8 @@
- python-discid
+ python3-discid
MusicBrainz libdiscid'in Python bağlanması
Temel amaç, MusicBrainz veritabanı için kullanılacak ses diskleri (Disk Kimliği) için bir tanımlayıcının hesaplanmasıdır. Ek olarak, disk MCN ve iz ISRC'leri çıkarılabilir.
-
\ No newline at end of file
+