| 12
 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
 55
 56
 
 | Source: python-meshio
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               dpkg-dev (>= 1.17.14),
               pandoc,
               python3-all:any,
               python3-h5py <!nocheck>,
               python3-lxml <!nocheck>,
               python3-netcdf4 <!nocheck>,
               python3-numpy (>= 1.20.0~),
               python3-pytest <!nocheck>,
               python3-requests <!nocheck>,
               python3-rich <!nocheck>,
               python3-setuptools (>= 42~),
               python3-wheel
#               python3-vtk7 <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/python-meshio
Vcs-Git: https://salsa.debian.org/science-team/python-meshio.git
Homepage: https://github.com/nschloe/meshio
Package: python3-meshio
Architecture: all
Depends: python3-lxml,
         ${misc:Depends},
         ${python3:Depends}
Recommends: meshio-tools,
 python3-h5py,
 python3-netcdf4
# python3-vtk7
Description: library for reading and writing mesh data (Python 3)
 Meshio can read from and write to various data formats representing
 unstructured meshes, such as DOLFIN, Gmsh, H5M or VTK.
 .
 This package provides the modules for Python 3.
Package: meshio-tools
Architecture: all
Section: utils
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-meshio
Description: command-line tools for meshio
 Meshio can read from and write to various data formats representing
 unstructured meshes, such as DOLFIN, Gmsh, H5M or VTK.
 .
 This package provides the command-line tools, and a plugin for
 paraview.
 .
 This package also provides Flavien Loiseau's msh2xdmf tool to
 convert from MSH to XDMF mesh formats.
 |