File: control

package info (click to toggle)
pint-xarray 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 448 kB
  • sloc: python: 4,117; sh: 10; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,425 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
31
32
33
34
35
36
37
38
39
40
Source: pint-xarray
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Testsuite: autopkgtest-pkg-pybuild
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-numpy3,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-bottleneck,
               python3-dask,
               python3-numpy,
               python3-pandas,
               python3-pint,
               python3-pytest <!nocheck>,
               python3-scipy,
               python3-setuptools,
               python3-setuptools-scm,
               python3-xarray,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pint-xarray
Vcs-Git: https://salsa.debian.org/debian-gis-team/pint-xarray.git
Homepage: https://github.com/xarray-contrib/pint-xarray
Rules-Requires-Root: no
Description: Physical units interface to xarray using Pint
 pint-xarray is a convenience wrapper for using pint with xarray.
 .
 It can be used for creating and saving objects with units.
 .
 A pint unit definition, as accepted by pint.Unit, may be either a str
 or a pint.Unit instance.

Package: python3-pint-xarray
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: ${source:Synopsis}
 ${source:Extended-Description}