Ticket #33181: py-traitsbackendqt_Portfile.diff
File py-traitsbackendqt_Portfile.diff, 1.0 KB (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
python/py-traitsbackendqt/Portfile
old new 6 6 7 7 name py-traitsbackendqt 8 8 version 3.6.0 9 revision 1 9 10 categories-append devel 10 11 maintainers vcn.com:jjstickel openmaintainer 11 12 description The Enthought traitsgui Qt backend … … 23 24 python.default_version 25 24 25 25 26 if {$subport != $name} { 27 replaced_by py${python.version}-pyface 28 26 29 conflicts py${python.version}-traitsbackendqt 27 30 28 31 depends_build-append port:py${python.version}-distribute \ … … 31 34 port:py${python.version}-traits\ 32 35 port:py${python.version}-pyqt4 33 36 } 37 38 pre-configure { 39 ui_error "Please do not install this port since it has been replaced by py26-pyface." 40 return -code error 41 }