Files
main/programming/language/python3/python3-numpy/pspec.xml
T
2024-12-12 16:17:26 +03:00

164 lines
6.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-numpy</Name>
<Homepage>https://numpy.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>The fundamental package needed for scientific computing with Python</Summary>
<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>
<Archive sha1sum="d1047036a57167e80dc1ec48ab46940e63584573" type="targz">https://files.pythonhosted.org/packages/source/n/numpy/numpy-2.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>cblas-devel</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>lapack-devel</Dependency>
<Dependency>python3-nose</Dependency>
<Dependency>meson-python</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-tomli</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3-pyproject-metadata</Dependency>
<!-- For creating documentations -->
<!-- <Dependency>python3-sphinx</Dependency> -->
<!-- <Dependency>python3-scipy-sphinx-theme</Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>python3-numpy</Name>
<Summary>The fundamental package needed for scientific computing with Python</Summary>
<RuntimeDependencies>
<Dependency>blas</Dependency>
<Dependency>cblas</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>lapack</Dependency>
<Dependency>python3</Dependency>
<Dependency>libquadmath</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pyproject-metadata</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/PKG-INFO</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/README.md</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/THANKS.txt</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE.txt</Path>
</Files>
</Package>
<Package>
<Name>python3-numpy-docs</Name>
<Summary>Documentation files for python3-numpy</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-numpy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-numpy/doc</Path>
</Files>
</Package>
<History>
<Update release="16">
<Date>2024-12-11</Date>
<Version>2.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2024-08-19</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="14">
<Date>2023-10-16</Date>
<Version>1.24.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="13">
<Date>2023-01-22</Date>
<Version>1.24.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="12">
<Date>2021-10-22</Date>
<Version>1.21.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-11-22</Date>
<Version>1.19.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-08-30</Date>
<Version>1.19.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9">
<Date>2020-05-18</Date>
<Version>1.18.4</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-04-22</Date>
<Version>1.18.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-03-24</Date>
<Version>1.18.2</Version>
<Comment>Patch version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2020-01-11</Date>
<Version>1.18.1</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-14</Date>
<Version>1.15.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-03-24</Date>
<Version>1.14.1</Version>
<Comment>First release.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>