[Git][debian-gis-team/pyorbital][master] 4 commits: Drop Python 2 support

Antonio Valentino gitlab at salsa.debian.org
Sun Jul 21 15:21:18 BST 2019



Antonio Valentino pushed to branch master at Debian GIS Project / pyorbital


Commits:
38723209 by Antonio Valentino at 2019-07-21T14:10:57Z
Drop Python 2 support

- - - - -
90169c4c by Antonio Valentino at 2019-07-21T14:16:54Z
Set compat to 12

- - - - -
1d2f522e by Antonio Valentino at 2019-07-21T14:18:05Z
Reorder dependencies

- - - - -
6de3c2ca by Antonio Valentino at 2019-07-21T14:18:42Z
Set distribution to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-pyorbital (1.5.0-3) UNRELEASED; urgency=medium
+pyorbital (1.5.0-3) unstable; urgency=medium
 
   * Bump Standards-Version to 4.4.0, no changes.
   * Update gbp.conf to use --source-only-changes by default.
+  * Drop Python 2 support.
+  * Set compat to 12.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 25 Dec 2018 23:03:38 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Jul 2019 14:18:08 +0000
 
 pyorbital (1.5.0-2) unstable; urgency=medium
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12


=====================================
debian/control
=====================================
@@ -3,41 +3,20 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper (>= 12),
                dh-python,
-               python-setuptools,
-               python3-setuptools,
-               python-all,
                python3-all,
-               python-numpy,
+               python3-dask,
                python3-numpy,
-               python-scipy,
                python3-scipy,
-               python-sphinx,
+               python3-setuptools,
                python3-sphinx,
-               python3-dask,
                python3-xarray
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyorbital
 Vcs-Git: https://salsa.debian.org/debian-gis-team/pyorbital.git
 Homepage: https://github.com/pytroll/pyorbital
 
-Package: python-pyorbital
-Architecture: all
-Depends: ${shlibs:Depends},
-         ${python:Depends},
-         ${misc:Depends},
-         python-numpy,
-         python-scipy
-Suggests: python-pyorbital-doc
-Description: Orbital and astronomy computations in Python 2
- Python package for computing orbital parameters from TLE
- files, and making diverse astronomical computations.
- .
- This package is part of the PyTroll toolset.
- .
- This is the Python 2 version of the package.
-
 Package: python3-pyorbital
 Architecture: all
 Depends: ${shlibs:Depends},
@@ -63,8 +42,6 @@ Section: doc
 Depends: ${misc:Depends},
          ${sphinxdoc:Depends}
 Suggests: www-browser
-Breaks: python-pyorbital (<< 1.1.0-1)
-Replaces: python-pyorbital (<< 1.1.0-1)
 Description: Orbital and astronomy computations in Python (documentation)
  Python package for computing orbital parameters from TLE
  files, and making diverse astronomical computations.


=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export PYBUILD_NAME=pyorbital
 
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build: export http_proxy=127.0.0.1:9
@@ -21,11 +21,6 @@ ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 endif
 
 
-override_dh_python2:
-	dh_python2 -ppython-pyorbital
-	dh_numpy -ppython-pyorbital
-
-
 override_dh_python3:
 	dh_python3 -ppython3-pyorbital
 	dh_numpy3 -ppython3-pyorbital



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/compare/318865326c440e50a0ffd866c6dc0eec4204f67f...6de3c2ca7a3b280aad062c537e518e87d25dca7a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyorbital/compare/318865326c440e50a0ffd866c6dc0eec4204f67f...6de3c2ca7a3b280aad062c537e518e87d25dca7a
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/20190721/45e04469/attachment-0001.html>


More information about the Pkg-grass-devel mailing list