Skip to content
Commits on Source (4)
......@@ -4,7 +4,11 @@ pyresample (1.12.3-6) UNRELEASED; urgency=medium
* debian/patches:
- new 0004-Detect-broken-basemap.patch: workaround for failures
of basemap imports due to incompatibility with new pyproj
versions
versions (Closes: #939022)
* debian/control:
- depend on pyproj >= 2.3.1
- drop dependency on python3-mock (not really necessary with Python 3)
* Remove obsolete fields Name from debian/upstream/metadata.
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 21 Aug 2019 19:35:41 +0000
......
......@@ -15,7 +15,7 @@ Build-Depends: cython3,
python3-numpy,
python3-pil,
python3-pykdtree (>= 1.3.1),
python3-pyproj,
python3-pyproj (>= 2.3.1),
python3-rasterio,
python3-scipy,
python3-setuptools,
......@@ -33,7 +33,7 @@ Architecture: any
Depends: python-pyresample-test,
python3-configobj,
python3-numpy,
python3-pyproj,
python3-pyproj (>= 2.3.1),
python3-pykdtree (>= 1.3.1),
python3-rasterio,
python3-six,
......@@ -83,8 +83,7 @@ Description: Resampling of remote sensing data in Python (documentation)
Package: python-pyresample-test
Architecture: all
Multi-Arch: foreign
Depends: python3-mock,
${misc:Depends}
Depends: ${misc:Depends}
Description: Resampling of remote sensing data in Python (test suite)
Pyresample is a Python package for resampling (reprojection) of earth
observing satellite data. It handles both resampling of gridded data
......
# the package only contains common test data and both packages for python2
# and python3 depend on it
python-package-depends-on-package-from-other-python-variant Depends: python3-*
---
Bug-Database: https://github.com/pytroll/pyresample/issues
Bug-Submit: https://github.com/pytroll/pyresample/issues/new
Name: Pyresample
Repository: https://github.com/pytroll/pyresample.git
Repository-Browse: https://github.com/pytroll/pyresample