- Update to 3.6.0

PR:		ports/154349
Submitted by:	Wen Heping (myself)
This commit is contained in:
Wen Heping 2011-02-18 01:22:56 +00:00
parent 0117d85163
commit 64a3713e38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269297
3 changed files with 259 additions and 256 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= traits
PORTVERSION= 3.4.0
PORTVERSION= 3.6.0
CATEGORIES= devel python
MASTER_SITES= http://www.enthought.com/repo/ETS/ \
CHEESESHOP
MASTER_SITES= http://www.enthought.com/repo/ETS/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Traits-${PORTVERSION}
@ -20,6 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}EnthoughtBase>=3.0.1:${PORTSDIR}/devel/py-
${PYNUMPY}
RUN_DEPENDS= ${BUILD_DEPENDS}
FETCH_ARGS= -pRr
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Traits

View File

@ -1,3 +1,2 @@
MD5 (Traits-3.4.0.tar.gz) = ab947ff8b065991eb4bc9cf04b3972b3
SHA256 (Traits-3.4.0.tar.gz) = cf79c737066c37f942f8d1ea3bf7dd0e64c31d10a16a68376582e343a0bac011
SIZE (Traits-3.4.0.tar.gz) = 12988128
SHA256 (Traits-3.6.0.tar.gz) = f48dcd9bb33bec3389566c3fee43f039ff33fc99e5db5ca8c4967fb8e5db8657
SIZE (Traits-3.6.0.tar.gz) = 10884341

View File

