Antonio Valentino pushed to branch master at Debian GIS Project / aggdraw
Commits: 43b8d3a5 by Antonio Valentino at 2019-07-21T10:28:09Z Drop Python 2 support - - - - - c4bcd9c3 by Antonio Valentino at 2019-07-21T10:28:39Z Set distribution to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/python-aggdraw.docs → debian/python3-aggdraw.docs - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +aggdraw (1.3.11-2) unstable; urgency=medium + + * Drop Python 2 support. + + -- Antonio Valentino <[email protected]> Sun, 21 Jul 2019 10:28:13 +0000 + aggdraw (1.3.11-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -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}, ===================================== debian/python-aggdraw.docs → debian/python3-aggdraw.docs ===================================== ===================================== debian/rules ===================================== @@ -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 \ View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/compare/b507cdd637a263e00b091ef3590212f5617b7d7d...c4bcd9c3641672be4b64d64c8f6839dcd3718e4a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/compare/b507cdd637a263e00b091ef3590212f5617b7d7d...c4bcd9c3641672be4b64d64c8f6839dcd3718e4a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
