pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ipaddr</Name>
  6. <Homepage>https://pypi.org/project/ipaddr/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>An IPv4/IPv6 manipulation library in Python</Summary>
  14. <Description>ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6</Description>
  15. <Archive sha1sum="d2acca0d7eee9c21d103d11ddc1bd7a8cc9a5a27" type="targz">https://files.pythonhosted.org/packages/9d/a7/1b39a16cb90dfe491f57e1cab3103a15d4e8dd9a150872744f531b1106c1/ipaddr-2.2.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>ipaddr</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <History>
  29. <Update release="2">
  30. <Date>2020-06-04</Date>
  31. <Version>2.2.0</Version>
  32. <Comment>First release</Comment>
  33. <Name>PisiLinux Community</Name>
  34. <Email>admins@pisilinux.org</Email>
  35. </Update>
  36. <Update release="1">
  37. <Date>2019-03-18</Date>
  38. <Version>2.2.0</Version>
  39. <Comment>First release</Comment>
  40. <Name>PisiLinux Community</Name>
  41. <Email>admins@pisilinux.org</Email>
  42. </Update>
  43. </History>
  44. </PISI>