Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bump Standards-Version, no changes needed
· cb628457
Paul Wise
authored
Aug 02, 2021
cb628457
Use defined python3 Provides/Versions variables
· d8e15784
Paul Wise
authored
Aug 02, 2021
d8e15784
Wrap and sort test dependencies
· 69d72418
Paul Wise
authored
Aug 02, 2021
Changes-by: wrap-and-sort --short-indent --wrap-always --sort-binary-packages --trailing-comma
69d72418
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
69d72418
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)
...
...
debian/control
View file @
69d72418
...
...
@@ -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.
...
...
debian/tests/control
View file @
69d72418
Test-Command: rm -rf pyemd ; pytest-3
Depends: @, python3-pytest
Depends:
python3-pytest,
@,