pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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-cffi</Name>
  6. <Homepage>https://cffi.readthedocs.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>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>Foreign Function Interface for Python calling C code</Summary>
  15. <Description>Foreign Function Interface for Python calling C code</Description>
  16. <Archive sha1sum="e4f62a0dac09e94bb98c3a78b061a8c7da8c1721" type="targz">https://bitbucket.org/cffi/cffi/get/v1.14.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>libffi-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-cffi</Name>
  25. <Summary>Foreign Function Interface for Python calling C code</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python-enum34</Dependency>
  28. <Dependency>python-six</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc/python-cffi</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2020-02-08</Date>
  38. <Version>1.14.0</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="3">
  44. <Date>2020-01-23</Date>
  45. <Version>1.13.2</Version>
  46. <Comment>Rebuilt, clean and fix flags</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2019-12-11</Date>
  52. <Version>1.13.2</Version>
  53. <Comment>Rebuilt and split packages</Comment>
  54. <Name>Blue Devil</Name>
  55. <Email>bluedevil@sctzine.com</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2019-11-07</Date>
  59. <Version>1.13.2</Version>
  60. <Comment>First pisi release</Comment>
  61. <Name>Blue Devil</Name>
  62. <Email>bluedevil@sctzine.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>