1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
* Look into moving the various extras to be parts of their respective packages
instead of extras of this package. Those packages probably already depend
on traits, so it makes more sense for them to provide the specific
functionality.
* Move rgba_color_editor.py to enable as it is the only reason we depend on
enable. If we move this to enable / enable2, then the following NEW
dependencies are created:
enthought.numerical_modeling --> enthought.enable{2}
DMP: Ok, this looks like it can be done in branches.
DMP: Done in branches, needs to be done in the trunk too.
* We should decide if Traits requires Pyface, or Pyface requires Traits, or
whether they really should be mutually dependent like they are now. The
current mutual dependencies seems like the worst of all possible worlds.
|