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
|
Source: aggdraw
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
libfreetype6-dev,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-pil,
python3-pkgconfig,
python3-pytest
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/aggdraw
Vcs-Git: https://salsa.debian.org/debian-gis-team/aggdraw.git
Homepage: https://github.com/pytroll/aggdraw
Package: python3-aggdraw
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: High quality drawing interface for PIL - Python 3.X
The aggdraw module implements the basic WCK 2D Drawing Interface on
top of the AGG library. This library provides high-quality drawing,
with anti-aliasing and alpha compositing, while being fully compatible
with the WCK renderer.
.
This is the Python 3 version of the package.
|