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
|
Source: cftime
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-coverage,
python-setuptools,
python-numpy,
python-pytest,
python-pytest-cov,
python3-all-dev,
python3-coverage,
python3-setuptools,
python3-numpy,
python3-pytest,
python3-pytest-cov,
cython,
cython3,
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/cftime/
Vcs-Git: https://salsa.debian.org/debian-gis-team/cftime.git
Homepage: http://unidata.github.io/cftime/
Package: python-cftime
Architecture: any
Section: python
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Time-handling functionality from netcdf4-python (Python 2)
Python library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.
.
This package contains the cftime module for Python 2.
Package: python3-cftime
Architecture: any
Section: python
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Time-handling functionality from netcdf4-python (Python 3)
Python library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.
.
This package contains the cftime module for Python 3.
|