From d1356dc3cf6aaaa4c3b76a755b63295311e99c17 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 16 Jan 2020 23:33:43 +0300 Subject: [PATCH] python-h2:first pisi release --- .../language/python/python-h2/actions.py | 13 +++++ .../language/python/python-h2/pspec.xml | 47 +++++++++++++++++++ .../python/python-h2/translations.xml | 8 ++++ 3 files changed, 68 insertions(+) create mode 100644 programming/language/python/python-h2/actions.py create mode 100644 programming/language/python/python-h2/pspec.xml create mode 100755 programming/language/python/python-h2/translations.xml diff --git a/programming/language/python/python-h2/actions.py b/programming/language/python/python-h2/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-h2/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-h2/pspec.xml b/programming/language/python/python-h2/pspec.xml new file mode 100644 index 0000000000..7eca36b8bf --- /dev/null +++ b/programming/language/python/python-h2/pspec.xml @@ -0,0 +1,47 @@ + + + + + python-h2 + https://github.com/python-hyper/hyper-h2 + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python + library + HTTP/2 State-Machine based protocol implementation + This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. + https://github.com/python-hyper/hyper-h2/archive/v3.1.1.tar.gz + + python-devel + python-setuptools + + + + + python-h2 + HTTP/2 State-Machine based protocol implementation + + python-hpack + python-enum34 + python-hyperframe + + + /usr/lib + /usr/share/man + /usr/share/doc/python-h2 + + + + + + 2020-01-15 + 3.1.1 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-h2/translations.xml b/programming/language/python/python-h2/translations.xml new file mode 100755 index 0000000000..9939bf86ba --- /dev/null +++ b/programming/language/python/python-h2/translations.xml @@ -0,0 +1,8 @@ + + + + python-h2 + HTTP/2 Durum-Makinesi temelli protokol uygulanaması + python-h2, bu repo sadece python ile yazılmış HTTP/2 protokol yığını içerir. Programlama paradigmanız ne olursa olsun HTTP/2 konuştuğunuz sürece istediğiniz progrma gömebileceğiniz şekilde yazılmıştır. + + \ No newline at end of file