[Python-modules-commits] [pyquery] 06/06: support python3

Takaki Taniguchi takaki at moszumanska.debian.org
Wed Nov 25 09:56:17 UTC 2015


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

takaki pushed a commit to branch master
in repository pyquery.

commit 0feab8bb388023d56771411985b3c052e612b3bc
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 18:47:06 2015 +0900

    support python3
---
 debian/control | 16 +++++++++++++++-
 debian/rules   |  2 +-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ec9cf84..a80042e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,21 @@ Package: python-pyquery
 Architecture: all
 Depends: python-lxml, python-webob, ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
-Description: jQuery-like library for python
+Description: jQuery-like library for python 2
  pyquery allows you to make jQuery queries on XML documents. The API is as
  similar to jQuery as possible. pyquery uses lxml for fast XML and HTML 
  manipulation.
+ .
+ This package contains the module for Python 2.
+
+
+Package: python3-pyquery
+Architecture: all
+Depends: python3-lxml, python3-webob, ${python3:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: jQuery-like library for python 3
+ pyquery allows you to make jQuery queries on XML documents. The API is as
+ similar to jQuery as possible. pyquery uses lxml for fast XML and HTML 
+ manipulation.
+ .
+ This package contains the module for Python 3.
diff --git a/debian/rules b/debian/rules
index 604f43d..63b8417 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@
 export PYBUILD_NAME=pyquery
 
 %:
-	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/python-modules/packages/pyquery.git



More information about the Python-modules-commits mailing list