Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits: 61d6ee2d by Antonio Valentino at 2020-10-18T11:07:29+00:00 Add missing dependencies - - - - - 263d0b9d by Antonio Valentino at 2020-10-19T06:30:23+00:00 Drop dependency form basemap - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pyresample (1.16.0+ds-2) UNRELEASED; urgency=medium + + * debian/control: + - drop build dependency form deprecated basemap (closes: #972475) + - add missing dependencies + + -- Antonio Valentino <[email protected]> Sun, 18 Oct 2020 10:58:51 +0000 + pyresample (1.16.0+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -7,11 +7,13 @@ Rules-Requires-Root: no Build-Depends: cython3, debhelper-compat (= 12), dh-python, + python3-affine, python3-all-dev, python3-cartopy, python3-configobj, python3-dask, - python3-mpltoolkits.basemap, + python3-gdal, + python3-matplotlib, python3-numexpr, python3-numpy, python3-pil, @@ -22,7 +24,6 @@ Build-Depends: cython3, python3-scipy, python3-setuptools, python3-shapely, - python3-six, python3-sphinx, python3-xarray, python3-yaml @@ -39,21 +40,21 @@ Depends: python-pyresample-test, python3-pyproj (>= 2.3.1), python3-pykdtree (>= 1.3.1), python3-rasterio, - python3-six, python3-yaml, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: python3-cartopy, +Recommends: python3-affine, + python3-cartopy, python3-dask, + python3-gdal, python3-matplotlib, python3-numexpr, python3-pil, python3-scipy, python3-shapely, python3-xarray -Suggests: python-pyresample-doc, - python3-mpltoolkits.basemap +Suggests: python-pyresample-doc Description: Resampling of remote sensing data in Python 3 Pyresample is a Python package for resampling (reprojection) of earth observing satellite data. It handles both resampling of gridded data View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/7d13ce79bb275a3c1f619034ab8f9558c2fdc47a...263d0b9dfda6866c4bb807f349cd8e438d5bfb04 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/7d13ce79bb275a3c1f619034ab8f9558c2fdc47a...263d0b9dfda6866c4bb807f349cd8e438d5bfb04 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
