Ticket #33109: py-traitsgui_Portfile.diff
File py-traitsgui_Portfile.diff, 919 bytes (added by jjstickel (Jonathan Stickel), 13 years ago) |
---|
-
python/py-traitsgui/Portfile
old new 6 6 7 7 name py-traitsgui 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 package … … 25 26 python.default_version 25 26 27 27 28 if {$subport != $name} { 29 replaced_by py${python.version}-traitsui 30 28 31 depends_build-append port:py${python.version}-distribute 29 32 depends_lib-append port:py${python.version}-enthoughtbase 30 33 … … 40 43 default_variants-append +wx 41 44 } 42 45 } 46 47 pre-configure { 48 ui_error "Please do not install this port since it has been replaced by py26-traitsui." 49 return -code error 50 }