pspec.xml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cython</Name>
  6. <Homepage>http://www.cython.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>C extensions for the Python</Summary>
  15. <Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
  16. <Archive sha1sum="b12b65596c3e892c0173ecc8e0d08f93cc0ccc42" type="targz">https://files.pythonhosted.org/packages/dc/f6/e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c/Cython-0.29.33.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>bzip2</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">class-static-method-workaround.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>cython</Name>
  27. <RuntimeDependencies>
  28. <Dependency>python</Dependency>
  29. <Dependency>bzip2</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="7">
  39. <Date>2023-01-07</Date>
  40. <Version>0.29.33</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="6">
  46. <Date>2022-06-27</Date>
  47. <Version>0.29.30</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="5">
  53. <Date>2020-12-09</Date>
  54. <Version>0.29.21</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="4">
  60. <Date>2019-12-26</Date>
  61. <Version>0.29.14</Version>
  62. <Comment>Version bump</Comment>
  63. <Name>Idris Kalp</Name>
  64. <Email>idriskalp@gmail.com</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-07-15</Date>
  68. <Version>0.25.2</Version>
  69. <Comment>Rebuild</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2017-01-21</Date>
  75. <Version>0.25.2</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Ertuğrul Erata</Name>
  78. <Email>ertugrulerata@gmail.com</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-04-27</Date>
  82. <Version>0.23.4</Version>
  83. <Comment>Release Bump</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-03-13</Date>
  89. <Version>0.23.4</Version>
  90. <Comment>First release</Comment>
  91. <Name>Alihan Öztürk</Name>
  92. <Email>alihan@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>