[Yt-svn] yt-commit r1468 - branches/yt-1.5/yt branches/yt-1.5/yt/deliverator branches/yt-1.5/yt/enki trunk/yt trunk/yt/deliverator trunk/yt/enki

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Oct 2 10:28:51 PDT 2009


Author: mturk
Date: Fri Oct  2 10:28:50 2009
New Revision: 1468
URL: http://yt.enzotools.org/changeset/1468

Log:
Deleting enki and deliverator from source distribution.  This should have
happened a long time ago, as these modules have long been bitrotted away to
almost nothing.  If anything ever happens on these fronts again, it will likely
take a completely different form.  I am proud of having written a
reimplementation of CollapseTest that ran inside Enzo, but future versions of
this will look much different.



Removed:
   branches/yt-1.5/yt/deliverator/
   branches/yt-1.5/yt/enki/
   trunk/yt/deliverator/
   trunk/yt/enki/
Modified:
   branches/yt-1.5/yt/setup.py
   trunk/yt/setup.py

Modified: branches/yt-1.5/yt/setup.py
==============================================================================
--- branches/yt-1.5/yt/setup.py	(original)
+++ branches/yt-1.5/yt/setup.py	Fri Oct  2 10:28:50 2009
@@ -6,7 +6,6 @@
     config = Configuration('yt', parent_package, top_path)
     config.add_subpackage('lagos')
     config.add_subpackage('raven')
-    config.add_subpackage('enki')
     config.add_subpackage('fido')
     config.add_subpackage('reason')
     config.add_subpackage('extensions')

Modified: trunk/yt/setup.py
==============================================================================
--- trunk/yt/setup.py	(original)
+++ trunk/yt/setup.py	Fri Oct  2 10:28:50 2009
@@ -6,7 +6,6 @@
     config = Configuration('yt', parent_package, top_path)
     config.add_subpackage('lagos')
     config.add_subpackage('raven')
-    config.add_subpackage('enki')
     config.add_subpackage('fido')
     config.add_subpackage('reason')
     config.add_subpackage('extensions')



More information about the yt-svn mailing list