Bas Couwenberg pushed to branch master at Debian GIS Project / python-mapnik
Commits: 0a7f2f7e by Bas Couwenberg at 2019-07-21T07:01:14Z Drop Python 2 support. - - - - - eb330573 by Bas Couwenberg at 2019-07-21T07:02:45Z Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,10 @@ -python-mapnik (1:0.0~20180723-588fc9062-3) UNRELEASED; urgency=medium +python-mapnik (1:0.0~20180723-588fc9062-3) unstable; urgency=medium * Update gbp.conf to use --source-only-changes by default. * Bump Standards-Version to 4.4.0, no changes. + * Drop Python 2 support. - -- Bas Couwenberg <[email protected]> Sun, 07 Jul 2019 09:59:01 +0200 + -- Bas Couwenberg <[email protected]> Sun, 21 Jul 2019 09:02:38 +0200 python-mapnik (1:0.0~20180723-588fc9062-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -7,11 +7,6 @@ Build-Depends: debhelper (>= 9), dh-python, libboost-python-dev, libmapnik-dev (>= 3.0.22), - python-all-dev, - python-setuptools, - python-cairo, - python-cairo-dev, - python-nose, python3-all-dev, python3-setuptools, python3-cairo, @@ -22,25 +17,6 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-mapnik Vcs-Git: https://salsa.debian.org/debian-gis-team/python-mapnik.git Homepage: https://github.com/mapnik/python-mapnik -Package: python-mapnik -Architecture: any -Depends: python-cairo, - ${python:Depends}, - ${shlibs:Depends}, - ${misc:Depends} -Provides: ${python:Provides} -Description: Python 2 interface to the mapnik library - Mapnik is an OpenSource C++ toolkit for developing GIS - (Geographic Information Systems) applications. At the core is a C++ - shared library providing algorithms/patterns for spatial data access and - visualization. - . - Essentially a collection of geographic objects (map, layer, datasource, - feature, geometry), the library doesn't rely on "windowing systems" and - is intended to work in multi-threaded environments - . - This package contains the bindings for Python 2. - Package: python3-mapnik Architecture: any Depends: python3-cairo, ===================================== debian/rules ===================================== @@ -20,7 +20,7 @@ export LIB_DIR_NAME=/mapnik/3.0 %: dh $@ \ - --with python2,python3 \ + --with python3 \ --buildsystem=pybuild \ --parallel View it on GitLab: https://salsa.debian.org/debian-gis-team/python-mapnik/compare/044543ca34c459c5c7c89ee06769738af985c38b...eb3305735c714ac4cf8396736adf3dd69e26947b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-mapnik/compare/044543ca34c459c5c7c89ee06769738af985c38b...eb3305735c714ac4cf8396736adf3dd69e26947b 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
