1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: trollimage
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all-dev,
python3-dask,
python3-numpy,
python3-pil,
python3-pyproj <!nocheck>,
python3-pyresample <!nocheck>,
python3-pytest <!nocheck>,
python3-rasterio,
python3-setuptools,
python3-versioneer,
python3-xarray
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/trollimage
Vcs-Git: https://salsa.debian.org/debian-gis-team/trollimage.git
Homepage: https://github.com/pytroll/trollimage
Rules-Requires-Root: no
Package: python3-trollimage
Architecture: any
Depends: python3-pil,
${python3:Depends},
${misc:Depends},
${shlibs:Depends}
Recommends: python3-dask,
python3-rasterio,
python3-xarray
Description: Pytroll imaging library
Trollimage is a collection of modules that assist with basic image
management in pytroll packages.
It provides modules for easy management of images, colorspaces and
colormaps.
|