Files
main/programming/language/python3/python3-h2/pspec.xml
T
2023-10-19 11:04:04 +03:00

76 lines
2.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-h2</Name>
<Homepage>https://github.com/python-hyper/hyper-h2</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<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="54085a84bd0809cdb5ed5b6ca98b16938114208c" type="targz">https://github.com/python-hyper/hyper-h2/archive/v4.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-h2</Name>
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-hpack</Dependency>
<Dependency>python3-hyperframe</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-h2</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-10-17</Date>
<Version>4.1.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-28</Date>
<Version>4.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-09-23</Date>
<Version>4.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-02-12</Date>
<Version>3.2.0</Version>
<Comment>Ver. bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<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>