Ticket #46585: py-pyface_Portfile.diff

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

    old new  
    3131    depends_build-append    port:py${python.version}-setuptools
    3232    depends_lib-append      port:py${python.version}-traits
    3333
    34     variant wxpython30 conflicts wxpython28 description "Use wxWidgets-3.0 (cocoa) backend (experimental)" {
     34    variant wxpython30 description "Use wxWidgets-3.0 backend" {
    3535        depends_lib-append  port:py${python.version}-wxpython-3.0
    36         notes-append "Warning: wxpython-3.0 is not fully compatible with pyface, but the wxpython30 variant exists for testing and future use.\n"
     36        notes-append "Warning: wxpython-3.0 mostly works with Enthought packages, but qt4 is recommended.\n"
    3737    }
    3838
    39     variant wxpython28 conflicts wxpython30 description "Use wxWidgets-2.8 (gtk or carbon) backend" {
    40         depends_lib-append  port:py${python.version}-wxpython-2.8
    41     }
    4239
    4340    variant pyqt4 description "Qt backend using PyQt4" {
    4441        # Can use either py*-pyqt4 or py*-pyqt4-devel.
     
    4946        depends_lib-append  port:py${python.version}-pyside
    5047    }
    5148
    52     if {![variant_isset wxpython30] && ![variant_isset wxpython28] && ![variant_isset pyqt4] && ![variant_isset pyside]} {
     49    if {![variant_isset wxpython30] && ![variant_isset pyqt4] && ![variant_isset pyside]} {
    5350        default_variants    +pyqt4
    5451    }
    5552