Source: python-pint
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>, Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libjs-requirejs,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatchling,
               python3-hatch-vcs,
               python3-ipykernel,
               python3-jupyter-client,
               python3-lxml-html-clean,
               python3-sphinx <!nodoc>,
               python3-sphinx-book-theme <!nodoc>,
               python3-sphinx-copybutton <!nodoc>,
               python3-sphinx-design <!nodoc>
Build-Depends-Indep: pandoc,
                     python3-flexcache,
                     python3-flexparser,
                     python3-matplotlib,
                     python3-packaging,
                     python3-platformdirs,
                     python3-pytest <!nocheck>,
                     python3-pytest-benchmark <!nocheck>,
                     python3-pytest-mpl <!nocheck>,
                     python3-pytest-subtests <!nocheck>,
                     python3-nbsphinx <!nodoc>,
                     python3-numpy,
                     python3-dask,
                     python3-typing-extensions,
                     python3-uncertainties,
                     python3-xarray,
                     python3-yaml
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pint
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pint.git
Homepage: https://github.com/hgrecco/pint
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pint
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: define, operate and manipulate physical quantities - Python 3.x
 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement. It
 allows arithmetic operations between them and conversions from and to
 different units.
 .
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code.
 .
 This package contains the Python 3.x module.

Package: python-pint-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-requirejs,
         python3-pydata-sphinx-theme
Multi-Arch: foreign
Description: define, operate and manipulate physical quantities - doc
 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement. It
 allows arithmetic operations between them and conversions from and to
 different units.
 .
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code.
 .
 This package contains the documentation.
