File: control

package info (click to toggle)
python-h5netcdf 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: python: 1,743; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,079 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
Source: python-h5netcdf
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dpkg-dev (>= 1.17.14),
               python3-all,
               python3-h5py <!nocheck>,
               python3-netcdf4 <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/python-h5netcdf
Vcs-Git: https://salsa.debian.org/science-team/python-h5netcdf.git
Homepage: https://github.com/shoyer/h5netcdf

Package: python3-h5netcdf
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: netCDF4 support via h5py for Python 3
 A Python interface for the netCDF4 file-format that reads and writes local or
 remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
 netCDF library.
 .
 This package provides the modules for Python 3.