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
+125
View File
@@ -2058,6 +2058,48 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<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>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Internationalized Domain Names in Applications (IDNA)</Summary>
<Summary xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Summary>
<Description xml:lang="en">Internationalized Domain Names in Applications (IDNA)</Description>
<Description xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Description>
<Archive type="targz" sha1sum="8377aa22c0d3910304e4558691429948c83006af">https://github.com/kjd/idna/archive/v2.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-idna/pspec.xml</SourceURI>
</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>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-zappa</Name>
@@ -2288,6 +2330,46 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-urllib3</Name>
<Homepage>https://github.com/shazow/urllib3</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Python</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Yet another Python urllib</Summary>
<Description xml:lang="en">Yet another Python urllib</Description>
<Archive type="targz" sha1sum="f7799912f48c1af5f251497f83f211c62171d2c7">https://github.com/shazow/urllib3/archive/1.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-urllib3/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-urllib3</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>1.22</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-requests</Name>
@@ -2348,6 +2430,49 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-chardet</Name>
<Homepage>https://github.com/chardet/chardet</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Chardet: The Universal Character Encoding Detector</Summary>
<Summary xml:lang="tr">Chardet: The Universal Character Encoding Detector</Summary>
<Description xml:lang="en">Chardet: The Universal Character Encoding Detector</Description>
<Description xml:lang="tr">Chardet: The Universal Character Encoding Detector</Description>
<Archive type="targz" sha1sum="bf740348e002581b026dc4af47d56479097c1fcd">https://github.com/chardet/chardet/archive/3.0.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-chardet/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-chardet</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<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>3.0.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>dbus-python3</Name>
+1 -1
View File
@@ -1 +1 @@
385ba03ab99160a8df08ca1e540219bd4c596c12
b8d7e58bf3f233f1c9958b3ae7b91dc850da1e7b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
f86d06dda3d4aa220d285ffc3e063339db7f37a3
f555b6253eb8469c6e18db22b82aa60e5b896234
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-chardet</Name>
<Homepage>https://github.com/chardet/chardet</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app</IsA>
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
<Description>Chardet: The Universal Character Encoding Detector</Description>
<Archive sha1sum="bf740348e002581b026dc4af47d56479097c1fcd" type="targz">https://github.com/chardet/chardet/archive/3.0.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-chardet</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<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>3.0.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-chardet</Name>
<Summary xml:lang="tr">Chardet: The Universal Character Encoding Detector</Summary>
<Description xml:lang="tr">Chardet: The Universal Character Encoding Detector</Description>
</Source>
</PISI>
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-idna</Name>
<Summary xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Summary>
<Description xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Description>
</Source>
</PISI>
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+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-urllib3</Name>
<Homepage>https://github.com/shazow/urllib3</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Python</License>
<IsA>library</IsA>
<Summary>Yet another Python urllib</Summary>
<Description>Yet another Python urllib</Description>
<Archive sha1sum="f7799912f48c1af5f251497f83f211c62171d2c7" type="targz">https://github.com/shazow/urllib3/archive/1.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-urllib3</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>1.22</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-urllib3</Name>
<Summary xml:lang="tr">Yet another Python urllib</Summary>
<Description xml:lang="tr">Yet another Python urllib</Description>
</Source>
</PISI>