Source: pyresample
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
               dh-python,
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools,
               python-numpy,
               python3-numpy,
               python-pykdtree,
               python3-scipy,
               python-pyproj,
               python3-pyproj,
               python-configobj,
               python3-configobj,
               python-sphinx,
               python-numexpr,
               python3-numexpr,
               python-mpltoolkits.basemap,
               python3-mpltoolkits.basemap
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyresample.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyresample.git
Homepage: https://github.com/pytroll/pyresample
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-pyresample
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-configobj,
         python-numpy,
         python-pyproj,
         python-pykdtree | python-scipy
Recommends: python-numexpr,
            python-mpltoolkits.basemap
Suggests: python-pyresample-doc
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: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-configobj,
         python3-numpy,
         python3-pyproj,
         python3-scipy
Recommends: python3-numexpr,
            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
 (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 3 version of the package.

Package: python-pyresample-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: www-browser
Description: Resampling of remote sensing data in Python (documentation)
 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 common documentation package.

Package: python-pyresample-test
Architecture: all
Depends: ${misc:Depends},
         python-pyresample
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
 (e.g. geostationary satellites) and swath data (polar orbiting
 satellites).
 .
 Pyresample can use multiple processor cores for resampling.
 Pyresample supports masked arrays.
 .
 This package contains the test suite (and related data) for pyresample.
