Ticket #33181: py-traitsbackendwx_Portfile.diff
File py-traitsbackendwx_Portfile.diff, 1010 bytes (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
python/py-traitsbackendwx/Portfile
old new 6 6 7 7 name py-traitsbackendwx 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 WX 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 … … 30 33 port:py${python.version}-traits\ 31 34 port:py${python.version}-wxpython 32 35 } 36 37 pre-configure { 38 ui_error "Please do not install this port since it has been replaced by py26-pyface." 39 return -code error 40 }