Files
2026-01-22 14:17:24 +03:00

48 lines
1.8 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-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>