Ticket #42059: py-mayavi_Portfile.diff

File py-mayavi_Portfile.diff, 1.5 KB (added by jjstickel (Jonathan Stickel), 10 years ago)
  • python/py-mayavi/Portfile

    old new  
    55PortGroup           python 1.0
    66PortGroup           active_variants 1.1
    77
     8PortGroup           github 1.0
     9github.setup        enthought mayavi 4.3.0
     10
    811name                py-mayavi
    9 version             4.2.0
    10 revision            1
    1112categories-append   devel graphics math
    1213maintainers         gmail.com:jjstickel openmaintainer
    1314description         The Enthought mayavi package
     
    1617
    1718license             BSD
    1819platforms           darwin
    19 homepage            https://github.com/enthought/mayavi
    20 master_sites        http://www.enthought.com/repo/ets/
    21 distname            mayavi-${version}
    2220
    23 checksums           sha256  4554fc5a5ef58c3e57bb83f8f21340d8e0b483c46d4761ece133baa162a43a9b \
    24                     rmd160  6e4ebf8361d13ba9fb58d8636335d73386bc8522
     21checksums           rmd160  1bec3ad6cc2eea915c80a91e2c97e5fbd4d2641e \
     22                    sha256  d5e0e8f8fad87f0de80d38407362202d299e98e7ea2381b4449479a99a8aa679
    2523
    2624python.versions     26 27
    2725
     
    3533                            port:vtk5
    3634
    3735    require_active_variants vtk5 python${python.version}
    38 
    39     patchfiles        patch-vtk510_text.diff
    40     patch.pre_args    -p1
    4136   
    4237    post-patch {
    4338        reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \