pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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-pynacl</Name>
  6. <Homepage>https://github.com/pyca/pynacl/</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>Python binding to the Networking and Cryptography (NaCl) library</Summary>
  15. <Description>python-pynacl PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.</Description>
  16. <Archive sha1sum="f0b09d0168e8f6fbefb0cff0d6eb26ae484bee4e" type="targz">https://github.com/pyca/pynacl/archive/1.3.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-cffi</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>python-pycparser</Dependency>
  21. <Dependency>python-setuptools</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>python-pynacl</Name>
  26. <Summary>PyNaCl module for python</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>python</Dependency>
  29. <Dependency>python-cffi</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="1">
  38. <Date>2019-11-25</Date>
  39. <Version>1.3.0</Version>
  40. <Comment>First release</Comment>
  41. <Name>Blue DeviL</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. </History>
  45. </PISI>