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
|
Source: python-boost-histogram
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <spaciouscoder78@disroot.org>
Rules-Requires-Root: no
Build-Depends:
cmake,
debhelper-compat (= 13),
dh-sequence-python3,
libboost-dev,
pybind11-dev,
python3-all-dev,
python3-setuptools,
python3-numpy,
pybuild-plugin-pyproject,
python3-scikit-build-core,
python3-setuptools-scm,
python3-ipykernel,
python3-nbconvert,
python3-typer,
python3-uhi,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.3
Homepage: https://github.com/scikit-hep/boost-histogram
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-boost-histogram
Vcs-Git: https://salsa.debian.org/python-team/packages/python-boost-histogram.git
Package: python3-boost-histogram
Architecture: any
Depends:
${python3:Depends},
${misc:Depends},
${shlibs:Depends},
python3-numpy,
Description: Python bindings for the C++14 Boost::Histogram library
Python bindings for Boost::Histogram (source), a C++14 library.
This is one of the fastest libraries for histogramming, while still
providing the power of a full histogram object.
|