@ -68,7 +68,6 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/protocols/protocols.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/protocols/protocols.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/protocols/protocols.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/protocols/unused_setup
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/tests/__init__.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/tests/__init__.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/tests/__init__.pyo
@ -471,7 +470,6 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/undo.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/undo.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/undo.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/unused_setup
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/value_tree.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/value_tree.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits/ui/value_tree.pyo
@ -502,254 +500,8 @@
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought/traits
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/enthought
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Adapted_tree_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Apply_Revert_handler_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Auto_editable_readonly_table_cells.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Auto_update_TabularEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Date_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Dynamic_EnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Dynamic_range_trait_and_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Dynamic_views_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/History_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Invalid_state_handling.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/ListStrEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/List_editor_notebook_selection_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/List_editors_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/MVC_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Multi_select_string_list.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Multi_thread_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Multi_thread_demo_2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/NumPy_array_tabular_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/NumPy_array_view_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Popup_Dialog_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Popup_editors.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Property_List_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Scrubber_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Settable_cached_property.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Statusbar_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/String_list_ui_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Table_editor_with_checkbox_column.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Table_editor_with_context_menu_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Table_editor_with_live_search_and_cell_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Tabular_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Time_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/Python_source_browser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/converter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/display_variables.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/GG5.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/TFB.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/blue_ball.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/header.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/notebook_close.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/notebook_open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/red_ball.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic Forms/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic Forms/dynamic_form_using_instances.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic Forms/dynamic_range_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic Forms/dynamic_selector.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic Forms/simple_enabled_when.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic Forms/visible_when.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/Image_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/LED_display.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/animated_GIF.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/info.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/logo_32x32.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/logo_48x48.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/logo_64x64.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/windows/flash.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/windows/internet_explorer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/BooleanEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/ButtonEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/CheckListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/CodeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/ColorEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/CompoundEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/DirectoryEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/EnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/File Dialog/File_Open.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/File Dialog/File_Open_with_Custom_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/File Dialog/File_Open_with_FileInfo_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/File Dialog/File_Open_with_ImageInfo_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/File Dialog/File_Open_with_Multiple_Extensions.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/File Dialog/File_Open_with_TextInfo_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/FileEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/FontEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/HTMLEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/ImageEnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/InstanceEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/ListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/BooleanEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/ButtonEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/CheckListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/CodeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/ColorEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/CompoundEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/DirectoryEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/EnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/FileEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/FontEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/ImageEnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/InstanceEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/ListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/RangeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/SetEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/TableEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/TextEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/TreeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions/TupleEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/RGBColorEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/RangeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/SetEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/TableEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/TextEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/TitleEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/TreeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard Editors/TupleEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Useful/using_springs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/examples.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/traits_ui_demo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/default.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/default.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/doc_examples.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/adapt_metadata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/add_class_trait.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/all_traits_features.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/all_wildcard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/array_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/bad_self_ref.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/cached_prop.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/circular_definition.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/compound.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits_view_buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits_view_group.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/custom_traithandler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/default_trait_editors.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/default_traits_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/deferring_notification.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/delegate.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/disallow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/dynamic_notification.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/enum_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/event.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/external_adapter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/handler_override.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/include_extra.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/instance_editor_selection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/interface_definition.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/interface_implementation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/key_bindings.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/keywords.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/lesson.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/list_notifier.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/mapped.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/metadata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/minimal.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/mixed_styles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/multi_object_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/multiple_views.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/object_trait_attrs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/override_default.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/override_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/prototype_prefix.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/scratch_adapter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/simple_adapter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/static_notification.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/temp_wildcard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/this.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/trait_reuse.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/trait_subclass.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/traitprefixmap.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/transient_metadata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/tree_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/type_checked_methods.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/use_custom_th.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/view_attributes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/view_multi_object.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/view_standalone.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/widget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard_all.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard_name.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard_rules.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wizard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/lesson.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/next.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/parent.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/previous.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/reload.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/run.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/decorators/cached_property.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/decorators/on_trait_change.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/decorators/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/default.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/delegation/delegation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/delegation/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/extended_trait_change.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/items.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/properties.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/getstate_setstate/getstate.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/getstate_setstate/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces/adaptation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces/interfaces.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/core_traits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/new_types.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/trait_types.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/deferred.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/animated_gif.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/flash.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/ie_html.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/led.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/numpy_array.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/python_source_browser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/sm_person_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/tabular_editor.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/model_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/tutor.py
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Advanced
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Applications/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Applications
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Dynamic Forms
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Extras/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Extras/windows
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Extras
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Standard Editors/File Dialog
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Standard Editors/Popup_versions
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Standard Editors
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Useful
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/doc_examples/examples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/doc_examples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/decorators
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/delegation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/getstate_setstate
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/Makefile
%%PORTDOCS%%%%DOCSDIR%%/Pydoh_T3UMdoc_HOWTO.txt
%%PORTDOCS%%%%DOCSDIR%%/Traits UI User Guide.doc
%%PORTDOCS%%%%DOCSDIR%%/Traits UI User Guide.pdf
@ -757,12 +509,16 @@
%%PORTDOCS%%%%DOCSDIR%%/Traits3_UM.pdf
%%PORTDOCS%%%%DOCSDIR%%/Traits3_UM_add.css
%%PORTDOCS%%%%DOCSDIR%%/api.css
%%PORTDOCS%%%%DOCSDIR%%/html.zip
%%PORTDOCS%%%%DOCSDIR%%/source/.static/default.css
%%PORTDOCS%%%%DOCSDIR%%/source/.static/e-logo-rev.png
%%PORTDOCS%%%%DOCSDIR%%/source/.static/et.ico
%%PORTDOCS%%%%DOCSDIR%%/source/.templates/layout.html
%%PORTDOCS%%%%DOCSDIR%%/source/.templates/search.html
%%PORTDOCS%%%%DOCSDIR%%/source/_static/default.css
%%PORTDOCS%%%%DOCSDIR%%/source/_static/e-logo-rev.png
%%PORTDOCS%%%%DOCSDIR%%/source/_static/et.ico
%%PORTDOCS%%%%DOCSDIR%%/source/_templates/layout.html
%%PORTDOCS%%%%DOCSDIR%%/source/_templates/search.html
%%PORTDOCS%%%%DOCSDIR%%/source/TUIUG/advanced_view.rst
%%PORTDOCS%%%%DOCSDIR%%/source/TUIUG/custom_view.rst
%%PORTDOCS%%%%DOCSDIR%%/source/TUIUG/factories_advanced_extra.rst
@ -887,6 +643,8 @@
%%PORTDOCS%%%%DOCSDIR%%/traitsdocreadme.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/.static
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/.templates
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/_static
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/_templates
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/TUIUG/images
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/TUIUG
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/traits_user_manual
@ -895,3 +653,249 @@
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source/tutorials
%%PORTDOCS%%@dirrm %%DOCSDIR%%/source
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Adapted_tree_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Apply_Revert_handler_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Auto_editable_readonly_table_cells.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Auto_update_TabularEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Date_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Dynamic_EnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Dynamic_range_trait_and_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Dynamic_views_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/HDF5_tree_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/History_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Invalid_state_handling.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/ListStrEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/List_editor_notebook_selection_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/List_editors_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/MVC_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Multi_select_string_list.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Multi_thread_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Multi_thread_demo_2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/NumPy_array_tabular_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/NumPy_array_view_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Popup_Dialog_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Property_List_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Scrubber_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Settable_cached_property.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Statusbar_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/String_list_ui_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Table_editor_with_checkbox_column.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Table_editor_with_context_menu_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Table_editor_with_live_search_and_cell_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Tabular_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/Time_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Advanced/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/Python_source_browser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/converter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/GG5.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/TFB.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/blue_ball.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/header.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/notebook_close.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/notebook_open.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Applications/images/red_ball.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic_Forms/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic_Forms/dynamic_form_using_instances.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic_Forms/dynamic_range_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic_Forms/dynamic_selector.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic_Forms/simple_enabled_when.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Dynamic_Forms/visible_when.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/Image_editor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/LED_display.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/animated_GIF.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/info.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/logo_32x32.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/logo_48x48.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/images/logo_64x64.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/windows/flash.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Extras/windows/internet_explorer.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/BooleanEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/ButtonEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/CheckListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/CodeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/ColorEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/CompoundEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/DirectoryEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/EnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/FileEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog/File_Open.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog/File_Open_with_Custom_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog/File_Open_with_FileInfo_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog/File_Open_with_ImageInfo_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog/File_Open_with_Multiple_Extensions.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog/File_Open_with_TextInfo_Extension.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/FontEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/HTMLEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/ImageEnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/InstanceEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/ListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/BooleanEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/ButtonEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/CheckListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/CodeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/ColorEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/CompoundEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/DirectoryEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/EnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/FileEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/FontEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/ImageEnumEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/InstanceEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/ListEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/RangeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/SetEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/TableEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/TextEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/TreeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions/TupleEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/RGBColorEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/RangeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/SetEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/TableEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/TextEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/TitleEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/TreeEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Standard_Editors/TupleEditor_demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/Useful/using_springs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/demo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/examples.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/traits_ui_demo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/default.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/default.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/doc_examples.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/adapt_metadata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/add_class_trait.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/all_traits_features.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/all_wildcard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/array_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/bad_self_ref.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/cached_prop.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/circular_definition.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/compound.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits_view_buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/configure_traits_view_group.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/custom_traithandler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/default_trait_editors.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/default_traits_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/deferring_notification.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/delegate.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/disallow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/dynamic_notification.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/enum_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/event.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/external_adapter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/handler_override.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/include_extra.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/instance_editor_selection.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/interface_definition.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/interface_implementation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/key_bindings.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/keywords.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/lesson.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/list_notifier.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/mapped.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/metadata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/minimal.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/mixed_styles.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/multi_object_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/multiple_views.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/object_trait_attrs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/override_default.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/override_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/prototype_prefix.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/scratch_adapter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/simple_adapter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/static_notification.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/temp_wildcard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/this.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/trait_reuse.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/trait_subclass.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/traitprefixmap.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/transient_metadata.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/tree_editor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/type_checked_methods.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/use_custom_th.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/view_attributes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/view_multi_object.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/view_standalone.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/widget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard_all.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard_name.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wildcard_rules.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/examples/wizard.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/doc_examples/lesson.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/image_LICENSE.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/next.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/parent.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/previous.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/reload.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/images/run.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/decorators/cached_property.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/decorators/on_trait_change.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/decorators/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/default.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/delegation/delegation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/delegation/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/extended_trait_change.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/items.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/properties.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/getstate_setstate/getstate.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/getstate_setstate/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces/adaptation.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces/interfaces.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/core_traits.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/new_types.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/trait_types.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/deferred.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/animated_gif.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/flash.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/ie_html.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/led.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/numpy_array.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/python_source_browser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/sm_person_example.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/tabular_editor.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/model_view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/traits_3.0/tutorial.desc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorials/tutor.py
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Advanced
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Applications/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Applications
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Dynamic_Forms
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Extras/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Extras/windows
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Extras
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Standard_Editors/File_Dialog
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Standard_Editors/Popup_versions
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Standard_Editors
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/Useful
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/doc_examples/examples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/doc_examples
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/decorators
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/delegation
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/extended_trait_change
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/getstate_setstate
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/interfaces
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/trait_types
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors/tabular_editor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui/editors
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0/traits_ui
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials/traits_3.0
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorials
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%