pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cython</Name>
  6. <Homepage>https://cython.org/</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-2.0</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>C extensions for the Python</Summary>
  16. <Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
  17. <Archive sha1sum="c1c71f790aa46f427bf1e0acc2212e1d6653c89e" type="targz">https://github.com/cython/cython/archive/0.29.34.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>python-setuptools</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>cython</Name>
  25. <Summary>C extensions for the Python</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python</Dependency>
  28. <Dependency>python-setuptools</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="doc">/usr/share/doc/cython</Path>
  32. <Path fileType="library">/usr/lib/python2*</Path>
  33. <Path fileType="executable">/usr/bin/cygdb-py2</Path>
  34. <Path fileType="executable">/usr/bin/cython-py2</Path>
  35. <Path fileType="executable">/usr/bin/cythonize-py2</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="11">
  40. <Date>2023-04-03</Date>
  41. <Version>0.29.34</Version>
  42. <Comment>Version bump.</Comment>
  43. <Name>Mustafa Cinasal</Name>
  44. <Email>muscnsl@gmail.com</Email>
  45. </Update>
  46. <Update release="10">
  47. <Date>2020-07-21</Date>
  48. <Version>0.29.21</Version>
  49. <Comment>Patch version bump.</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="8">
  54. <Date>2020-05-24</Date>
  55. <Version>0.29.19</Version>
  56. <Comment>Patch version bump.</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. <Update release="7">
  61. <Date>2020-05-14</Date>
  62. <Version>0.29.17</Version>
  63. <Comment>Patch version bump.</Comment>
  64. <Name>Blue Devil</Name>
  65. <Email>bluedevil@sctzine.com</Email>
  66. </Update>
  67. <Update release="6">
  68. <Date>2020-03-27</Date>
  69. <Version>0.29.16</Version>
  70. <Comment>Patch version bump.</Comment>
  71. <Name>Blue Devil</Name>
  72. <Email>bluedevil@sctzine.com</Email>
  73. </Update>
  74. <Update release="5">
  75. <Date>2020-02-06</Date>
  76. <Version>0.29.15</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Blue Devil</Name>
  79. <Email>bluedevil@sctzine.com</Email>
  80. </Update>
  81. <Update release="4">
  82. <Date>2019-12-31</Date>
  83. <Version>0.29.14</Version>
  84. <Comment>Rebuilt</Comment>
  85. <Name>Blue DeviL</Name>
  86. <Email>bluedevil@sctzine.com</Email>
  87. </Update>
  88. <Update release="3">
  89. <Date>2019-12-07</Date>
  90. <Version>0.29.14</Version>
  91. <Comment>Split packages</Comment>
  92. <Name>Blue DeviL</Name>
  93. <Email>bluedevil@sctzine.com</Email>
  94. </Update>
  95. <Update release="2">
  96. <Date>2019-11-11</Date>
  97. <Version>0.29.14</Version>
  98. <Comment>Ver. bump</Comment>
  99. <Name>Blue DeviL</Name>
  100. <Email>bluedevil@sctzine.com</Email>
  101. </Update>
  102. <Update release="1">
  103. <Date>2016-04-22</Date>
  104. <Version>0.24</Version>
  105. <Comment>First release</Comment>
  106. <Name>İbrahim KARAGÜZEL</Name>
  107. <Email>karaguzelibrahim@gmail.com</Email>
  108. </Update>
  109. </History>
  110. </PISI>