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,15 @@
#!/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,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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-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>