Ticket #46585: py-mayavi_Portfile.diff

File py-mayavi_Portfile.diff, 1.6 KB (added by jjstickel (Jonathan Stickel), 9 years ago)
  • Portfile

    old new  
    66PortGroup           active_variants 1.1
    77PortGroup           github 1.0
    88
    9 github.setup        enthought mayavi 4.3.0
     9github.setup        enthought mayavi 4.4.0
    1010
    1111name                py-mayavi
    1212categories-append   devel graphics math
     
    1818license             BSD
    1919platforms           darwin
    2020
    21 checksums           rmd160  1bec3ad6cc2eea915c80a91e2c97e5fbd4d2641e \
    22                     sha256  d5e0e8f8fad87f0de80d38407362202d299e98e7ea2381b4449479a99a8aa679
     21checksums           rmd160  fbcc9e0f11917da5485497117b34e0d59a43f6c3 \
     22                    sha256  a663d52ad895e8805a036e35725a0f7802aa91298a24aff3b1b266cf2aab72c8
    2323
    24 python.versions     26 27
     24python.versions     27
    2525
    2626if {${name} ne ${subport}} {
    2727    depends_build-append    port:py${python.version}-setuptools \
     
    3030                            port:py${python.version}-envisage \
    3131                            port:py${python.version}-numpy \
    3232                            port:py${python.version}-traitsui \
    33                             port:vtk5
     33                            port:vtk
    3434
    35     require_active_variants vtk5 python${python.version}
     35    require_active_variants vtk python${python.version}
    3636   
    3737    post-patch {
    3838        reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \
     
    4040            ${worksrcpath}/docs/MakefileMayavi \
    4141            ${worksrcpath}/docs/MakefileTVTK
    4242    }
    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)."
    4843}