File: control

package info (click to toggle)
python-admesh 0.98.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: python: 331; sh: 99; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,496 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: python-admesh
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: cython (>= 0.22),
               cython3 (>= 0.22),
               debhelper (>= 10),
               dh-python,
               libadmesh-dev,
               python-all-dev,
               python-setuptools,
               python-pytest-runner,
               python3-all-dev,
               python3-pytest-runner,
               python3-setuptools
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/science-team/python-admesh
Vcs-Git: https://salsa.debian.org/science-team/python-admesh.git
Homepage: https://github.com/admesh/python-admesh

Package: python-admesh
Architecture: any
Section: python
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Recommends: admesh
Description: Python bindings for the ADMesh (Python 2)
 It lets you manipulate 3D models in binary or ASCII STL 
 format and partially repair them if necessary.
 .
 This is the Python 2 version of the package.

Package: python3-admesh
Architecture: any
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: admesh
Description: Python bindings for the ADMesh (Python 3)
 It lets you manipulate 3D models in binary or ASCII STL 
 format and partially repair them if necessary.
 .
 This is the Python 3 version of the package.