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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
Source: numpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Christian Kastner <ckk@debian.org>,
Timo Röhling <roehling@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
cython3:native (>= 3.0),
gfortran [amd64 arm64 ppc64el] <!nocheck>,
libblas-dev [!arm !m68k],
liblapack-dev [!arm !m68k],
libpython3-all-dev,
mypy <!nocheck>,
ninja-build,
pkgconf <!nocheck>,
pybuild-plugin-pyproject,
python3-all-dev:any,
python3-charset-normalizer <!nocheck>,
python3-hypothesis <!nocheck>,
python3-mesonpy:native,
python3-pyproject-metadata:native,
python3-pytest <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-setuptools <!nocheck>,
python3-typing-extensions (>= 4.2.0) <!nocheck>,
python3-tz <!nocheck>,
tzdata-legacy <!nocheck>,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
doxygen <!nodoc>,
python-imageio-doc <!nodoc>,
python-pandas-doc <!nodoc>,
python-pytest-doc <!nodoc>,
python-scipy-doc <!nodoc>,
python-skimage-doc <!nodoc>,
python3-breathe <!nodoc>,
python3-doc <!nodoc>,
python3-ipython <!nodoc>,
python3-numpydoc <!nodoc>,
python3-pickleshare <!nodoc>,
python3-pydata-sphinx-theme <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-sphinx-design <!nodoc>,
# python-matplotlib-doc <!nodoc>, # missing
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/numpy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/numpy
Homepage: http://www.numpy.org/
Testsuite: autopkgtest-pkg-pybuild
Description: Python library for numerical computations
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.
Package: python3-numpy
Architecture: any
Multi-Arch: allowed
Pre-Depends:
dpkg (>= 1.17.14),
Depends:
python3-numpy-dev (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
gcc,
gfortran,
python-numpy-doc,
python3-dev,
python3-pytest,
Provides:
python3-f2py,
${numpy3:Provides},
${python3:Provides},
Description: ${source:Synopsis} (Python 3)
${source:Extended-Description}
.
This package installs NumPy for Python 3.
Package: python-numpy-doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests:
python-imageio-doc,
python-pandas-doc,
python-pytest-doc,
python-scipy-doc,
python-skimage-doc,
python3-doc,
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Description: ${source:Synopsis} (Documentation)
${source:Extended-Description}
.
This package contains documentation for NumPy and f2py.
Package: python3-numpy-dev
Architecture: any
Multi-Arch: same
Breaks:
python3-numpy (<< 1:2.1.3+ds-1~),
Replaces:
python3-numpy (<< 1:2.1.3+ds-1~),
Depends:
${misc:Depends},
Recommends:
python3-numpy,
Provides:
dh-sequence-numpy3,
Description: ${source:Synopsis} (Python 3 headers)
${source:Extended-Description}
.
This package installs the development headers which are needed
to build C/C++ extensions with NumPy for Python 3.
|