python-hpack:first pisi release

This commit is contained in:
blue-devil
2020-01-16 22:57:02 +03:00
parent 932054ff91
commit 003f9fabfe
3 changed files with 63 additions and 0 deletions
@@ -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,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-hpack</Name>
<Homepage>https://github.com/python-hyper/hpack</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 Header Encoding for Python.</Summary>
<Description>This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.</Description>
<Archive sha1sum="17730f810937366571b1d773537d19f0934ce6ac" type="targz">https://github.com/python-hyper/hpack/archive/v3.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-hpack</Name>
<Summary>HTTP/2 Header Encoding for Python.</Summary>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python-hpack</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-15</Date>
<Version>3.0.0</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-hpack</Name>
<Summary xml:lang="tr">Python için HTTP/2 başlık kodlaması.</Summary>
<Description xml:lang="tr">python-hpack, HTTP/2yi kullanan uygulamalar için HTTP/2 başlık kodlaması sunar.</Description>
</Source>
</PISI>