File: control

package info (click to toggle)
python-meshzoo 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: python: 1,691; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,221 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
Source: python-meshzoo
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,
 python3-all,
 python3-matplotlib,
 python3-numpy (>= 1.20~),
 python3-pytest
Standards-Version: 4.6.0
Homepage: https://github.com/nschloe/meshzoo
Vcs-Browser: https://salsa.debian.org/science-team/python-meshzoo
Vcs-Git: https://salsa.debian.org/science-team/python-meshzoo.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-meshzoo
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: simple geometric meshes (Python 3)
 When generating meshes for FEM/FVM computations, sometimes your
 geometry is so simple that you don't need a complex mesh generator
 (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple
 and fast that makes use of the structure of the domain.
 Enter meshzoo.
 .
 Examples: Triangle, Rectangle, Regular polygon, Disk, Möbius strip,
 Sphere (surface), Ball (solid), Tube, Cube.
 .
 This package installs the module for Python 3.