pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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-pyzmq</Name>
  6. <Homepage>https://github.com/zeromq/pyzmq/</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>PyZMQ: Python bindings for zeromq</Summary>
  15. <Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
  16. <Archive sha1sum="1334933139bdfe14ae6a85fde89a48e209dad1f2" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cython</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>zeromq-devel</Dependency>
  21. <Dependency>python-setuptools</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>python-pyzmq</Name>
  26. <Summary>PyZMQ: Python bindings for zeromq</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>python</Dependency>
  29. <Dependency>zeromq</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib/python2*</Path>
  33. <Path fileType="doc">/usr/share/doc/python-pyzmq</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2020-05-18</Date>
  39. <Version>19.0.1</Version>
  40. <Comment>Patch version bump.</Comment>
  41. <Name>Blue Devil</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2020-03-04</Date>
  46. <Version>19.0.0</Version>
  47. <Comment>Major version bump.</Comment>
  48. <Name>Blue Devil</Name>
  49. <Email>bluedevil@sctzine.com</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2019-12-31</Date>
  53. <Version>18.1.1</Version>
  54. <Comment>First pisi release</Comment>
  55. <Name>Blue DeviL</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. </History>
  59. </PISI>