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
|
Source: python-pint
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Ondřej Nový <onovy@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep: python-nose,
python-numpy,
python-yaml,
python3-nose,
python3-numpy,
python3-yaml,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-pint.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-pint.git
Homepage: https://github.com/hgrecco/pint
Package: python-pint
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: python-pkg-resources,
${misc:Depends},
${python:Depends},
Description: define, operate and manipulate physical quantities - Python 2.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 2.x module.
Package: python3-pint
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: python3-pkg-resources,
${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
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
${sphinxdoc:Depends},
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.
|