Files
2026-02-16 15:17:25 +04:00

55 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>