File: control

package info (click to toggle)
python-meshplex 0.17.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 3,626; makefile: 13
file content (54 lines) | stat: -rw-r--r-- 1,708 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
47
48
49
50
51
52
53
54
Source: python-meshplex
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 flit,
 pybuild-plugin-pyproject,
 python3-setuptools (>= 42~),
 python3-sphinx,
 python3-wheel,
 python3-all,
 python3-matplotlib,
 python3-meshio (>= 4~),
 python3-meshzoo,
 python3-numpy (>= 1.20.0~),
 python3-npx,
 python3-pytest,
 python3-scipy,
 libjs-mathjax
Standards-Version: 4.7.2
Homepage: https://github.com/nschloe/meshplex
Vcs-Browser: https://salsa.debian.org/science-team/python-meshplex
Vcs-Git: https://salsa.debian.org/science-team/python-meshplex.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-meshplex
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
 python3-scipy
Suggests: python-meshplex-doc
Breaks: python-dmsh (<< 0.2.9)
Description: fast tools for simplex meshes (Python 3)
 Compute all sorts of interesting points, areas, and volumes in
 triangular and tetrahedral meshes, with a focus on efficiency. Useful
 in many contexts, e.g., finite-element and finite-volume
 computations.
 .
 This package installs the library for Python 3.

Package: python-meshplex-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}, libjs-mathjax
Description: fast tools for simplex meshes (documentation)
 Compute all sorts of interesting points, areas, and volumes in
 triangular and tetrahedral meshes, with a focus on efficiency. Useful
 in many contexts, e.g., finite-element and finite-volume
 computations.
 .
 This is the documentation package.