Files
main/programming/language/python/python-idna/pspec.xml
T
2018-05-22 16:57:43 +03:00

43 lines
1.5 KiB
XML
Executable File

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-idna</Name>
<Homepage>https://github.com/kjd/idna</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app</IsA>
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
<Description>Internationalized Domain Names in Applications (IDNA)</Description>
<Archive sha1sum="8377aa22c0d3910304e4558691429948c83006af" type="targz">https://github.com/kjd/idna/archive/v2.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-idna</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-05-22</Date>
<Version>2.6</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>