[Python-modules-commits] [python-ipaddress] 02/02: Drop pypy package (no pypy-setuptools in jessie).

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Jan 27 02:28:51 UTC 2016


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

mithrandi pushed a commit to branch jessie-backports
in repository python-ipaddress.

commit 465a164eefd7c14a3fc355d5305576084d8ff065
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Wed Jan 27 04:27:47 2016 +0200

    Drop pypy package (no pypy-setuptools in jessie).
---
 debian/changelog |  1 +
 debian/control   | 13 -------------
 debian/rules     |  2 +-
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9668446..0c46c92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-ipaddress (1.0.16-1~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * Drop pypy package (no pypy-setuptools in jessie).
 
  -- Tristan Seligmann <mithrandi at debian.org>  Wed, 27 Jan 2016 04:26:33 +0200
 
diff --git a/debian/control b/debian/control
index 8c15fcf..59a5df8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ Uploaders: Tristan Seligmann <mithrandi at debian.org>
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- pypy,
- pypy-setuptools,
  python-all,
  python-setuptools,
 Homepage: https://github.com/phihag/ipaddress
@@ -26,14 +24,3 @@ Description: Backport of Python 3 ipaddress module (Python 2)
  you are using the right module.
  .
  This package contains the Python 2 module.
-
-Package: pypy-ipaddress
-Architecture: all
-Depends: ${misc:Depends}, ${pypy:Depends}
-Description: Backport of Python 3 ipaddress module (PyPy)
- This module is a backport of the stdlib "ipaddress" module from Python 3. The
- "ipaddress" module is in turn based off of the "ipaddr" module available in
- the "python-ipaddr" but there are some important API differences; make sure
- you are using the right module.
- .
- This package contains the PyPy module.
diff --git a/debian/rules b/debian/rules
index ca15ebb..3d07191 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=ipaddress
 
 %:
-	dh $@ --with python2,pypy --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-ipaddress.git



More information about the Python-modules-commits mailing list