Ticket #46585: py-mayavi_Portfile.diff
File py-mayavi_Portfile.diff, 1.6 KB (added by jjstickel (Jonathan Stickel), 10 years ago) |
---|
-
Portfile
old new 6 6 PortGroup active_variants 1.1 7 7 PortGroup github 1.0 8 8 9 github.setup enthought mayavi 4. 3.09 github.setup enthought mayavi 4.4.0 10 10 11 11 name py-mayavi 12 12 categories-append devel graphics math … … 18 18 license BSD 19 19 platforms darwin 20 20 21 checksums rmd160 1bec3ad6cc2eea915c80a91e2c97e5fbd4d2641e\22 sha256 d5e0e8f8fad87f0de80d38407362202d299e98e7ea2381b4449479a99a8aa67921 checksums rmd160 fbcc9e0f11917da5485497117b34e0d59a43f6c3 \ 22 sha256 a663d52ad895e8805a036e35725a0f7802aa91298a24aff3b1b266cf2aab72c8 23 23 24 python.versions 2 6 2724 python.versions 27 25 25 26 26 if {${name} ne ${subport}} { 27 27 depends_build-append port:py${python.version}-setuptools \ … … 30 30 port:py${python.version}-envisage \ 31 31 port:py${python.version}-numpy \ 32 32 port:py${python.version}-traitsui \ 33 port:vtk 533 port:vtk 34 34 35 require_active_variants vtk 5python${python.version}35 require_active_variants vtk python${python.version} 36 36 37 37 post-patch { 38 38 reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \ … … 40 40 ${worksrcpath}/docs/MakefileMayavi \ 41 41 ${worksrcpath}/docs/MakefileTVTK 42 42 } 43 44 notes \45 "Note that vtk5 must be installed using the same framework (cocoa\46 OR x11/gtk) as that used for the GUI (wxwidgets/wxpython OR\47 qt4/pyqt4)."48 43 }