1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: pymia
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Gert Wollny <gw.fossdev@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
pkg-config,
python-all-dev,
python3-all-dev,
python-numpy,
python3-numpy,
python-setuptools,
python3-setuptools,
libmia-2.4-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pymia.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/pymia.git
Homepage: http://mia.sourceforge.net
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Package: python-mia
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
python-numpy
Description: Python-2 bindings for the MIA image processing library
MIA comprises a set of tools, libraries, and plug-ins for general purpose
2D and 3D gray scale image processing and basic handling of triangular
meshes. The libraries provide a basic infrastructure and generic
algorithms, that can be specialized by specifying the appropriate plug-ins.
This package provides the Python-2 bindings.
Package: python3-mia
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-numpy
Description: Python-3 bindings for the MIA image processing library
MIA comprises a set of tools, libraries, and plug-ins for general purpose
2D and 3D gray scale image processing and basic handling of triangular
meshes. The libraries provide a basic infrastructure and generic
algorithms, that can be specialized by specifying the appropriate plug-ins.
This package provides the Python-3 bindings.
|