123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-h11</Name>
- <Homepage>https://pypi.org/project/h11/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <License>MIT</License>
- <PartOf>programming.language.python</PartOf>
- <IsA>library</IsA>
- <Summary>A pure-Python, bring-your-own-I/O implementation of HTTP/1.1</Summary>
- <Description>This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.</Description>
- <Archive sha1sum="4ca7fc017391903b14340631cece458d7a4bcba1" type="targz">https://files.pythonhosted.org/packages/34/5a/abaa557d20b210117d8c3e6b0b817ce9b329b2e81f87612e60102a924323/h11-0.9.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-h11</Name>
- <Summary>A pure-Python, bring-your-own-I/O implementation of HTTP/1.1</Summary>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/python-h11</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-01-15</Date>
- <Version>0.9.0</Version>
- <Comment>First pisi release.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|