diff --git a/programming/language/python3/python3-hyperframe/actions.py b/programming/language/python3/python3-hyperframe/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-hyperframe/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-hyperframe/pspec.xml b/programming/language/python3/python3-hyperframe/pspec.xml new file mode 100644 index 0000000000..782d5d422c --- /dev/null +++ b/programming/language/python3/python3-hyperframe/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-hyperframe + https://github.com/python-hyper/hyperframe + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python3 + library + Pure-Python HTTP/2 framing + This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. + https://github.com/python-hyper/hyperframe/archive/v5.2.0.tar.gz + + python3-devel + python3-setuptools + + + + + python3-hyperframe + Pure-Python HTTP/2 framing + + python3 + + + /usr/lib + /usr/share/man + /usr/share/doc/python3-hyperframe + + + + + + 2020-01-15 + 5.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-hyperframe/translations.xml b/programming/language/python3/python3-hyperframe/translations.xml new file mode 100755 index 0000000000..7f342d638b --- /dev/null +++ b/programming/language/python3/python3-hyperframe/translations.xml @@ -0,0 +1,8 @@ + + + + python3-hyperframe + Pure-Python HTTP/2 çatısı. + python3-hyperframe, bu kitaplık "hyper" projelerinde kullanılmak üzere "HTTP/2" çerçeveleri içerir. İkilik bir akışı HTTP/2 çerçevelerine çözebilen python kod tabanı sunar. + + \ No newline at end of file