File: control

package info (click to toggle)
pymia 0.1.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: cpp: 558; python: 48; makefile: 13
file content (31 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download
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
Source: pymia
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Gert Wollny <gewo@debian.org>
Section: science
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pkgconf,
               python3-dev:any,
               python3-numpy,
               python3-numpy-dev,
               python3-setuptools,
               libmia-2.4-dev
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Vcs-Browser: https://salsa.debian.org/med-team/pymia
Vcs-Git: https://salsa.debian.org/med-team/pymia.git
Homepage: http://mia.sourceforge.net

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.