1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: python-numpy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Marco Presi (Zufus) <zufus@debian.org>, Alexandre Fayolle <afayolle@debian.org>, José Fonseca <j_r_fonseca@yahoo.co.uk>, Matthias Klose <doko@debian.org>, Ondrej Certik <ondrej@certik.cz>, Kumar Appaiah <akumar@debian.org>
Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.6), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, libfftw3-dev
Build-Conflicts: atlas3-base-dev, libatlas-headers, libatlas-base-dev, libatlas-sse-dev, libatlas-sse2-dev, libatlas-3dnow-dev
XS-Python-Version: >= 2.3
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/numpy/trunk/?op=log
XS-DM-Upload-Allowed: yes
Homepage: http://numpy.scipy.org/
Package: python-numpy
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: python-numpy-doc, python-numpy-dbg
Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2)
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
Description: Numerical Python adds a fast array facility to the Python language
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.
.
Numpy replaces the python-numeric and python-numarray modules which are
now deprecated and shouldn't be used except to support older
software.
Package: python-numpy-dbg
Priority: extra
Architecture: any
Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}
Description: Fast array facility to the Python language (debug extension)
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.
.
Numpy replaces the python-numeric and python-numarray modules which
are now deprecated and shouldn't be used except to support older
software.
.
This package contains the extension built for the Python debug interpreter.
Package: python-numpy-ext
Architecture: all
Depends: python-numpy (>= 1.0.1-1)
Description: NumPy adds a fast array facility to the Python language
This package is a transitional package; it can safely be
removed after an upgrade.
Package: python-numpy-doc
Section: doc
Architecture: all
Description: NumPy documentation
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.
.
Numpy replaces the python-numeric and python-numarray modules which
are now deprecated and shouldn't be used except to support older
software.
.
This package contains documentation for Numpy and f2py.
|