Ticket #37410: py-mayavi_Portfile.diff
File py-mayavi_Portfile.diff, 1.4 KB (added by jjstickel (Jonathan Stickel), 12 years ago) |
---|
-
python/py-mayavi/Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-mayavi 8 version 4. 1.08 version 4.2.0 9 9 categories-append devel graphics math 10 10 maintainers gmail.com:jjstickel openmaintainer 11 11 description The Enthought mayavi package … … 18 18 master_sites http://www.enthought.com/repo/ets/ 19 19 distname mayavi-${version} 20 20 21 checksums sha256 53d44cf4dcd7ebf57e197e0a72002db30a74f23e5642e34b3b8f2ebe7a71bbf9\22 rmd160 db9a6bf5af9778f11ebf5c22e5c2c7f1b8dc655721 checksums sha256 4554fc5a5ef58c3e57bb83f8f21340d8e0b483c46d4761ece133baa162a43a9b \ 22 rmd160 6e4ebf8361d13ba9fb58d8636335d73386bc8522 23 23 24 24 python.versions 25 26 27 25 25 python.default_version 27 … … 33 33 port:py${python.version}-traitsui \ 34 34 port:vtk5 35 35 36 patch { 36 patchfiles vtk510_text.patch 37 patch.pre_args -p1 38 39 post-patch { 37 40 reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \ 38 41 ${worksrcpath}/docs/Makefile \ 39 42 ${worksrcpath}/docs/MakefileMayavi \