Skip to content
Commits on Source (2)
aggdraw (1.3.11-2) unstable; urgency=medium
* Drop Python 2 support.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 21 Jul 2019 10:28:13 +0000
aggdraw (1.3.11-1) unstable; urgency=medium
* New upstream release.
......
......@@ -6,39 +6,18 @@ Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 12),
dh-python,
python-all-dev,
python-setuptools,
libfreetype6-dev,
python3-all-dev,
python3-setuptools,
libfreetype6-dev,
python-numpy,
python3-numpy,
python-pil,
python3-pil,
python-pkgconfig,
python3-pkgconfig,
python-pytest,
python3-pytest
Standards-Version: 4.4.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: python-aggdraw
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: High quality drawing interface for PIL - Python 2.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 2 version of the package.
Package: python3-aggdraw
Architecture: any
Depends: ${misc:Depends},
......
......@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=aggdraw
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
......