Ticket #33181: py-traitsbackendqt_Portfile.diff

File py-traitsbackendqt_Portfile.diff, 1.0 KB (added by jjstickel (Jonathan Stickel), 12 years ago)

now with incremented revision number

  • python/py-traitsbackendqt/Portfile

    old new  
    66
    77name                    py-traitsbackendqt
    88version                 3.6.0
     9revision                1
    910categories-append       devel
    1011maintainers             vcn.com:jjstickel openmaintainer
    1112description             The Enthought traitsgui Qt backend
     
    2324python.default_version  25
    2425
    2526if {$subport != $name} {
     27    replaced_by             py${python.version}-pyface
     28   
    2629    conflicts               py${python.version}-traitsbackendqt
    2730
    2831    depends_build-append    port:py${python.version}-distribute \
     
    3134                            port:py${python.version}-traits\
    3235                            port:py${python.version}-pyqt4
    3336}
     37
     38pre-configure {
     39    ui_error "Please do not install this port since it has been replaced by py26-pyface."
     40    return -code error
     41}