Ticket #46584: py-enable_Portfile.diff
File py-enable_Portfile.diff, 1.6 KB (added by jjstickel (Jonathan Stickel), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 PortGroup github 1.0 8 github.setup enthought enable 4.3.0 9 revision 1 8 github.setup enthought enable 4.5.0 10 9 11 10 name py-enable 12 11 categories-append devel … … 20 19 license BSD 21 20 platforms darwin 22 21 23 checksums rmd160 73bd0a92c677784ee40432ab65f3ead6ac853b72\24 sha256 6eac82675cc4c52ddf1bb50c53ec82de92309bf7c2f003bfe4709d106c89693c22 checksums rmd160 d2c43d3f488fe81be39f7168b77d9697fdbed9ec \ 23 sha256 453b1fb373845f703a5cb31c92166925fb74f2285717d04f0e1d0e9705d28496 25 24 26 python.versions 2 6 2725 python.versions 27 27 26 28 27 if {${name} ne ${subport}} { 29 28 # It seems this is not needed for version >= 4.3.0, but leaving here in 30 29 # case problems are reported JJS 1/9/13 31 30 # patchfiles no-64-bit-quartz.diff 32 # patch.pre_args -p1 33 31 patchfiles enable-4.5.0-swig_fix.patch 32 patch.pre_args -p1 33 34 34 depends_build-append port:py${python.version}-setuptools \ 35 35 port:py${python.version}-cython \ 36 36 port:swig-python 37 depends_lib-append port:py${python.version}-traitsui\ 38 port:py${python.version}-reportlab 37 depends_lib-append port:py${python.version}-traitsui \ 38 port:py${python.version}-reportlab \ 39 port:py${python.version}-kiwisolver 39 40 } 40 41 41 42 # haven't retested if this is still true for version >= 4.0; commenting out but