pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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-numpy</Name>
  6. <Homepage>https://numpy.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>as-is</License>
  13. <IsA>library</IsA>
  14. <Summary>The fundamental package needed for scientific computing with Python</Summary>
  15. <Description>Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.</Description>
  16. <Archive sha1sum="e8c1aae9070d7c6dc0cb72de44eb68fba3b62941" type="targz">https://github.com/numpy/numpy/archive/v1.16.6.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>lapack-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. <Dependency>cblas-devel</Dependency>
  22. <Dependency>libgfortran</Dependency>
  23. <Dependency>cython</Dependency>
  24. <Dependency>cblas</Dependency>
  25. <Dependency>libquadmath</Dependency>
  26. <!--
  27. <Dependency>python-nose</Dependency>
  28. -->
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>python-numpy</Name>
  33. <Summary>The fundamental package needed for scientific computing with Python</Summary>
  34. <RuntimeDependencies>
  35. <Dependency>lapack</Dependency>
  36. <Dependency>cblas</Dependency>
  37. <Dependency>blas</Dependency>
  38. <Dependency>libquadmath</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin/f2py-py2</Path>
  42. <Path fileType="executable">/usr/bin/f2py2</Path>
  43. <Path fileType="executable">/usr/bin/f2py2.7</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>python-numpy-docs</Name>
  51. <Summary>Documentation files for python-numpy</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">python-numpy</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="doc">/usr/share/doc/python-numpy/doc</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="7">
  61. <Date>2020-11-07</Date>
  62. <Version>1.16.6</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="6">
  68. <Date>2020-10-01</Date>
  69. <Version>1.16.6</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Blue Devil</Name>
  72. <Email>bluedevil@sctzine.com</Email>
  73. </Update>
  74. <Update release="5">
  75. <Date>2018-08-14</Date>
  76. <Version>1.15.0</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="4">
  82. <Date>2018-02-25</Date>
  83. <Version>1.14.1</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="3">
  89. <Date>2017-04-17</Date>
  90. <Version>1.12.0</Version>
  91. <Comment>Version Bump.</Comment>
  92. <Name>Pisi Linux Community</Name>
  93. <Email>admin@pisilinux.org</Email>
  94. </Update>
  95. <Update release="2">
  96. <Date>2016-06-09</Date>
  97. <Version>1.8.1</Version>
  98. <Comment>Release Bump</Comment>
  99. <Name>Pisi Linux Community</Name>
  100. <Email>admin@pisilinux.org</Email>
  101. </Update>
  102. <Update release="1">
  103. <Date>2014-05-29</Date>
  104. <Version>1.8.1</Version>
  105. <Comment>First release</Comment>
  106. <Name>Marcin Bojara</Name>
  107. <Email>marcin@pisilinux.org</Email>
  108. </Update>
  109. </History>
  110. </PISI>