pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-bcrypt</Name>
  6. <Homepage>https://github.com/pyca/bcrypt</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>Modern(-ish) password hashing for your software and your servers</Summary>
  15. <Description>python-bcrypt is a good password hashing for your software and your servers</Description>
  16. <Archive sha1sum="bc34050664c1b7512ea8791fd543673144521931" type="targz">https://github.com/pyca/bcrypt/archive/3.1.7.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-bcrypt</Name>
  24. <Summary>Modern(-ish) password hashing for your software and your servers</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python-cffi</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/python2*</Path>
  30. <Path fileType="doc">/usr/share/doc/python-bcrypt</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="2">
  35. <Date>2019-12-13</Date>
  36. <Version>3.1.7</Version>
  37. <Comment>Rebuilt and split packages</Comment>
  38. <Name>Blue Devil</Name>
  39. <Email>bluedevil@sctzine.com</Email>
  40. </Update>
  41. <Update release="1">
  42. <Date>2019-11-07</Date>
  43. <Version>3.1.7</Version>
  44. <Comment>First pisi release</Comment>
  45. <Name>Blue Devil</Name>
  46. <Email>bluedevil@sctzine.com</Email>
  47. </Update>
  48. </History>
  49. </PISI>