# -*- 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 github 1.0 PortGroup python 1.0 name py-pygmsh set real_name pygmsh github.setup nschloe pygmsh 4.3.6 v supported_archs noarch worksrcdir ${real_name}-${version} distfiles ${real_name}-${version}${extract.suffix} license MIT maintainers {mps @Schamschula} openmaintainer description PyGmsh combines power of Gmsh. long_description ${description} with the versatility of Python and to provide \ useful abstractions from the Gmsh scripting language so you can \ create complex geometries more easily. categories-append science python.versions 27 36 37 platforms darwin checksums rmd160 ae01aefa4243259288b554d4732a6d5d49b3b879 \ sha256 8b969345c50e74c54eec0dfa67a9568287940dcf2646cd58fccc7cbeb19f4b64 \ size 39480 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-pbr \ port:py${python.version}-setuptools }