pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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-cryptography</Name>
  6. <Homepage>https://cryptography.io/</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>Cryptographic recipes for Python</Summary>
  15. <Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
  16. <Archive sha1sum="f91574c82901daf736f2760d6af3ed60878a19ac" type="targz">https://github.com/pyca/cryptography/archive/3.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-cffi</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>openssl-devel</Dependency>
  21. <Dependency>python-pycparser</Dependency>
  22. <Dependency>python-setuptools</Dependency>
  23. <!-- documentation dependencies
  24. <Dependency>python-sphinxcontrib-websupport</Dependency>
  25. <Dependency>python-sphinx-alabaster-theme</Dependency>
  26. <Dependency>python-snowballstemmer</Dependency>
  27. <Dependency>python-imagesize</Dependency>
  28. <Dependency>python-requests</Dependency>
  29. <Dependency>python-certifi</Dependency>
  30. <Dependency>python-sphinx</Dependency>
  31. <Dependency>python-typing</Dependency>
  32. <Dependency>python-Babel</Dependency>
  33. -->
  34. </BuildDependencies>
  35. </Source>
  36. <Package>
  37. <Name>python-cryptography</Name>
  38. <Summary>Cryptographic recipes for Python</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>python</Dependency>
  41. <Dependency>python-cffi</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/lib/python2*</Path>
  45. <Path fileType="doc">/usr/share/doc/python-cryptography/LICENSE</Path>
  46. <Path fileType="doc">/usr/share/doc/python-cryptography/README.rst</Path>
  47. </Files>
  48. </Package>
  49. <!--
  50. <Package>
  51. <Name>python-cryptography-docs</Name>
  52. <Summary>Documentation files for python-cryptography</Summary>
  53. <RuntimeDependencies>
  54. <Dependency release="current">python-cryptography</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="doc">/usr/share/doc/python-cryptography/html</Path>
  58. </Files>
  59. </Package>
  60. -->
  61. <History>
  62. <Update release="5">
  63. <Date>2020-08-30</Date>
  64. <Version>3.1</Version>
  65. <Comment>Major version bump.</Comment>
  66. <Name>Blue Devil</Name>
  67. <Email>bluedevil@sctzine.com</Email>
  68. </Update>
  69. <Update release="4">
  70. <Date>2020-05-18</Date>
  71. <Version>2.9.2</Version>
  72. <Comment>Patch version bump.</Comment>
  73. <Name>Blue Devil</Name>
  74. <Email>bluedevil@sctzine.com</Email>
  75. </Update>
  76. <Update release="3">
  77. <Date>2020-04-22</Date>
  78. <Version>2.9.1</Version>
  79. <Comment>Patch version bump.</Comment>
  80. <Name>Blue Devil</Name>
  81. <Email>bluedevil@sctzine.com</Email>
  82. </Update>
  83. <Update release="2">
  84. <Date>2020-04-08</Date>
  85. <Version>2.9</Version>
  86. <Comment>Minor version bump.</Comment>
  87. <Name>Blue Devil</Name>
  88. <Email>bluedevil@sctzine.com</Email>
  89. </Update>
  90. <Update release="1">
  91. <Date>2019-11-06</Date>
  92. <Version>2.8</Version>
  93. <Comment>First pisi release</Comment>
  94. <Name>Blue Devil</Name>
  95. <Email>bluedevil@sctzine.com</Email>
  96. </Update>
  97. </History>
  98. </PISI>