From 8013b8fa926834579f0a494c7cad8a76f7019f95 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 17 Jan 2020 00:26:46 +0300 Subject: [PATCH] python3-httpx:first pisi release --- .../language/python3/python3-httpx/actions.py | 13 +++++ .../language/python3/python3-httpx/pspec.xml | 53 +++++++++++++++++++ .../python3/python3-httpx/translations.xml | 8 +++ 3 files changed, 74 insertions(+) create mode 100644 programming/language/python3/python3-httpx/actions.py create mode 100644 programming/language/python3/python3-httpx/pspec.xml create mode 100755 programming/language/python3/python3-httpx/translations.xml diff --git a/programming/language/python3/python3-httpx/actions.py b/programming/language/python3/python3-httpx/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-httpx/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/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 + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-httpx/pspec.xml b/programming/language/python3/python3-httpx/pspec.xml new file mode 100644 index 0000000000..af744e413c --- /dev/null +++ b/programming/language/python3/python3-httpx/pspec.xml @@ -0,0 +1,53 @@ + + + + + python3-httpx + https://github.com/encode/httpx + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + programming.language.python3 + library + The next generation HTTP client. + HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. + https://github.com/encode/httpx/archive/0.11.0.tar.gz + + python3-devel + python3-setuptools + + + + + python3-httpx + The next generation HTTP client. + + python3 + python3-h2 + python3-h11 + python3-sniffio + python3-certifi + python3-chardet + python3-rfc3986 + python3-urllib3 + python3-hstspreload + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-httpx + + + + + + 2020-01-15 + 0.11.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-httpx/translations.xml b/programming/language/python3/python3-httpx/translations.xml new file mode 100755 index 0000000000..7e4b3e60ab --- /dev/null +++ b/programming/language/python3/python3-httpx/translations.xml @@ -0,0 +1,8 @@ + + + + python3-httpx + Gelecek nesil HTTP istemcisi + python3-httpx, tam donanımlı python3 için HTTP istemcisidir. Asenkron APIler sunar ve hem HTT11/1'i hem de http/2'yi destekler. + + \ No newline at end of file