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
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-discid</Name>
<Homepage>https://python-discid.readthedocs.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPL3</License>
<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="e40775afb32053cbc934598f7ebd77c04e5b94eb" type="targz">https://files.pythonhosted.org/packages/source/d/discid/discid-1.3.0.tar.gz</Archive>
<BuildDependencies>
<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>python3-discid</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>libdiscid</Dependency>
</RuntimeDependencies>
<Files>
<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="1">
<Date>2026-02-15</Date>
<Version>1.3.0</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>