python3-discid-1.3.0

This commit is contained in:
4fury-c3440d8
2026-02-16 15:17:25 +04:00
parent 75db1cee82
commit 6848673d73
4 changed files with 38 additions and 41 deletions
@@ -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")
@@ -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")
@@ -2,7 +2,7 @@
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-discid</Name>
<Name>python3-discid</Name>
<Homepage>https://python-discid.readthedocs.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
@@ -13,44 +13,40 @@
<IsA>library</IsA>
<Summary>Python binding of MusicBrainz libdiscid</Summary>
<Description>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.</Description>
<Archive sha1sum="bbfc38aa8da74314127c952fb1cae63a539ab891" type="targz">https://github.com/JonnyJD/python-discid/archive/v1.2.0.tar.gz</Archive>
<Archive sha1sum="e40775afb32053cbc934598f7ebd77c04e5b94eb" type="targz">https://files.pythonhosted.org/packages/source/d/discid/discid-1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libdiscid-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>libdiscid-devel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-discid</Name>
<Summary>Python Classes Without Boilerplate</Summary>
<Name>python3-discid</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>libdiscid</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python-discid</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
<Conflicts>
<Package>python-discid</Package>
</Conflicts>
<Replaces>
<Package>python-discid</Package>
</Replaces>
</Package>
<History>
<Update release="3">
<Date>2023-10-17</Date>
<Version>1.2.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-24</Date>
<Version>1.2.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-05-11</Date>
<Version>1.2.0</Version>
<Comment>First release</Comment>
<Date>2026-02-15</Date>
<Version>1.3.0</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-discid</Name>
<Name>python3-discid</Name>
<Summary xml:lang="tr">MusicBrainz libdiscid'in Python bağlanması</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>
</PISI>