Import py26-traits-3.4.0 as wip/py-traits.

The traits package provides a metaclass with special attributes that are
called traits. A trait is a type definition that can be used for normal
Python object attributes, giving the attributes some additional characteristics:

 * Initialization: A trait attribute can have a default value
 * Validation: A trait attribute is manifestly typed.
 * Delegation: The value of a trait attribute can be contained in another
   object
 * Notification: Setting the value of a trait attribute can fired
   callbacks
 * Visualization: With the TraitsUI package, GUIs can be generated
   automatically from traited objects.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2010-08-09 20:30:37 +00:00 committed by Thomas Klausner
parent 481b3c5c16
commit b60eebb87a
6 changed files with 548 additions and 0 deletions

12
py-traits/DESCR Normal file
View file

@ -0,0 +1,12 @@
The traits package provides a metaclass with special attributes that are
called traits. A trait is a type definition that can be used for normal
Python object attributes, giving the attributes some additional characteristics:
* Initialization: A trait attribute can have a default value
* Validation: A trait attribute is manifestly typed.
* Delegation: The value of a trait attribute can be contained in another
object
* Notification: Setting the value of a trait attribute can fired
callbacks
* Visualization: With the TraitsUI package, GUIs can be generated
automatically from traited objects.

27
py-traits/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/08/09 20:30:37 jihbed Exp $
#
.include "../../wip/py-traits/Makefile.version"
DISTNAME= Traits-${TRAITS_VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/T/t/}
HOMEPAGE= http://code.enthought.com/projects/traits/
COMMENT= Manifest typing and reactive programming for Python
.include "../../wip/py-traits/Makefile.common"
INSTALLATION_DIRS= share/doc/py-traits
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/traitsdocreadme.txt \
${DESTDIR}${PREFIX}/share/doc/py-traits
${INSTALL_DATA} ${WRKSRC}/docs/Pydoh_T3UMdoc_HOWTO.txt \
${DESTDIR}${PREFIX}/share/doc/py-traits
${INSTALL_DATA} ${WRKSRC}/docs/*.pdf \
${DESTDIR}${PREFIX}/share/doc/py-traits
BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.0
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

17
py-traits/Makefile.common Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile.common,v 1.1.1.1 2010/08/09 20:30:37 jihbed Exp $
#
CATEGORIES= x11 python
MASTER_SITES= http://www.enthought.com/repo/ETS/
MAINTAINER= jihbed.research@gmail.com
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
DEPENDS+= ${PYPKGPREFIX}-setupdocs>=1.0.4:../../wip/py-setupdocs
.include "../../lang/python/egg.mk"

View file

@ -0,0 +1,4 @@
# $NetBSD: Makefile.version,v 1.1.1.1 2010/08/09 20:30:37 jihbed Exp $
#
TRAITS_VERSION= 3.4.0

483
py-traits/PLIST Normal file
View file

@ -0,0 +1,483 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/09 20:30:37 jihbed Exp $
${PYSITELIB}/${EGG_NAME}-nspkg.pth
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/enthought/traits/MANIFEST.in
${PYSITELIB}/enthought/traits/README.txt
${PYSITELIB}/enthought/traits/adapter.py
${PYSITELIB}/enthought/traits/adapter.pyc
${PYSITELIB}/enthought/traits/adapter.pyo
${PYSITELIB}/enthought/traits/api.py
${PYSITELIB}/enthought/traits/api.pyc
${PYSITELIB}/enthought/traits/api.pyo
${PYSITELIB}/enthought/traits/category.py
${PYSITELIB}/enthought/traits/category.pyc
${PYSITELIB}/enthought/traits/category.pyo
${PYSITELIB}/enthought/traits/ctraits.c
${PYSITELIB}/enthought/traits/ctraits.so
${PYSITELIB}/enthought/traits/has_dynamic_views.py
${PYSITELIB}/enthought/traits/has_dynamic_views.pyc
${PYSITELIB}/enthought/traits/has_dynamic_views.pyo
${PYSITELIB}/enthought/traits/has_traits.py
${PYSITELIB}/enthought/traits/has_traits.pyc
${PYSITELIB}/enthought/traits/has_traits.pyo
${PYSITELIB}/enthought/traits/interface_checker.py
${PYSITELIB}/enthought/traits/interface_checker.pyc
${PYSITELIB}/enthought/traits/interface_checker.pyo
${PYSITELIB}/enthought/traits/protocols/README.txt
${PYSITELIB}/enthought/traits/protocols/__init__.py
${PYSITELIB}/enthought/traits/protocols/__init__.pyc
${PYSITELIB}/enthought/traits/protocols/__init__.pyo
${PYSITELIB}/enthought/traits/protocols/_speedups.c
${PYSITELIB}/enthought/traits/protocols/_speedups.pyx
${PYSITELIB}/enthought/traits/protocols/_speedups.so
${PYSITELIB}/enthought/traits/protocols/adapters.py
${PYSITELIB}/enthought/traits/protocols/adapters.pyc
${PYSITELIB}/enthought/traits/protocols/adapters.pyo
${PYSITELIB}/enthought/traits/protocols/advice.py
${PYSITELIB}/enthought/traits/protocols/advice.pyc
${PYSITELIB}/enthought/traits/protocols/advice.pyo
${PYSITELIB}/enthought/traits/protocols/api.py
${PYSITELIB}/enthought/traits/protocols/api.pyc
${PYSITELIB}/enthought/traits/protocols/api.pyo
${PYSITELIB}/enthought/traits/protocols/classic.py
${PYSITELIB}/enthought/traits/protocols/classic.pyc
${PYSITELIB}/enthought/traits/protocols/classic.pyo
${PYSITELIB}/enthought/traits/protocols/generate.py
${PYSITELIB}/enthought/traits/protocols/generate.pyc
${PYSITELIB}/enthought/traits/protocols/generate.pyo
${PYSITELIB}/enthought/traits/protocols/interfaces.py
${PYSITELIB}/enthought/traits/protocols/interfaces.pyc
${PYSITELIB}/enthought/traits/protocols/interfaces.pyo
${PYSITELIB}/enthought/traits/protocols/protocols.py
${PYSITELIB}/enthought/traits/protocols/protocols.pyc
${PYSITELIB}/enthought/traits/protocols/protocols.pyo
${PYSITELIB}/enthought/traits/protocols/unused_setup
${PYSITELIB}/enthought/traits/tests/__init__.py
${PYSITELIB}/enthought/traits/tests/__init__.pyc
${PYSITELIB}/enthought/traits/tests/__init__.pyo
${PYSITELIB}/enthought/traits/tests/array_test_case.py
${PYSITELIB}/enthought/traits/tests/array_test_case.pyc
${PYSITELIB}/enthought/traits/tests/array_test_case.pyo
${PYSITELIB}/enthought/traits/tests/category_test_case.py
${PYSITELIB}/enthought/traits/tests/category_test_case.pyc
${PYSITELIB}/enthought/traits/tests/category_test_case.pyo
${PYSITELIB}/enthought/traits/tests/check_timing.py
${PYSITELIB}/enthought/traits/tests/check_timing.pyc
${PYSITELIB}/enthought/traits/tests/check_timing.pyo
${PYSITELIB}/enthought/traits/tests/clone_test_case.py
${PYSITELIB}/enthought/traits/tests/clone_test_case.pyc
${PYSITELIB}/enthought/traits/tests/clone_test_case.pyo
${PYSITELIB}/enthought/traits/tests/container_events_test_case.py
${PYSITELIB}/enthought/traits/tests/container_events_test_case.pyc
${PYSITELIB}/enthought/traits/tests/container_events_test_case.pyo
${PYSITELIB}/enthought/traits/tests/delegate_test_case.py
${PYSITELIB}/enthought/traits/tests/delegate_test_case.pyc
${PYSITELIB}/enthought/traits/tests/delegate_test_case.pyo
${PYSITELIB}/enthought/traits/tests/interface_checker_test_case.py
${PYSITELIB}/enthought/traits/tests/interface_checker_test_case.pyc
${PYSITELIB}/enthought/traits/tests/interface_checker_test_case.pyo
${PYSITELIB}/enthought/traits/tests/keyword_args_test_case.py
${PYSITELIB}/enthought/traits/tests/keyword_args_test_case.pyc
${PYSITELIB}/enthought/traits/tests/keyword_args_test_case.pyo
${PYSITELIB}/enthought/traits/tests/list_test_case.py
${PYSITELIB}/enthought/traits/tests/list_test_case.pyc
${PYSITELIB}/enthought/traits/tests/list_test_case.pyo
${PYSITELIB}/enthought/traits/tests/pickle_validated_dict_test_case.py
${PYSITELIB}/enthought/traits/tests/pickle_validated_dict_test_case.pyc
${PYSITELIB}/enthought/traits/tests/pickle_validated_dict_test_case.pyo
${PYSITELIB}/enthought/traits/tests/protocols_usage_test_case.py
${PYSITELIB}/enthought/traits/tests/protocols_usage_test_case.pyc
${PYSITELIB}/enthought/traits/tests/protocols_usage_test_case.pyo
${PYSITELIB}/enthought/traits/tests/range_test_case.py
${PYSITELIB}/enthought/traits/tests/range_test_case.pyc
${PYSITELIB}/enthought/traits/tests/range_test_case.pyo
${PYSITELIB}/enthought/traits/tests/rich_compare_test_case.py
${PYSITELIB}/enthought/traits/tests/rich_compare_test_case.pyc
${PYSITELIB}/enthought/traits/tests/rich_compare_test_case.pyo
${PYSITELIB}/enthought/traits/tests/test_copy_traits.py
${PYSITELIB}/enthought/traits/tests/test_copy_traits.pyc
${PYSITELIB}/enthought/traits/tests/test_copy_traits.pyo
${PYSITELIB}/enthought/traits/tests/test_copyable_trait_names.py
${PYSITELIB}/enthought/traits/tests/test_copyable_trait_names.pyc
${PYSITELIB}/enthought/traits/tests/test_copyable_trait_names.pyo
${PYSITELIB}/enthought/traits/tests/test_enum.py
${PYSITELIB}/enthought/traits/tests/test_enum.pyc
${PYSITELIB}/enthought/traits/tests/test_enum.pyo
${PYSITELIB}/enthought/traits/tests/test_event_order.py
${PYSITELIB}/enthought/traits/tests/test_event_order.pyc
${PYSITELIB}/enthought/traits/tests/test_event_order.pyo
${PYSITELIB}/enthought/traits/tests/test_events.py
${PYSITELIB}/enthought/traits/tests/test_events.pyc
${PYSITELIB}/enthought/traits/tests/test_events.pyo
${PYSITELIB}/enthought/traits/tests/test_extended_trait_change.py
${PYSITELIB}/enthought/traits/tests/test_extended_trait_change.pyc
${PYSITELIB}/enthought/traits/tests/test_extended_trait_change.pyo
${PYSITELIB}/enthought/traits/tests/test_getstate_setstate.py
${PYSITELIB}/enthought/traits/tests/test_getstate_setstate.pyc
${PYSITELIB}/enthought/traits/tests/test_getstate_setstate.pyo
${PYSITELIB}/enthought/traits/tests/test_int_range_long.py
${PYSITELIB}/enthought/traits/tests/test_int_range_long.pyc
${PYSITELIB}/enthought/traits/tests/test_int_range_long.pyo
${PYSITELIB}/enthought/traits/tests/test_interfaces.py
${PYSITELIB}/enthought/traits/tests/test_interfaces.pyc
${PYSITELIB}/enthought/traits/tests/test_interfaces.pyo
${PYSITELIB}/enthought/traits/tests/test_listeners.py
${PYSITELIB}/enthought/traits/tests/test_listeners.pyc
${PYSITELIB}/enthought/traits/tests/test_listeners.pyo
${PYSITELIB}/enthought/traits/tests/test_property_notifications.py
${PYSITELIB}/enthought/traits/tests/test_property_notifications.pyc
${PYSITELIB}/enthought/traits/tests/test_property_notifications.pyo
${PYSITELIB}/enthought/traits/tests/test_str_handler.py
${PYSITELIB}/enthought/traits/tests/test_str_handler.pyc
${PYSITELIB}/enthought/traits/tests/test_str_handler.pyo
${PYSITELIB}/enthought/traits/tests/test_target.py
${PYSITELIB}/enthought/traits/tests/test_target.pyc
${PYSITELIB}/enthought/traits/tests/test_target.pyo
${PYSITELIB}/enthought/traits/tests/test_trait_cycle.py
${PYSITELIB}/enthought/traits/tests/test_trait_cycle.pyc
${PYSITELIB}/enthought/traits/tests/test_trait_cycle.pyo
${PYSITELIB}/enthought/traits/tests/test_trait_types.py
${PYSITELIB}/enthought/traits/tests/test_trait_types.pyc
${PYSITELIB}/enthought/traits/tests/test_trait_types.pyo
${PYSITELIB}/enthought/traits/tests/test_traits.py
${PYSITELIB}/enthought/traits/tests/test_traits.pyc
${PYSITELIB}/enthought/traits/tests/test_traits.pyo
${PYSITELIB}/enthought/traits/tests/undefined_test_case.py
${PYSITELIB}/enthought/traits/tests/undefined_test_case.pyc
${PYSITELIB}/enthought/traits/tests/undefined_test_case.pyo
${PYSITELIB}/enthought/traits/trait_base.py
${PYSITELIB}/enthought/traits/trait_base.pyc
${PYSITELIB}/enthought/traits/trait_base.pyo
${PYSITELIB}/enthought/traits/trait_errors.py
${PYSITELIB}/enthought/traits/trait_errors.pyc
${PYSITELIB}/enthought/traits/trait_errors.pyo
${PYSITELIB}/enthought/traits/trait_handlers.py
${PYSITELIB}/enthought/traits/trait_handlers.pyc
${PYSITELIB}/enthought/traits/trait_handlers.pyo
${PYSITELIB}/enthought/traits/trait_notifiers.py
${PYSITELIB}/enthought/traits/trait_notifiers.pyc
${PYSITELIB}/enthought/traits/trait_notifiers.pyo
${PYSITELIB}/enthought/traits/trait_numeric.py
${PYSITELIB}/enthought/traits/trait_numeric.pyc
${PYSITELIB}/enthought/traits/trait_numeric.pyo
${PYSITELIB}/enthought/traits/trait_types.py
${PYSITELIB}/enthought/traits/trait_types.pyc
${PYSITELIB}/enthought/traits/trait_types.pyo
${PYSITELIB}/enthought/traits/trait_value.py
${PYSITELIB}/enthought/traits/trait_value.pyc
${PYSITELIB}/enthought/traits/trait_value.pyo
${PYSITELIB}/enthought/traits/traits.py
${PYSITELIB}/enthought/traits/traits.pyc
${PYSITELIB}/enthought/traits/traits.pyo
${PYSITELIB}/enthought/traits/traits_listener.py
${PYSITELIB}/enthought/traits/traits_listener.pyc
${PYSITELIB}/enthought/traits/traits_listener.pyo
${PYSITELIB}/enthought/traits/ui/api.py
${PYSITELIB}/enthought/traits/ui/api.pyc
${PYSITELIB}/enthought/traits/ui/api.pyo
${PYSITELIB}/enthought/traits/ui/basic_editor_factory.py
${PYSITELIB}/enthought/traits/ui/basic_editor_factory.pyc
${PYSITELIB}/enthought/traits/ui/basic_editor_factory.pyo
${PYSITELIB}/enthought/traits/ui/context_value.py
${PYSITELIB}/enthought/traits/ui/context_value.pyc
${PYSITELIB}/enthought/traits/ui/context_value.pyo
${PYSITELIB}/enthought/traits/ui/default_dock_window_theme.py
${PYSITELIB}/enthought/traits/ui/default_dock_window_theme.pyc
${PYSITELIB}/enthought/traits/ui/default_dock_window_theme.pyo
${PYSITELIB}/enthought/traits/ui/delegating_handler.py
${PYSITELIB}/enthought/traits/ui/delegating_handler.pyc
${PYSITELIB}/enthought/traits/ui/delegating_handler.pyo
${PYSITELIB}/enthought/traits/ui/dock_window_theme.py
${PYSITELIB}/enthought/traits/ui/dock_window_theme.pyc
${PYSITELIB}/enthought/traits/ui/dock_window_theme.pyo
${PYSITELIB}/enthought/traits/ui/dockable_view_element.py
${PYSITELIB}/enthought/traits/ui/dockable_view_element.pyc
${PYSITELIB}/enthought/traits/ui/dockable_view_element.pyo
${PYSITELIB}/enthought/traits/ui/editor.py
${PYSITELIB}/enthought/traits/ui/editor.pyc
${PYSITELIB}/enthought/traits/ui/editor.pyo
${PYSITELIB}/enthought/traits/ui/editor_factory.py
${PYSITELIB}/enthought/traits/ui/editor_factory.pyc
${PYSITELIB}/enthought/traits/ui/editor_factory.pyo
${PYSITELIB}/enthought/traits/ui/editors/__init__.py
${PYSITELIB}/enthought/traits/ui/editors/__init__.pyc
${PYSITELIB}/enthought/traits/ui/editors/__init__.pyo
${PYSITELIB}/enthought/traits/ui/editors/api.py
${PYSITELIB}/enthought/traits/ui/editors/api.pyc
${PYSITELIB}/enthought/traits/ui/editors/api.pyo
${PYSITELIB}/enthought/traits/ui/editors/array_editor.py
${PYSITELIB}/enthought/traits/ui/editors/array_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/array_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/boolean_editor.py
${PYSITELIB}/enthought/traits/ui/editors/boolean_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/boolean_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/button_editor.py
${PYSITELIB}/enthought/traits/ui/editors/button_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/button_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/check_list_editor.py
${PYSITELIB}/enthought/traits/ui/editors/check_list_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/check_list_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/code_editor.py
${PYSITELIB}/enthought/traits/ui/editors/code_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/code_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/color_editor.py
${PYSITELIB}/enthought/traits/ui/editors/color_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/color_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/compound_editor.py
${PYSITELIB}/enthought/traits/ui/editors/compound_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/compound_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/custom_editor.py
${PYSITELIB}/enthought/traits/ui/editors/custom_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/custom_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/date_editor.py
${PYSITELIB}/enthought/traits/ui/editors/date_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/date_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/default_override.py
${PYSITELIB}/enthought/traits/ui/editors/default_override.pyc
${PYSITELIB}/enthought/traits/ui/editors/default_override.pyo
${PYSITELIB}/enthought/traits/ui/editors/directory_editor.py
${PYSITELIB}/enthought/traits/ui/editors/directory_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/directory_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/dnd_editor.py
${PYSITELIB}/enthought/traits/ui/editors/dnd_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/dnd_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/drop_editor.py
${PYSITELIB}/enthought/traits/ui/editors/drop_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/drop_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/enum_editor.py
${PYSITELIB}/enthought/traits/ui/editors/enum_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/enum_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/file_editor.py
${PYSITELIB}/enthought/traits/ui/editors/file_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/file_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/font_editor.py
${PYSITELIB}/enthought/traits/ui/editors/font_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/font_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/history_editor.py
${PYSITELIB}/enthought/traits/ui/editors/history_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/history_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/html_editor.py
${PYSITELIB}/enthought/traits/ui/editors/html_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/html_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/image_editor.py
${PYSITELIB}/enthought/traits/ui/editors/image_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/image_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/image_enum_editor.py
${PYSITELIB}/enthought/traits/ui/editors/image_enum_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/image_enum_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/instance_editor.py
${PYSITELIB}/enthought/traits/ui/editors/instance_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/instance_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/key_binding_editor.py
${PYSITELIB}/enthought/traits/ui/editors/key_binding_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/key_binding_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/list_editor.py
${PYSITELIB}/enthought/traits/ui/editors/list_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/list_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/list_str_editor.py
${PYSITELIB}/enthought/traits/ui/editors/list_str_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/list_str_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/null_editor.py
${PYSITELIB}/enthought/traits/ui/editors/null_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/null_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/popup_editor.py
${PYSITELIB}/enthought/traits/ui/editors/popup_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/popup_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/progress_editor.py
${PYSITELIB}/enthought/traits/ui/editors/progress_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/progress_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/range_editor.py
${PYSITELIB}/enthought/traits/ui/editors/range_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/range_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/rgb_color_editor.py
${PYSITELIB}/enthought/traits/ui/editors/rgb_color_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/rgb_color_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/scrubber_editor.py
${PYSITELIB}/enthought/traits/ui/editors/scrubber_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/scrubber_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/search_editor.py
${PYSITELIB}/enthought/traits/ui/editors/search_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/search_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/set_editor.py
${PYSITELIB}/enthought/traits/ui/editors/set_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/set_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/shell_editor.py
${PYSITELIB}/enthought/traits/ui/editors/shell_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/shell_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/table_editor.py
${PYSITELIB}/enthought/traits/ui/editors/table_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/table_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/tabular_editor.py
${PYSITELIB}/enthought/traits/ui/editors/tabular_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/tabular_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/tests/__init__.py
${PYSITELIB}/enthought/traits/ui/editors/tests/__init__.pyc
${PYSITELIB}/enthought/traits/ui/editors/tests/__init__.pyo
${PYSITELIB}/enthought/traits/ui/editors/tests/test_default_override.py
${PYSITELIB}/enthought/traits/ui/editors/tests/test_default_override.pyc
${PYSITELIB}/enthought/traits/ui/editors/tests/test_default_override.pyo
${PYSITELIB}/enthought/traits/ui/editors/text_editor.py
${PYSITELIB}/enthought/traits/ui/editors/text_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/text_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/time_editor.py
${PYSITELIB}/enthought/traits/ui/editors/time_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/time_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/title_editor.py
${PYSITELIB}/enthought/traits/ui/editors/title_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/title_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/tree_editor.py
${PYSITELIB}/enthought/traits/ui/editors/tree_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/tree_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/tuple_editor.py
${PYSITELIB}/enthought/traits/ui/editors/tuple_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/tuple_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors/value_editor.py
${PYSITELIB}/enthought/traits/ui/editors/value_editor.pyc
${PYSITELIB}/enthought/traits/ui/editors/value_editor.pyo
${PYSITELIB}/enthought/traits/ui/editors_gen.py
${PYSITELIB}/enthought/traits/ui/editors_gen.pyc
${PYSITELIB}/enthought/traits/ui/editors_gen.pyo
${PYSITELIB}/enthought/traits/ui/extras/__init__.py
${PYSITELIB}/enthought/traits/ui/extras/__init__.pyc
${PYSITELIB}/enthought/traits/ui/extras/__init__.pyo
${PYSITELIB}/enthought/traits/ui/extras/api.py
${PYSITELIB}/enthought/traits/ui/extras/api.pyc
${PYSITELIB}/enthought/traits/ui/extras/api.pyo
${PYSITELIB}/enthought/traits/ui/extras/checkbox_column.py
${PYSITELIB}/enthought/traits/ui/extras/checkbox_column.pyc
${PYSITELIB}/enthought/traits/ui/extras/checkbox_column.pyo
${PYSITELIB}/enthought/traits/ui/extras/demo.py
${PYSITELIB}/enthought/traits/ui/extras/demo.pyc
${PYSITELIB}/enthought/traits/ui/extras/demo.pyo
${PYSITELIB}/enthought/traits/ui/extras/edit_column.py
${PYSITELIB}/enthought/traits/ui/extras/edit_column.pyc
${PYSITELIB}/enthought/traits/ui/extras/edit_column.pyo
${PYSITELIB}/enthought/traits/ui/extras/saving.py
${PYSITELIB}/enthought/traits/ui/extras/saving.pyc
${PYSITELIB}/enthought/traits/ui/extras/saving.pyo
${PYSITELIB}/enthought/traits/ui/file_dialog.py
${PYSITELIB}/enthought/traits/ui/file_dialog.pyc
${PYSITELIB}/enthought/traits/ui/file_dialog.pyo
${PYSITELIB}/enthought/traits/ui/group.py
${PYSITELIB}/enthought/traits/ui/group.pyc
${PYSITELIB}/enthought/traits/ui/group.pyo
${PYSITELIB}/enthought/traits/ui/handler.py
${PYSITELIB}/enthought/traits/ui/handler.pyc
${PYSITELIB}/enthought/traits/ui/handler.pyo
${PYSITELIB}/enthought/traits/ui/help.py
${PYSITELIB}/enthought/traits/ui/help.pyc
${PYSITELIB}/enthought/traits/ui/help.pyo
${PYSITELIB}/enthought/traits/ui/help_template.py
${PYSITELIB}/enthought/traits/ui/help_template.pyc
${PYSITELIB}/enthought/traits/ui/help_template.pyo
${PYSITELIB}/enthought/traits/ui/helper.py
${PYSITELIB}/enthought/traits/ui/helper.pyc
${PYSITELIB}/enthought/traits/ui/helper.pyo
${PYSITELIB}/enthought/traits/ui/include.py
${PYSITELIB}/enthought/traits/ui/include.pyc
${PYSITELIB}/enthought/traits/ui/include.pyo
${PYSITELIB}/enthought/traits/ui/instance_choice.py
${PYSITELIB}/enthought/traits/ui/instance_choice.pyc
${PYSITELIB}/enthought/traits/ui/instance_choice.pyo
${PYSITELIB}/enthought/traits/ui/item.py
${PYSITELIB}/enthought/traits/ui/item.pyc
${PYSITELIB}/enthought/traits/ui/item.pyo
${PYSITELIB}/enthought/traits/ui/key_bindings.py
${PYSITELIB}/enthought/traits/ui/key_bindings.pyc
${PYSITELIB}/enthought/traits/ui/key_bindings.pyo
${PYSITELIB}/enthought/traits/ui/list_str_adapter.py
${PYSITELIB}/enthought/traits/ui/list_str_adapter.pyc
${PYSITELIB}/enthought/traits/ui/list_str_adapter.pyo
${PYSITELIB}/enthought/traits/ui/menu.py
${PYSITELIB}/enthought/traits/ui/menu.pyc
${PYSITELIB}/enthought/traits/ui/menu.pyo
${PYSITELIB}/enthought/traits/ui/message.py
${PYSITELIB}/enthought/traits/ui/message.pyc
${PYSITELIB}/enthought/traits/ui/message.pyo
${PYSITELIB}/enthought/traits/ui/null/__init__.py
${PYSITELIB}/enthought/traits/ui/null/__init__.pyc
${PYSITELIB}/enthought/traits/ui/null/__init__.pyo
${PYSITELIB}/enthought/traits/ui/null/color_trait.py
${PYSITELIB}/enthought/traits/ui/null/color_trait.pyc
${PYSITELIB}/enthought/traits/ui/null/color_trait.pyo
${PYSITELIB}/enthought/traits/ui/null/font_trait.py
${PYSITELIB}/enthought/traits/ui/null/font_trait.pyc
${PYSITELIB}/enthought/traits/ui/null/font_trait.pyo
${PYSITELIB}/enthought/traits/ui/null/rgb_color_trait.py
${PYSITELIB}/enthought/traits/ui/null/rgb_color_trait.pyc
${PYSITELIB}/enthought/traits/ui/null/rgb_color_trait.pyo
${PYSITELIB}/enthought/traits/ui/null/toolkit.py
${PYSITELIB}/enthought/traits/ui/null/toolkit.pyc
${PYSITELIB}/enthought/traits/ui/null/toolkit.pyo
${PYSITELIB}/enthought/traits/ui/table_column.py
${PYSITELIB}/enthought/traits/ui/table_column.pyc
${PYSITELIB}/enthought/traits/ui/table_column.pyo
${PYSITELIB}/enthought/traits/ui/table_filter.py
${PYSITELIB}/enthought/traits/ui/table_filter.pyc
${PYSITELIB}/enthought/traits/ui/table_filter.pyo
${PYSITELIB}/enthought/traits/ui/tabular_adapter.py
${PYSITELIB}/enthought/traits/ui/tabular_adapter.pyc
${PYSITELIB}/enthought/traits/ui/tabular_adapter.pyo
${PYSITELIB}/enthought/traits/ui/theme.py
${PYSITELIB}/enthought/traits/ui/theme.pyc
${PYSITELIB}/enthought/traits/ui/theme.pyo
${PYSITELIB}/enthought/traits/ui/toolkit.py
${PYSITELIB}/enthought/traits/ui/toolkit.pyc
${PYSITELIB}/enthought/traits/ui/toolkit.pyo
${PYSITELIB}/enthought/traits/ui/toolkit_traits.py
${PYSITELIB}/enthought/traits/ui/toolkit_traits.pyc
${PYSITELIB}/enthought/traits/ui/toolkit_traits.pyo
${PYSITELIB}/enthought/traits/ui/tree_node.py
${PYSITELIB}/enthought/traits/ui/tree_node.pyc
${PYSITELIB}/enthought/traits/ui/tree_node.pyo
${PYSITELIB}/enthought/traits/ui/ui.py
${PYSITELIB}/enthought/traits/ui/ui.pyc
${PYSITELIB}/enthought/traits/ui/ui.pyo
${PYSITELIB}/enthought/traits/ui/ui_editor.py
${PYSITELIB}/enthought/traits/ui/ui_editor.pyc
${PYSITELIB}/enthought/traits/ui/ui_editor.pyo
${PYSITELIB}/enthought/traits/ui/ui_editors/__init__.py
${PYSITELIB}/enthought/traits/ui/ui_editors/__init__.pyc
${PYSITELIB}/enthought/traits/ui/ui_editors/__init__.pyo
${PYSITELIB}/enthought/traits/ui/ui_editors/array_view_editor.py
${PYSITELIB}/enthought/traits/ui/ui_editors/array_view_editor.pyc
${PYSITELIB}/enthought/traits/ui/ui_editors/array_view_editor.pyo
${PYSITELIB}/enthought/traits/ui/ui_info.py
${PYSITELIB}/enthought/traits/ui/ui_info.pyc
${PYSITELIB}/enthought/traits/ui/ui_info.pyo
${PYSITELIB}/enthought/traits/ui/ui_traits.py
${PYSITELIB}/enthought/traits/ui/ui_traits.pyc
${PYSITELIB}/enthought/traits/ui/ui_traits.pyo
${PYSITELIB}/enthought/traits/ui/undo.py
${PYSITELIB}/enthought/traits/ui/undo.pyc
${PYSITELIB}/enthought/traits/ui/undo.pyo
${PYSITELIB}/enthought/traits/ui/unused_setup
${PYSITELIB}/enthought/traits/ui/value_tree.py
${PYSITELIB}/enthought/traits/ui/value_tree.pyc
${PYSITELIB}/enthought/traits/ui/value_tree.pyo
${PYSITELIB}/enthought/traits/ui/view.py
${PYSITELIB}/enthought/traits/ui/view.pyc
${PYSITELIB}/enthought/traits/ui/view.pyo
${PYSITELIB}/enthought/traits/ui/view_element.py
${PYSITELIB}/enthought/traits/ui/view_element.pyc
${PYSITELIB}/enthought/traits/ui/view_element.pyo
${PYSITELIB}/enthought/traits/ui/view_elements.py
${PYSITELIB}/enthought/traits/ui/view_elements.pyc
${PYSITELIB}/enthought/traits/ui/view_elements.pyo
${PYSITELIB}/enthought/traits/ustr_trait.py
${PYSITELIB}/enthought/traits/ustr_trait.pyc
${PYSITELIB}/enthought/traits/ustr_trait.pyo
${PYSITELIB}/enthought/traits/version.py
${PYSITELIB}/enthought/traits/version.pyc
${PYSITELIB}/enthought/traits/version.pyo
share/doc/py-traits/Pydoh_T3UMdoc_HOWTO.txt
share/doc/py-traits/Traits UI User Guide.pdf
share/doc/py-traits/Traits3_UM.pdf
share/doc/py-traits/traits_ui_slides.pdf
share/doc/py-traits/traitsdocreadme.txt

5
py-traits/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/09 20:30:37 jihbed Exp $
SHA1 (Traits-3.4.0.tar.gz) = 0d92352f9cd89fd9c2072bc0043137254b297335
RMD160 (Traits-3.4.0.tar.gz) = a1db8bef47576fc28286f0a1be8940c8d94b06d8
Size (Traits-3.4.0.tar.gz) = 12988128 bytes