summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c834251
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: python-pot
+Maintainer: Gard Spreemann <gspr@nonempty.org>
+Section: python
+Priority: optional
+Standards-Version: 4.5.0
+Build-Depends: cython3,
+ debhelper-compat (= 13),
+ dh-python,
+ python3-all-dev,
+ python3-numpy,
+ python3-scipy,
+ python3-setuptools
+Rules-Requires-Root: no
+Homepage: https://pythonot.github.io/
+Vcs-Browser: https://git.nonempty.org/debian-python-pot
+Vcs-Git: https://git.nonempty.org/debian-python-pot -b debian/sid
+
+Package: python3-pot
+Section: python
+Architecture: any
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Description: Python optimal transport library
+ Python library with solvers for optimization problems related to
+ optimal transport in for example signal and image processing, and machine
+ learning.