16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Refactored setup.py's to enable release and dev builds to work with the same set of declared packages and version numbers. * Renamed ets as version 2.5 to ensure its higher than the 2.4 version already available from the egg repo.
Dave Peterson
as dpeterson
More... almost 17 years ago
* Setup more svn:ignores to ignore *.pyc, MANIFEST, etc.
Dave Peterson
as dpeterson
More... almost 17 years ago
* Adding setup.cfg to each package to default to eggs being tagged with dev svn rev numbers, and to define a release alias that removes the svn tag.
Dave Peterson
as dpeterson
More... almost 17 years ago
* Modified the egg_builded to (1) allow specification of the specific egg directories to be built but default to all sub-directories of the cwd, (2) support building source tarballs, and (3) have a verbose option which shows all build command output. * Added a simple README.txt to all egg directories to avoid warnings when building source tarballs. * Added a LICENSE.txt to all egg directories to clarify license when someone only has a single ETS component egg.
Dave Peterson
as dpeterson
More... almost 17 years ago
* propset ignore on all directories created as a result of running egg_builder.py or bdist_egg. More... almost 17 years ago
ENH: Visual does not need scipy but just numpy. More... almost 17 years ago
* Declared these packages to be beta releases with versions like 2.0b1 -- they aren't complete, bugfree, and stable quite yet. * Updated dependencies to work with version between 2.0b1 and anything less than 3.0 (should this be between 2.0b1 and <2.1?)
Dave Peterson
as dpeterson
More... almost 17 years ago
* Don't try to include examples and docs that aren't there. * Remove very old scipy_distutils setup script. More... almost 17 years ago
tvtk depends on persistence More... almost 17 years ago
move docs and examples out of source dir More... almost 17 years ago
set version info More... almost 17 years ago
branch in preparation for release More... almost 17 years ago
Commented out VTK requirement since it is not available as an egg in most places. More... almost 17 years ago
* Ensure consistent formatting of __init__.py's and that all participate in the pkg_namespace scheme.
Dave Peterson
as dpeterson
More... almost 17 years ago
* Making enthought parent directory a package. More... almost 17 years ago
* Copying new setuptools-based setup.py from enthought_split branch. More... almost 17 years ago
* Moving to the new location to enable egg-based development.
Dave Peterson
as dpeterson
More... almost 17 years ago
* Creating folders to enable egg-based development.
Dave Peterson
as dpeterson
More... almost 17 years ago