diff --git a/programming/language/python3/python3-httptools/actions.py b/programming/language/python3/python3-httptools/actions.py new file mode 100644 index 0000000000..4b16823196 --- /dev/null +++ b/programming/language/python3/python3-httptools/actions.py @@ -0,0 +1,19 @@ +#!/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 +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools + +def build(): + # suppress warnings + pisitools.cflags.add("-Wno-deprecated-declarations") + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-httptools/pspec.xml b/programming/language/python3/python3-httptools/pspec.xml new file mode 100644 index 0000000000..15d51e3f70 --- /dev/null +++ b/programming/language/python3/python3-httptools/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-httptools + https://github.com/MagicStack/httptools + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python3 + library + A collection of framework independent HTTP protocol utils. + httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break. + https://files.pythonhosted.org/packages/1b/03/215969db11abe8741e9c266a4cbe803a372bd86dd35fa0084c4df6d4bd00/httptools-0.0.13.tar.gz + + python3-devel + python3-setuptools + + + + + python3-httptools + A collection of framework independent HTTP protocol utils. + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-httptools + + + + + + 2020-01-15 + 0.0.13 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-httptools/translations.xml b/programming/language/python3/python3-httptools/translations.xml new file mode 100755 index 0000000000..2fd5a0b939 --- /dev/null +++ b/programming/language/python3/python3-httptools/translations.xml @@ -0,0 +1,8 @@ + + + + python3-httptools + Toplu Özgür HTTP protokol araçları + python3-httptools, nodejs HTTP çözümleyicisi için python3 bağlayıcılarını içerir. + + \ No newline at end of file