[mapbox-vector-tile] 01/03: Add package for Python 3.

Bas Couwenberg sebastic at debian.org
Fri Nov 25 10:21:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapbox-vector-tile.

commit 1c817bd522cce982f84b86ca3815f82e69047f13
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Nov 25 10:46:00 2016 +0100

    Add package for Python 3.
---
 debian/changelog |  6 ++++++
 debian/control   | 17 ++++++++++++++++-
 debian/rules     |  2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea1a5d2..734a51a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapbox-vector-tile (0.5.0+ds-3) UNRELEASED; urgency=medium
+
+  * Add package for Python 3.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 25 Nov 2016 10:45:26 +0100
+
 mapbox-vector-tile (0.5.0+ds-2) unstable; urgency=medium
 
   * Drop unused substitution variable.
diff --git a/debian/control b/debian/control
index 4e3fc11..2596bae 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,12 @@ Build-Depends: debhelper (>= 9),
                python-future,
                python-setuptools,
                python-shapely,
-               python-protobuf
+               python-protobuf,
+               python3-all,
+               python3-future,
+               python3-setuptools,
+               python3-shapely,
+               python3-protobuf
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapbox-vector-tile.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapbox-vector-tile.git
@@ -25,3 +30,13 @@ Description: Mapbox Vector Tile library for Python 2
  .
  This package contains the library for Python 2.
 
+Package: python3-mapbox-vector-tile
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends}
+Description: Mapbox Vector Tile library for Python 3
+ mapbox-vector-tile provides encoding & decoding support for data
+ conforming to the Mapbox Vector Tile specification in Python.
+ .
+ This package contains the library for Python 3.
+
diff --git a/debian/rules b/debian/rules
index dfb5179..363e23d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_NAME=mapbox-vector-tile
 
 %:
 	dh $@ \
-		--with python2 \
+		--with python2,python3 \
 		--buildsystem=pybuild \
 		--parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapbox-vector-tile.git



More information about the Pkg-grass-devel mailing list