Ticket #33109: py-traitsgui_Portfile.diff

File py-traitsgui_Portfile.diff, 919 bytes (added by jjstickel (Jonathan Stickel), 12 years ago)

now with incremented revision number

  • python/py-traitsgui/Portfile

    old new  
    66
    77name                py-traitsgui
    88version             3.6.0
     9revision            1
    910categories-append   devel
    1011maintainers         vcn.com:jjstickel openmaintainer
    1112description         The Enthought traitsgui package
     
    2526python.default_version 25
    2627
    2728if {$subport != $name} {
     29    replaced_by             py${python.version}-traitsui
     30
    2831    depends_build-append    port:py${python.version}-distribute
    2932    depends_lib-append      port:py${python.version}-enthoughtbase
    3033   
     
    4043        default_variants-append +wx
    4144    }
    4245}
     46
     47pre-configure {
     48    ui_error "Please do not install this port since it has been replaced by py26-traitsui."
     49    return -code error
     50}