Skip to content
Commits on Source (3)
pyemd (0.5.1-3) UNRELEASED; urgency=medium
* Bump Standards-Version, no changes needed
-- Paul Wise <pabs@debian.org> Mon, 02 Aug 2021 12:55:37 +0800
pyemd (0.5.1-2) unstable; urgency=medium
* Run `setup.py test` for each supported Python version (Closes: #972961)
......
......@@ -13,7 +13,7 @@ Build-Depends:
python3-numpy (>= 1:1.9.0),
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.5.0
Standards-Version: 4.5.1
Homepage: https://github.com/wmayner/pyemd
Vcs-Git: https://salsa.debian.org/science-team/pyemd.git
Vcs-Browser: https://salsa.debian.org/science-team/pyemd
......@@ -25,6 +25,10 @@ Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides:
${python3:Provides},
XB-Python-Version:
${python3:Versions}
Description: Python library for the Earth Mover's Distance with NumPy
PyEMD is a Python wrapper for Ofir Pele and Michael Werman's implementation
of the Earth Mover's Distance that allows it to be used with NumPy.
......
Test-Command: rm -rf pyemd ; pytest-3
Depends: @, python3-pytest
Depends:
python3-pytest,
@,