# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-meshio
version             5.3.5
revision            0
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         There are various mesh formats available for representing \
                    unstructured meshes.
long_description    {*}${description} meshio can read and write all of the following and \
                    smoothly converts between them: Abaqus, ANSYS msh, AVS-UCD, CGNS, \
                    DOLFIN XML, Exodus, FLAC3D, H5M, Kratos/MDPA, Medit, MED/Salome, \
                    Nastran (bulk data), Neuroglancer precomputed format, Gmsh \
                    (format versions 2.2, 4.0, and 4.1), OBJ, OFF, PERMAS, PLY, STL, \
                    Tecplot .dat, TetGen .node/.ele, SVG (2D only, output only), SU2, \
                    UGRID, VTK, VTU, WKT (TIN), XDMF.
supported_archs     noarch
platforms           {darwin any}
homepage            https://github.com/nschloe/meshio

checksums           rmd160  72ae13641e70f059f0325b6248064caa8a5b36ba \
                    sha256  f21f01abd9f29ba06ea119304b3d39e610421cfe93b9dd23362834919f87586d \
                    size    490922

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-numpy \
                    port:py${python.version}-rich
}
