[Python-modules-commits] r34239 - in packages/pywavelets/trunk/debian (changelog control rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Sep 14 01:18:03 UTC 2015
Date: Monday, September 14, 2015 @ 01:18:02
Author: eriol-guest
Revision: 34239
Build Python3 package
Modified:
packages/pywavelets/trunk/debian/changelog
packages/pywavelets/trunk/debian/control
packages/pywavelets/trunk/debian/rules
Modified: packages/pywavelets/trunk/debian/changelog
===================================================================
--- packages/pywavelets/trunk/debian/changelog 2015-09-14 00:40:04 UTC (rev 34238)
+++ packages/pywavelets/trunk/debian/changelog 2015-09-14 01:18:02 UTC (rev 34239)
@@ -2,11 +2,13 @@
* New upstream release (Closes: #796767).
* Switch packaging to pybuild.
+ * Build Python3 package.
* debian/compat
- Bump debhelper compatibility level to 9.
* debian/control
- Bump debhelper B-D to (>= 9).
- - Add dh-python and python-nose to B-D.
+ - Add dh-python, python{,3}-nose, python3-all-dev and python3-numpy to B-D.
+ - Add python3-pywt stanza.
* debian/patches/01-get_version_from_source.patch
- Grab version from the source code instead of importing pywt to build
documentation at package build time.
@@ -15,7 +17,7 @@
* debian/watch
- Use pypi.debian.net redirector.
- -- Daniele Tricoli <eriol at mornie.org> Mon, 14 Sep 2015 02:35:05 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 14 Sep 2015 03:16:39 +0200
pywavelets (0.2.2-2) unstable; urgency=low
Modified: packages/pywavelets/trunk/debian/control
===================================================================
--- packages/pywavelets/trunk/debian/control 2015-09-14 00:40:04 UTC (rev 34238)
+++ packages/pywavelets/trunk/debian/control 2015-09-14 01:18:02 UTC (rev 34239)
@@ -5,13 +5,16 @@
Priority: optional
Build-Depends:
cython (>=0.16),
+ debhelper (>= 9),
dh-python,
- debhelper (>= 9),
python-all-dev (>=2.6.6-3),
python-nose,
python-numpy (>= 1:0.9.8-2),
python-setuptools (>= 0.6b3-1~),
- python-sphinx (>= 1.0.7+dfsg)
+ python-sphinx (>= 1.0.7+dfsg),
+ python3-all-dev,
+ python3-nose,
+ python3-numpy
Standards-Version: 3.9.4
Homepage: http://www.pybytes.com/pywavelets/
X-Python-Version: >= 2.4
@@ -31,3 +34,18 @@
numerical harmonic analysis for numerous families of wavelets, including
Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two
dimensions.
+
+Package: python3-pywt
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+ python3-numpy
+Description: Python3 extension implementing of wavelet transformations
+ PyWavelets implements the discrete wavelet transform (DWT) popular in
+ numerical harmonic analysis for numerous families of wavelets, including
+ Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two
+ dimensions.
+ .
+ This package contains the Python 3 version of the library.
Modified: packages/pywavelets/trunk/debian/rules
===================================================================
--- packages/pywavelets/trunk/debian/rules 2015-09-14 00:40:04 UTC (rev 34238)
+++ packages/pywavelets/trunk/debian/rules 2015-09-14 01:18:02 UTC (rev 34239)
@@ -4,7 +4,7 @@
export PYTHONWARNINGS=d
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
More information about the Python-modules-commits
mailing list