@@ -0,0 +1,12 @@
|
||||
#!/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 install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-piksemel</Name>
|
||||
<Homepage>https://pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary xml:lang="en">python3 binding for iksemel</Summary>
|
||||
<Summary xml:lang="tr">iksemel için python3 bağlama</Summary>
|
||||
<Description xml:lang="en">A simple, fast, small and robust XML parser for Python3, based on iksemel.</Description>
|
||||
<Description xml:lang="tr">Python3 için, iksemel tabanlı basit, hızlı, küçük ve sağlam bir XML ayrıştırıcısı.</Description>
|
||||
<Archive sha1sum="56a349aedec685729d470e93d2d8dd4505d3e6db" type="targz">
|
||||
https://github.com/erkanisik1/python3-piksemel/archive/refs/tags/v2.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-piksemel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-10-09</Date>
|
||||
<Version>2.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erkan İşik</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>piksemel</Name>
|
||||
<Summary xml:lang="tr">iksemel için python desteği</Summary>
|
||||
<Description xml:lang="tr">Python için basit, hızlı, ufak ve sağlam bir XML ayrıştırıcısı, iksemel tabanlıdır.</Description>
|
||||
<Description xml:lang="fr">Un analyseur XML simple, rapide, petit et robuste pour Python basé sur iksemel.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user