pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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-rfc3986</Name>
  6. <Homepage>https://pypi.org/project/rfc3986/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>Apache</License>
  13. <IsA>library</IsA>
  14. <Summary>Validating URI References per RFC 3986.</Summary>
  15. <Description>A Python implementation of RFC 3986 including validation and authority parsing.</Description>
  16. <Archive sha1sum="045ea0b25978bff99e94afc9871366f1f495b902" type="targz">https://github.com/python-hyper/rfc3986/archive/1.4.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-rfc3986</Name>
  24. <Summary>Validating URI References per RFC 3986.</Summary>
  25. <Files>
  26. <Path fileType="doc">/usr/share/doc/python-rfc3986</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="2">
  33. <Date>2020-04-08</Date>
  34. <Version>1.4.0</Version>
  35. <Comment>Minor version bump.</Comment>
  36. <Name>Blue Devil</Name>
  37. <Email>bluedevil@sctzine.com</Email>
  38. </Update>
  39. <Update release="1">
  40. <Date>2020-01-15</Date>
  41. <Version>1.3.2</Version>
  42. <Comment>First pisi release.</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. </History>
  47. </PISI>