From bd738110a765042de55a247ec6b91622d9a16fb8 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 16 Jan 2020 23:00:53 +0300 Subject: [PATCH] python-hyperframe:first pisi release --- .../python/python-hyperframe/actions.py | 13 ++++++ .../python/python-hyperframe/pspec.xml | 42 +++++++++++++++++++ .../python/python-hyperframe/translations.xml | 8 ++++ 3 files changed, 63 insertions(+) create mode 100644 programming/language/python/python-hyperframe/actions.py create mode 100644 programming/language/python/python-hyperframe/pspec.xml create mode 100755 programming/language/python/python-hyperframe/translations.xml diff --git a/programming/language/python/python-hyperframe/actions.py b/programming/language/python/python-hyperframe/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-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() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-hyperframe/pspec.xml b/programming/language/python/python-hyperframe/pspec.xml new file mode 100644 index 0000000000..9640507378 --- /dev/null +++ b/programming/language/python/python-hyperframe/pspec.xml @@ -0,0 +1,42 @@ + + + + + python-hyperframe + https://github.com/python-hyper/hyperframe + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python + 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 + + python-devel + python-setuptools + + + + + python-hyperframe + Pure-Python HTTP/2 framing + + /usr/lib + /usr/share/man + /usr/share/doc/python-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/python/python-hyperframe/translations.xml b/programming/language/python/python-hyperframe/translations.xml new file mode 100755 index 0000000000..9ca1ea54d5 --- /dev/null +++ b/programming/language/python/python-hyperframe/translations.xml @@ -0,0 +1,8 @@ + + + + python-hyperframe + Pure-Python HTTP/2 çatısı. + python-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