[owslib] 01/03: Add support for Python 3

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sat Jun 20 18:55:42 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository owslib.

commit af0b8ca98a2464a8882d5934adbe2e7bbbcb0506
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sat Jun 20 20:23:03 2015 +0200

    Add support for Python 3
---
 debian/control | 24 +++++++++++++++++++++++-
 debian/rules   |  4 +---
 2 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 71084a5..c915a56 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,12 @@ Build-Depends: debhelper (>= 9),
                python-tz,
                python-all,
                python-requests,
+               python3-setuptools,
+               python3-dateutil,
+               python3-pytest,
+               python3-tz,
+               python3-all,
+               python3-requests,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/owslib.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/owslib.git
@@ -23,7 +29,7 @@ Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
          python-lxml
-Description: Client library for Open Geospatial (OGC) web services
+Description: Client library for Open Geospatial (OGC) web services (Python 2)
  OWSLib is a Python package for client programming with Open Geospatial 
  Consortium (OGC) web service (hence OWS) interface standards, and their 
  related content models.
@@ -33,3 +39,19 @@ Description: Client library for Open Geospatial (OGC) web services
  OWSLib provides a common API for accessing service metadata and wrappers
  for numerous OGC Web Service interfaces.
 
+Package: python3-owslib
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         python3-lxml
+Description: Client library for Open Geospatial (OGC) web services
+ OWSLib is a Python package for client programming with Open Geospatial 
+ Consortium (OGC) web service (hence OWS) interface standards, and their 
+ related content models.
+ .
+ Full documentation is available at http://geopython.github.io/OWSLib
+ .
+ OWSLib provides a common API for accessing service metadata and wrappers
+ for numerous OGC Web Service interfaces.
+ .
+ This package provides the Python 3 version of the library
diff --git a/debian/rules b/debian/rules
index 88a51b2..b1c3064 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,4 @@
 export PYBUILD_NAME=owslib
 
 %:
-	dh  $@ --with python2 --buildsystem pybuild
-
-
+	dh  $@ --with python2,python3 --buildsystem pybuild

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



More information about the Pkg-grass-devel mailing list