Files
main/programming/language/python3/python3-numpy/pspec.xml
T
2020-09-23 19:46:32 +03:00

112 lines
4.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.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="85a7dd868ec7447c1f0caed01c70c98c14fbe78a" type="targz">https://github.com/numpy/numpy/archive/v1.19.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>cblas-devel</Dependency>
<Dependency>lapack-devel</Dependency>
<Dependency>python3-nose</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</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>lapack</Dependency>
<Dependency>python3</Dependency>
<Dependency>libquadmath</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/README*</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</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="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>