python-h2:first pisi release
This commit is contained in:
@@ -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()
|
||||
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-h2</Name>
|
||||
<Homepage>https://github.com/python-hyper/hyper-h2</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="532f288ed51c98c03f0213604d3efe99286f09bc" type="targz">https://github.com/python-hyper/hyper-h2/archive/v3.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-h2</Name>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-hpack</Dependency>
|
||||
<Dependency>python-enum34</Dependency>
|
||||
<Dependency>python-hyperframe</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-h2</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>3.1.1</Version>
|
||||
<Comment>First pisi release.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-h2</Name>
|
||||
<Summary xml:lang="tr">HTTP/2 Durum-Makinesi temelli protokol uygulanaması</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user