Skip to content
Commits on Source (2)
netcdf4-python (1.5.1.2-4) unstable; urgency=medium
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Tue, 20 Aug 2019 21:05:08 +0200
netcdf4-python (1.5.1.2-3) unstable; urgency=medium
* Drop versioned Breaks on python-xarray, see: #932509.
......
......@@ -6,15 +6,10 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-cftime,
python-setuptools,
python-numpy,
python3-all-dev,
python3-cftime,
python3-setuptools,
python3-numpy,
cython,
cython3,
libhdf5-dev,
libnetcdf-dev (>= 1:4.4.0),
......@@ -25,29 +20,6 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/netcdf4-python/
Vcs-Git: https://salsa.debian.org/debian-gis-team/netcdf4-python.git
Homepage: http://unidata.github.io/netcdf4-python/
Package: python-netcdf4
Architecture: any
Section: python
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${python:Provides}
Description: Python interface to the netCDF4 (network Common Data Form) library
NetCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and write
files in both the new netCDF 4 and the old netCDF 3 format, and can create
files that are readable by HDF5 clients. The API is modelled after
Scientific.IO.NetCDF, and should be familiar to users of that module.
.
Most new features of netCDF 4 are implemented, such as multiple unlimited
dimensions, groups and zlib data compression. All the new numeric data types
(such as 64 bit and unsigned integer types) are implemented. Compound and
variable length (vlen) data types are supported, but the enum and opaque data
types are not. Mixtures of compound and vlen data types (compound types
containing vlens, and vlens containing compound types) are not supported.
.
This package contains the netCDF 4 module for Python 2.
Package: python3-netcdf4
Architecture: any
Section: python
......
......@@ -14,7 +14,7 @@ export USE_NCCONFIG=1
%:
dh $@ \
--with python2,python3 \
--with python3 \
--buildsystem=pybuild \
--parallel
......@@ -31,10 +31,6 @@ override_dh_auto_install:
override_dh_install:
dh_install --list-missing
override_dh_python2:
dh_python2 -ppython-netcdf4
dh_numpy -ppython-netcdf4
override_dh_python3:
dh_python3 -ppython3-netcdf4
dh_numpy3 -ppython3-netcdf4