Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits: ed11b797 by Antonio Valentino at 2019-07-21T15:13:44Z Drop Python 2 support - - - - - 94cc38ed by Antonio Valentino at 2019-07-21T15:29:36Z Sort dependency list - - - - - d068e9ef by Antonio Valentino at 2019-07-21T15:29:55Z Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/control - − debian/python-pyresample.links - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pyresample (1.12.3-4) unstable; urgency=medium + + * Drop Python 2 support. + + -- Antonio Valentino <[email protected]> Sun, 21 Jul 2019 15:29:47 +0000 + pyresample (1.12.3-3) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -3,91 +3,44 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Antonio Valentino <[email protected]> Section: python Priority: optional -Build-Depends: debhelper (>= 12.0.0), +Build-Depends: cython3, + debhelper (>= 12), dh-python, - python-all-dev, python3-all-dev, - python-setuptools, - python3-setuptools, - python-numpy, - python3-numpy, - python-pykdtree (>= 1.3.1), - python3-pykdtree (>= 1.3.1), - python-pyproj, - python3-pyproj, - python-configobj, - python3-configobj, - python3-sphinx, - python-numexpr, - python3-numexpr, - python-yaml, - python3-yaml, - python-cartopy, python3-cartopy, - python-mpltoolkits.basemap, + python3-configobj, + python3-dask, python3-mpltoolkits.basemap, - python-pil, + python3-numexpr, + python3-numpy, python3-pil, - python-mock, - python-six, - python3-six, - python-scipy, - python3-scipy, - python-rasterio, + python3-pykdtree (>= 1.3.1), + python3-pyproj, python3-rasterio, + python3-scipy, + python3-setuptools, + python3-six, + python3-sphinx, python3-xarray, - python3-dask, - cython, - cython3 + python3-yaml Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyresample Vcs-Git: https://salsa.debian.org/debian-gis-team/pyresample.git Homepage: https://github.com/pytroll/pyresample -Package: python-pyresample -Architecture: any -Depends: ${misc:Depends}, - ${python:Depends}, - ${shlibs:Depends}, - python-configobj, - python-numpy, - python-pyproj, - python-yaml, - python-pykdtree (>= 1.3.1), - python-six, - python-rasterio, - python-pyresample-test -Recommends: python-cartopy, - python-matplotlib, - python-numexpr, - python-pil, - python-scipy -Suggests: python-pyresample-doc, - python-mpltoolkits.basemap -Description: Resampling of remote sensing data in Python 2 - Pyresample is a Python package for resampling (reprojection) of earth - observing satellite data. It handles both resampling of gridded data - (e.g. geostationary satellites) and swath data (polar orbiting - satellites). - . - Pyresample can use multiple processor cores for resampling. - Pyresample supports masked arrays. - . - This is the Python 2 version of the package. - Package: python3-pyresample Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, + python-pyresample-test, python3-configobj, python3-numpy, python3-pyproj, - python3-yaml, python3-pykdtree (>= 1.3.1), - python3-six, python3-rasterio, - python-pyresample-test + python3-six, + python3-yaml Recommends: python3-cartopy, python3-dask, python3-matplotlib, ===================================== debian/python-pyresample.links deleted ===================================== @@ -1 +0,0 @@ -usr/share/python-pyresample-test/test_files usr/lib/python2.7/dist-packages/pyresample/test/test_files ===================================== debian/rules ===================================== @@ -11,7 +11,7 @@ export PYBUILD_NAME=pyresample %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: @@ -32,11 +32,6 @@ override_dh_installchangelogs: dh_installchangelogs README.md -override_dh_python2: - dh_python2 -ppython-pyresample - dh_numpy -ppython-pyresample - - override_dh_python3: dh_python3 -ppython3-pyresample dh_numpy3 -ppython3-pyresample View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/54d2085b437f4a41c5cc42148d96280b05b7981c...d068e9efc806c795034126514d658e3861d8d288 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/compare/54d2085b437f4a41c5cc42148d96280b05b7981c...d068e9efc806c795034126514d658e3861d8d288 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
