[Python-modules-commits] [python-jsonrpc2] 01/04: drop python3 support
Takaki Taniguchi
takaki at moszumanska.debian.org
Wed Nov 25 09:28:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-jsonrpc2.
commit 80aa702bc04b46f31e3a1a04dc6d4fb65988e85f
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Wed Nov 25 18:21:30 2015 +0900
drop python3 support
---
debian/control | 32 ++++++++++++++++----------------
debian/rules | 3 ++-
2 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 57287ca..1ba3ea4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Build-Depends: debhelper (>= 7.0.50~),
python-webtest,
python-pytest-cov,
python-webob,
- python3-all (>= 2.6.6-3),
- python3-nose,
- python3-setuptools,
- python3-webtest,
- python3-pytest-cov,
- python3-webob,
+# python3-all (>= 2.6.6-3),
+# python3-nose,
+# python3-setuptools,
+# python3-webtest,
+# python3-pytest-cov,
+# python3-webob,
Standards-Version: 3.9.5
Homepage: http://pypi.python.org/pypi/jsonrpc2
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-jsonrpc2.git
@@ -32,13 +32,13 @@ Description: Python WSGI Framework for JSON RPC 2.0 (Python 2)
.
This package is for Python 2.
-Package: python3-jsonrpc2
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
- , python3-pkg-resources
-Provides: ${python:Provides}
-Description: Python WSGI Framework for JSON RPC 2.0 (Python 3)
- jsonrpc2 is WSGI Framework for JSON RPC 2.0. JSON RPC 2.0 Spec can be seen
- on http://groups.google.com/group/json-rpc/web/json-rpc-2-0 .
- .
- This package is for Python 3.
+#Package: python3-jsonrpc2
+#Architecture: all
+#Depends: ${python3:Depends}, ${misc:Depends}
+# , python3-pkg-resources
+#Provides: ${python:Provides}
+#Description: Python WSGI Framework for JSON RPC 2.0 (Python 3)
+# jsonrpc2 is WSGI Framework for JSON RPC 2.0. JSON RPC 2.0 Spec can be seen
+# on http://groups.google.com/group/json-rpc/web/json-rpc-2-0 .
+# .
+# This package is for Python 3.
diff --git a/debian/rules b/debian/rules
index 5e35920..f9e8711 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,5 @@
export PYBUILD_NAME=jsonrpc
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+# dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-jsonrpc2.git
More information about the Python-modules-commits
mailing list