pspec.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-h11</Name>
  6. <Homepage>https://pypi.org/project/h11/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <PartOf>programming.language.python</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>A pure-Python, bring-your-own-I/O implementation of HTTP/1.1</Summary>
  15. <Description>This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.</Description>
  16. <Archive sha1sum="4ca7fc017391903b14340631cece458d7a4bcba1" type="targz">https://files.pythonhosted.org/packages/34/5a/abaa557d20b210117d8c3e6b0b817ce9b329b2e81f87612e60102a924323/h11-0.9.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-h11</Name>
  24. <Summary>A pure-Python, bring-your-own-I/O implementation of HTTP/1.1</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc/python-h11</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="1">
  33. <Date>2020-01-15</Date>
  34. <Version>0.9.0</Version>
  35. <Comment>First pisi release.</Comment>
  36. <Name>Blue Devil</Name>
  37. <Email>bluedevil@sctzine.com</Email>
  38. </Update>
  39. </History>
  40. </PISI>