python3-urllib3-idna-chardet:First release

This commit is contained in:
Rmys
2018-05-22 16:31:19 +03:00
parent d16315a801
commit bee0ecb9da
13 changed files with 326 additions and 2 deletions
+42
View File
@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-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>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-idna</Name>
<RuntimeDependencies>
<Dependency>python3</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>