pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>cython</Name>
  6. <Homepage>http://www.cython.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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 Programming language</Summary>
  15. <Description>Cython is a language that makes writing C extensions for the Python2 and Python3 languages as easy as Python's itself.</Description>
  16. <Archive sha1sum="695704d96f18451f05a709fcb2eb616636ed6a87" type="targz">https://files.pythonhosted.org/packages/3f/61/16a435de52fcda15246597a602aab6132cea50bedeb0919cb8874a068a20/Cython-0.29.20.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>python3-setuptools</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>cython</Name>
  25. <RuntimeDependencies>
  26. <Dependency>python</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin/cygdb</Path>
  30. <Path fileType="executable">/usr/bin/cython</Path>
  31. <Path fileType="executable">/usr/bin/cythonize</Path>
  32. <Path fileType="library">/usr/lib/python2*</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>cython3</Name>
  37. <BuildType>rebuild_python</BuildType>
  38. <RuntimeDependencies>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin/cygdb3</Path>
  42. <Path fileType="executable">/usr/bin/cython3</Path>
  43. <Path fileType="executable">/usr/bin/cythonize3</Path>
  44. <Path fileType="library">/usr/lib/python3*</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>cython-docs</Name>
  49. <Summary>API documentation of cython</Summary>
  50. <Files>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="2">
  56. <Date>2020-07-01</Date>
  57. <Version>0.29.20</Version>
  58. <Comment>Version bump to 0.29.20</Comment>
  59. <Name>Suleyman Poyraz</Name>
  60. <Email>zaryob.dev@gmail.com</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2019-09-18</Date>
  64. <Version>0.29.14</Version>
  65. <Comment>First release</Comment>
  66. <Name>Süleyman Poyraz</Name>
  67. <Email>zaryob.dev@gmail.com</Email>
  68. </Update>
  69. </History>
  70. </INARY>