diff --git a/pisi-index.xml b/pisi-index.xml index 9f28068806..5a7c932fa6 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -2058,6 +2058,48 @@ + + + python3-idna + https://github.com/kjd/idna + + PisiLinux Community + admins@pisilinux.org + + BSD + app + programming.language.python3 + Internationalized Domain Names in Applications (IDNA) + Internationalized Domain Names in Applications (IDNA) + Internationalized Domain Names in Applications (IDNA) + Internationalized Domain Names in Applications (IDNA) + https://github.com/kjd/idna/archive/v2.6.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-idna/pspec.xml + + + python3-idna + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2018-05-22 + 2.6 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-zappa @@ -2288,6 +2330,46 @@ + + + python3-urllib3 + https://github.com/shazow/urllib3 + + PisiLinux Community + admins@pisilinux.org + + Python + library + programming.language.python3 + Yet another Python urllib + Yet another Python urllib + https://github.com/shazow/urllib3/archive/1.22.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-urllib3/pspec.xml + + + python3-urllib3 + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2018-05-22 + 1.22 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-requests @@ -2348,6 +2430,49 @@ + + + python3-chardet + https://github.com/chardet/chardet + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app + programming.language.python3 + Chardet: The Universal Character Encoding Detector + Chardet: The Universal Character Encoding Detector + Chardet: The Universal Character Encoding Detector + Chardet: The Universal Character Encoding Detector + https://github.com/chardet/chardet/archive/3.0.4.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-chardet/pspec.xml + + + python3-chardet + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2018-05-22 + 3.0.4 + First release + PisiLinux Community + admins@pisilinux.org + + + dbus-python3 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 650344be55..81fcf971cc 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -385ba03ab99160a8df08ca1e540219bd4c596c12 \ No newline at end of file +b8d7e58bf3f233f1c9958b3ae7b91dc850da1e7b \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index cfc89668f9..eedf6bbd40 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 64a7353e2e..7ba78a67e3 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -f86d06dda3d4aa220d285ffc3e063339db7f37a3 \ No newline at end of file +f555b6253eb8469c6e18db22b82aa60e5b896234 \ No newline at end of file diff --git a/programming/language/python3/python3-chardet/actions.py b/programming/language/python3/python3-chardet/actions.py new file mode 100755 index 0000000000..8a08c58ae2 --- /dev/null +++ b/programming/language/python3/python3-chardet/actions.py @@ -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") diff --git a/programming/language/python3/python3-chardet/pspec.xml b/programming/language/python3/python3-chardet/pspec.xml new file mode 100755 index 0000000000..2fa3e160ca --- /dev/null +++ b/programming/language/python3/python3-chardet/pspec.xml @@ -0,0 +1,43 @@ + + + + + python3-chardet + https://github.com/chardet/chardet + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app + Chardet: The Universal Character Encoding Detector + Chardet: The Universal Character Encoding Detector + https://github.com/chardet/chardet/archive/3.0.4.tar.gz + + python3-devel + python3-setuptools + + + + + python3-chardet + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + + 2018-05-22 + 3.0.4 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-chardet/translations.xml b/programming/language/python3/python3-chardet/translations.xml new file mode 100755 index 0000000000..cb8c878ff0 --- /dev/null +++ b/programming/language/python3/python3-chardet/translations.xml @@ -0,0 +1,8 @@ + + + + python3-chardet + Chardet: The Universal Character Encoding Detector + Chardet: The Universal Character Encoding Detector + + diff --git a/programming/language/python3/python3-idna/actions.py b/programming/language/python3/python3-idna/actions.py new file mode 100755 index 0000000000..8a08c58ae2 --- /dev/null +++ b/programming/language/python3/python3-idna/actions.py @@ -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") diff --git a/programming/language/python3/python3-idna/pspec.xml b/programming/language/python3/python3-idna/pspec.xml new file mode 100755 index 0000000000..3a7a8fdc66 --- /dev/null +++ b/programming/language/python3/python3-idna/pspec.xml @@ -0,0 +1,42 @@ + + + + + python3-idna + https://github.com/kjd/idna + + PisiLinux Community + admins@pisilinux.org + + BSD + app + Internationalized Domain Names in Applications (IDNA) + Internationalized Domain Names in Applications (IDNA) + https://github.com/kjd/idna/archive/v2.6.tar.gz + + python3-devel + python3-setuptools + + + + + python3-idna + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2018-05-22 + 2.6 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-idna/translations.xml b/programming/language/python3/python3-idna/translations.xml new file mode 100755 index 0000000000..fc9b8e708b --- /dev/null +++ b/programming/language/python3/python3-idna/translations.xml @@ -0,0 +1,8 @@ + + + + python3-idna + Internationalized Domain Names in Applications (IDNA) + Internationalized Domain Names in Applications (IDNA) + + diff --git a/programming/language/python3/python3-urllib3/actions.py b/programming/language/python3/python3-urllib3/actions.py new file mode 100755 index 0000000000..8a08c58ae2 --- /dev/null +++ b/programming/language/python3/python3-urllib3/actions.py @@ -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") diff --git a/programming/language/python3/python3-urllib3/pspec.xml b/programming/language/python3/python3-urllib3/pspec.xml new file mode 100755 index 0000000000..16f5a93a9d --- /dev/null +++ b/programming/language/python3/python3-urllib3/pspec.xml @@ -0,0 +1,42 @@ + + + + + python3-urllib3 + https://github.com/shazow/urllib3 + + PisiLinux Community + admins@pisilinux.org + + Python + library + Yet another Python urllib + Yet another Python urllib + https://github.com/shazow/urllib3/archive/1.22.tar.gz + + python3-devel + python3-setuptools + + + + + python3-urllib3 + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2018-05-22 + 1.22 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-urllib3/translations.xml b/programming/language/python3/python3-urllib3/translations.xml new file mode 100755 index 0000000000..1a99ddf3cc --- /dev/null +++ b/programming/language/python3/python3-urllib3/translations.xml @@ -0,0 +1,8 @@ + + + + python-urllib3 + Yet another Python urllib + Yet another Python urllib + +