# -*- 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             4.3.12
revision            0
categories          python
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.
homepage            https://github.com/nschloe/meshio
platforms           darwin

checksums           rmd160  86314d8c4d9aad8dc6787030967cbdbe3c9b44e2 \
                    sha256  159883fdb7bd4cbda20955eb7bc26e565221a07a9a5c66fad500a2ad663d8149 \
                    size    471930

python.versions     37 38 39


if {${name} ne ${subport}} {
    python.pep517   yes

    depends_build-append \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-wheel

    livecheck.type  none
}
