[Git][debian-gis-team/netcdf4-python][master] 2 commits: Drop Python 2 support.

Bas Couwenberg gitlab at salsa.debian.org
Tue Aug 20 20:32:37 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf4-python


Commits:
c41bc73a by Bas Couwenberg at 2019-08-20T19:18:04Z
Drop Python 2 support.

- - - - -
96f6fdf0 by Bas Couwenberg at 2019-08-20T19:18:04Z
Set distribution to unstable.

- - - - -


6 changed files:

- debian/changelog
- debian/control
- − debian/python-netcdf4.examples
- − debian/python-netcdf4.install
- − debian/python3-netcdf4.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+netcdf4-python (1.5.1.2-4) unstable; urgency=medium
+
+  * Drop Python 2 support.
+
+ -- Bas Couwenberg <sebastic at 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.


=====================================
debian/control
=====================================
@@ -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


=====================================
debian/python-netcdf4.examples deleted
=====================================
@@ -1 +0,0 @@
-examples/*


=====================================
debian/python-netcdf4.install deleted
=====================================
@@ -1 +0,0 @@
-usr/lib/python2*


=====================================
debian/python3-netcdf4.install deleted
=====================================
@@ -1,2 +0,0 @@
-usr/lib/python3*
-usr/bin/


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/compare/5d4c3dabf5571ef47c71b7f3aa3ca0d97fe3a0dd...96f6fdf0814ed57daa26d0e75deac0b4950f8fc9

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/compare/5d4c3dabf5571ef47c71b7f3aa3ca0d97fe3a0dd...96f6fdf0814ed57daa26d0e75deac0b4950f8fc9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190820/164eea70/attachment-0001.html>


More information about the Pkg-grass-devel mailing list