kdsoap: new package for kio-extras, picard:new package

This commit is contained in:
suvari
2020-05-11 16:25:51 +03:00
parent c11cc83329
commit 5b131d3861
17 changed files with 238776 additions and 236654 deletions
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-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="bbfc38aa8da74314127c952fb1cae63a539ab891" type="targz">https://github.com/JonnyJD/python-discid/archive/v1.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libdiscid-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-discid</Name>
<Summary>Python Classes Without Boilerplate</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python-discid</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-11</Date>
<Version>1.2.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>