python-numpy 1:1.6.1-5ubuntu1 source package in Ubuntu

Changelog

python-numpy (1:1.6.1-5ubuntu1) precise; urgency=low

  * debian/patches/search-multiarch-paths.patch: (LP: #818867)
    - add multiarch libdirs to numpy.distutils.system_info
  * Merge from Debian unstable, remaining changes:
    - debian/patches/20_disable-plot-extension.patch
       Disable plot_directive extension, and catch ImportErrors when
       matplotlib cannot be imported, which allows us to remove
       python-matplotlib from dependencies.  This is required because
       python-numpy is in main, while python-matplotlib is in universe.
    - Build using dh_python2
      add bin/f2py* to .install files
    - keep Replaces: python-numpy (<< 1:1.3.0-4) in python-numpy-dbg
      for lucid upgrades
 -- Julian Taylor <email address hidden>   Sat, 11 Feb 2012 12:55:21 +0100

Upload details

Uploaded by:
Julian Taylor
Sponsored by:
Barry Warsaw
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-numpy_1.6.1.orig.tar.gz 2.5 MiB 788b1bc712ee566d4b4d62ef99736c5830fa264cbc56f8651ded1e795c755cdd
python-numpy_1.6.1-5ubuntu1.debian.tar.gz 135.2 KiB 10209549e6c0222df6dd78808259c64a5eeb4cd0e44e33cad95af9d0286a7c17
python-numpy_1.6.1-5ubuntu1.dsc 2.4 KiB ee27ab84f0734c8cbc76cd5f85d0142e3a30572da04f6953b45e048a393ca8c0

View changes file

Binary packages built by this source

python-numpy: 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.

python-numpy-dbg: 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.

python-numpy-doc: 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.