[Python-modules-commits] r34036 - in packages/python-ipaddress/trunk/debian (3 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Aug 29 23:53:51 UTC 2015
Date: Saturday, August 29, 2015 @ 23:53:50
Author: mithrandi
Revision: 34036
Build pypy-ipaddress package.
Modified:
packages/python-ipaddress/trunk/debian/changelog
packages/python-ipaddress/trunk/debian/control
packages/python-ipaddress/trunk/debian/rules
Modified: packages/python-ipaddress/trunk/debian/changelog
===================================================================
--- packages/python-ipaddress/trunk/debian/changelog 2015-08-29 23:49:15 UTC (rev 34035)
+++ packages/python-ipaddress/trunk/debian/changelog 2015-08-29 23:53:50 UTC (rev 34036)
@@ -1,3 +1,9 @@
+python-ipaddress (1.0.14-2) unstable; urgency=medium
+
+ * Build pypy-ipaddress package.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 30 Aug 2015 01:52:53 +0200
+
python-ipaddress (1.0.14-1) unstable; urgency=medium
* New upstream release.
Modified: packages/python-ipaddress/trunk/debian/control
===================================================================
--- packages/python-ipaddress/trunk/debian/control 2015-08-29 23:49:15 UTC (rev 34035)
+++ packages/python-ipaddress/trunk/debian/control 2015-08-29 23:53:50 UTC (rev 34036)
@@ -7,7 +7,9 @@
debhelper (>= 9),
dh-python,
python-all,
+ pypy,
python-setuptools,
+ pypy-setuptools,
Homepage: https://github.com/phihag/ipaddress
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ipaddress/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ipaddress/trunk/
@@ -24,3 +26,18 @@
"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 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.
Modified: packages/python-ipaddress/trunk/debian/rules
===================================================================
--- packages/python-ipaddress/trunk/debian/rules 2015-08-29 23:49:15 UTC (rev 34035)
+++ packages/python-ipaddress/trunk/debian/rules 2015-08-29 23:53:50 UTC (rev 34036)
@@ -3,4 +3,4 @@
export PYBUILD_NAME=ipaddress
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,pypy --buildsystem=pybuild
More information about the Python-modules-commits
mailing list