[Git][debian-gis-team/cftime][master] 2 commits: Drop Python 2 support.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Aug 20 20:33:42 BST 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits:
d85f0b38 by Bas Couwenberg at 2019-08-20T19:19:41Z
Drop Python 2 support.
- - - - -
a6f13d7e by Bas Couwenberg at 2019-08-20T19:20:12Z
Set distribution to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/python-cftime.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+cftime (1.0.3.4-3) unstable; urgency=medium
+
+ * Drop Python 2 support.
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 20 Aug 2019 21:19:47 +0200
+
cftime (1.0.3.4-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
=====================================
debian/control
=====================================
@@ -5,33 +5,16 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
- python-all-dev (>= 2.6.6-3~),
- python-setuptools,
- python-numpy,
- python-pytest,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-pytest,
- cython,
- cython3,
+ cython3
Standards-Version: 4.4.0
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
=====================================
debian/python-cftime.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# Cannot easily be fixed
-file-references-package-build-path *
-
=====================================
debian/rules
=====================================
@@ -9,17 +9,13 @@ export PYBUILD_NAME=cftime
export PYBUILD_TEST_PYTEST=1
%:
- dh $@ --with python2,python3 --buildsystem=pybuild --parallel
+ dh $@ --with python3 --buildsystem=pybuild --parallel
override_dh_install:
dh_install --list-missing
$(RM) debian/*/usr/lib/python*/dist-packages/.coverage
-override_dh_python2:
- dh_python2 -ppython-cftime
- dh_numpy -ppython-cftime
-
override_dh_python3:
dh_python3 -ppython3-cftime
dh_numpy3 -ppython3-cftime
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/compare/dd96d58faffcd17b72fc52bf079610d05772f09e...a6f13d7e493e4c8713373db4b184d1440c1b77e5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/compare/dd96d58faffcd17b72fc52bf079610d05772f09e...a6f13d7e493e4c8713373db4b184d1440c1b77e5
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/68c0012e/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list