Skip to content
Commits on Source (4)
python-multipletau (0.3.3+ds-2) unstable; urgency=medium
* Team upload.
* Drop Python2 support
Closes: #937934
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Wed, 04 Sep 2019 16:41:07 +0200
python-multipletau (0.3.3+ds-1) unstable; urgency=medium
* New upstream version 0.3.3+ds
......
......@@ -3,16 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Alexandre Mestiashvili <mestia@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-mock,
python-numpy,
python-numpydoc,
python-pytest,
python-pytest-runner,
python-setuptools,
python-sphinx,
python3-all,
python3-mock,
python3-numpy,
......@@ -21,31 +13,17 @@ Build-Depends: debhelper (>= 11~),
python3-pytest-runner,
python3-setuptools,
python3-sphinx
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-multipletau
Vcs-Git: https://salsa.debian.org/med-team/python-multipletau.git
Homepage: https://github.com/FCS-analysis/multipletau
Package: python-multipletau
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: multiple-tau algorithm for Python/NumPy
Multipe-tau correlation is computed on a logarithmic scale (less
data points are computed) and is thus much faster than conventional
correlation on a linear scale such as `numpy.correlate`
.
An online reference is available
at http://paulmueller.github.io/multipletau
.
This is the Python 2 version of the package
Package: python3-multipletau
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: multiple-tau algorithm for Python3/NumPy
Multipe-tau correlation is computed on a logarithmic scale (less
Multiple-tau correlation is computed on a logarithmic scale (less
data points are computed) and is thus much faster than conventional
correlation on a linear scale such as `numpy.correlate`
.
......
......@@ -7,5 +7,5 @@ Abstract: This is the documentation of multipletau
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python-multipletau/html/index.html
Files: /usr/share/doc/python-multipletau/html/*
Index: /usr/share/doc/python-multipletau-doc/html/index.html
Files: /usr/share/doc/python-multipletau-doc/html/*
......@@ -5,7 +5,7 @@ export PYBUILD_TEST_PYTEST=1
export LC_ALL=C.UTF-8
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
......