# -*- 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 PortGroup active_variants 1.1 PortGroup github 1.0 github.setup enthought mayavi 4.7.4 github.tarball_from archive name py-mayavi revision 0 categories-append devel graphics math maintainers {gmail.com:jjstickel @jjstickel} openmaintainer description The Enthought mayavi package long_description 3D Scientific Data Visualization and Plotting using VTK as the \ rendering backend and pyqt5/pyqt4/pyside2 for the (G)UI. license BSD checksums rmd160 347f2eb90177010f3123fba10be7bf372871e8ba \ sha256 44f144a5646e81b7eb0668a8b1ac383a847e634f6f4c306b4629e32587080467 \ size 9063649 python.versions 38 39 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-sphinx depends_lib-append port:py${python.version}-apptools \ port:py${python.version}-envisage \ port:py${python.version}-numpy \ port:py${python.version}-traitsui \ port:vtk require_active_variants vtk python${python.version} post-patch { # https://github.com/enthought/mayavi/issues/652 reinplace "/vtk/d" ${worksrcpath}/mayavi/__init__.py reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \ ${worksrcpath}/docs/Makefile \ ${worksrcpath}/docs/MakefileMayavi \ ${worksrcpath}/docs/MakefileTVTK } }