File: control

package info (click to toggle)
python-quantities 0.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 828 kB
  • sloc: python: 9,127; makefile: 72; sh: 3
file content (30 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download
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
Source: python-quantities
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andrea Palazzi <palazziandrea@yahoo.it>,
           Michael Hanke <mih@debian.org>,
           Yaroslav Halchenko <debian@onerussian.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: python3-all,
               debhelper-compat (= 12),
               dh-python,
               python3-numpy
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/science-team/python-quantities
Vcs-Git: https://salsa.debian.org/science-team/python-quantities.git
Homepage: https://packages.python.org/quantities/

Package: python3-quantities
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-numpy
Suggests: python3-unittest2
Description: Library for computation of physical quantities with units, based on numpy
 Quantities is designed to handle arithmetic and
 conversions of physical quantities, which have a magnitude, dimensionality
 specified by various units, and possibly an uncertainty.
 Quantities builds on the popular numpy library and is
 designed to work with numpy ufuncs, many of which are already
 supported.