Ticket #46584: py-enable_Portfile.diff

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

    old new  
    55PortGroup           python 1.0
    66
    77PortGroup           github 1.0
    8 github.setup        enthought enable 4.3.0
    9 revision            1
     8github.setup        enthought enable 4.5.0
    109
    1110name                py-enable
    1211categories-append   devel
     
    2019license             BSD
    2120platforms           darwin
    2221
    23 checksums           rmd160  73bd0a92c677784ee40432ab65f3ead6ac853b72 \
    24                     sha256  6eac82675cc4c52ddf1bb50c53ec82de92309bf7c2f003bfe4709d106c89693c
     22checksums           rmd160  d2c43d3f488fe81be39f7168b77d9697fdbed9ec \
     23                    sha256  453b1fb373845f703a5cb31c92166925fb74f2285717d04f0e1d0e9705d28496
    2524
    26 python.versions     26 27
     25python.versions     27
    2726
    2827if {${name} ne ${subport}} {
    2928    # It seems this is not needed for version >= 4.3.0, but leaving here in
    3029    # case problems are reported JJS 1/9/13
    3130#    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   
    3434    depends_build-append    port:py${python.version}-setuptools \
    3535                            port:py${python.version}-cython \
    3636                            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
    3940}
    4041
    4142# haven't retested if this is still true for version >= 4.0; commenting out but