| Server IP : 54.37.205.81 / Your IP : 216.73.216.76 Web Server : nginx/1.22.1 System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64 User : debian ( 1000) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/python3-numpy/ |
Upload File : |
Information for Maintainers of packages depending on python3-numpy
------------------------------------------------------------------
With Numpy 1.4.1 upload in unstable, we had several packages failing
to execute due to a change in 'dtype' format (some fields were added
at the end of the data structure).
After that, we decided to provide a reliable way to specify strict
versioned depends on python3-numpy by the packages depending on it, in
order to avoid similar failures in future uploads.
python3-numpy provides a debhelper tool, dh_numpy3, that will add Numpy
dependencies to python3:Depends substvar; what dh_numpy3 does is:
* if the package is arch:all, a simple dependency on 'python3-numpy' is
added;
* if the package is arch:any, two dependencies are added:
* python3-numpy-abi$N, where N is the value for the current Numpy
ABI, as defined by upstream C_ABI_VERSION value;
* python3-numpy (>= $VER), where VER is the minimum python3-numpy
package version implementing the current Numpy API, as defined by
upstream C_API_VERSION value.
* if the package is arch:any and the '--strict' command-line option is
passed to dh_numpy3, a dependency against python3-numpy-api$M is
added, where M is the value for the current Numpy API, as defined by
upstream C_API_VERSION value.
The current values for API, ABI and version are available in the file
/usr/share/numpy3/versions .
You should call dh_numpy3 regardless of the python helper you are using
in the package.
-- Sandro Tosi <morph@debian.org> Sun, 29 Jan 2012 11:01:45 +0100