diff --git a/programming/language/python3/python3-httpcore/actions.py b/programming/language/python3/python3-httpcore/actions.py new file mode 100644 index 0000000000..71bd0c8fff --- /dev/null +++ b/programming/language/python3/python3-httpcore/actions.py @@ -0,0 +1,15 @@ +#!/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 pisitools +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-httpcore/pspec.xml b/programming/language/python3/python3-httpcore/pspec.xml new file mode 100644 index 0000000000..4c4a23a23d --- /dev/null +++ b/programming/language/python3/python3-httpcore/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-httpcore + https://github.com/encode/httpcore + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + A minimal HTTP client. + The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests. + https://github.com/encode/httpcore/archive/0.9.0.tar.gz + + python3-devel + python3-setuptools + + + + + python3-httpcore + The next generation HTTP client. + + python3 + python3-h2 + python3-h11 + python3-sniffio + + + /usr/lib/python3* + /usr/share/doc/python3-httpcore + + + + + + 2020-05-24 + 0.9.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-httpcore/translations.xml b/programming/language/python3/python3-httpcore/translations.xml new file mode 100755 index 0000000000..4dfcc4bdca --- /dev/null +++ b/programming/language/python3/python3-httpcore/translations.xml @@ -0,0 +1,8 @@ + + + + python3-httpcore + Minimal bir HTTP istemcisi + python3-httpcore, python3 için minimal düşük seviyeli bir HTTP istemcisidir. Sadece HTTP istekleri gönderir. + + \ No newline at end of file