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
|
Source: pydecorate
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12),
dh-python,
fonts-dejavu-core,
python3-aggdraw,
python3-all,
python3-numpy,
python3-pil,
python3-pytest,
python3-setuptools,
python3-trollimage
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pydecorate
Vcs-Git: https://salsa.debian.org/debian-gis-team/pydecorate.git
Homepage: https://github.com/pytroll/pydecorate
Package: python3-pydecorate
Architecture: all
Depends: fonts-dejavu-core,
python3-aggdraw,
python3-numpy,
python3-pil,
python3-pkg-resources,
python3-trollimage,
${python3:Depends},
${misc:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Decorating PIL images with logos, texts, pallettes
Pydecorate is a package for decorating PIL images with logos, texts,
and color scales.
.
It is part of the PyTroll package suite.
|