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
|
Source: python-numarray
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: python-all-dev, python-all-dbg, libblas-dev, liblapack-dev, debhelper (>= 5.0.37.1), gfortran, bzip2, python-central (>= 0.5)
Build-Conflicts: libatlas-base-dev, atlas3-base, atlas3-base-dev
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-numarray
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: python-numarray-doc, python-numarray-dbg
Conflicts: python2.3-numarray, python2.4-numarray, python-numarray-ext (<< 1.5.1-3)
Replaces: python2.3-numarray, python2.4-numarray, python-numarray-ext (<< 1.5.2-2.2ubuntu1)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: An array processing package modelled after Python-Numeric
This package is now deprecated, please use the python-numpy package
for developing new software.
.
Numarray is a set of extensions to the Python programming language
which allows Python programmers to efficiently manipulate large sets
of objects organized in grid-like fashion. These sets of objects are
called arrays, and they can have any number of dimensions.
.
This is a reimplementation of the earlier Numeric module (aka
numpy). For the most part, the syntax of numarray is identical to
that of Numeric, although there are significant differences. The
differences are primarily in new features.
Package: python-numarray-dbg
Priority: extra
Architecture: any
Depends: python-dbg, python-numarray (= ${binary:Version}), ${shlibs:Depends}
Description: An array processing package modelled after Python-Numeric (debug extension)
Numarray is a set of extensions to the Python programming language
which allows Python programmers to efficiently manipulate large sets
of objects organized in grid-like fashion. These sets of objects are
called arrays, and they can have any number of dimensions.
.
This package contains the extension built for the python debug interpreter.
Package: python-numarray-ext
Architecture: any
Depends: python-numarray (= ${binary:Version})
Description: Extension modules for Python array processing (transitional package)
This is a transitional package; it can safely by removed after installation.
Package: python-numarray-doc
Section: doc
Architecture: all
Depends: evince | xpdf-reader | pdf-viewer
Suggests: python-numarray, python-numarray-ext
Conflicts: python-numarray (<< 0.6)
Description: An array processing package for Python (documentation)
This package is now deprecated, please use the python-numpy package
for developing new software.
.
Numarray is a set of extensions to the Python programming language
which allows Python programmers to efficiently manipulate large sets
of objects organized in grid-like fashion. These sets of objects are
called arrays, and they can have any number of dimensions.
.
This package contains the manual in PDF format.
|