[Checkins] SVN: zopetoolkit/trunk/ Include the toolchain into the ztk-versions.cfg, at least the Zope 2 buildout needs them as well

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 27 05:41:25 EDT 2010


Log message for revision 113914:
  Include the toolchain into the ztk-versions.cfg, at least the Zope 2 buildout needs them as well
  

Changed:
  U   zopetoolkit/trunk/buildout.cfg
  U   zopetoolkit/trunk/ztk-versions.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2010-06-27 09:37:22 UTC (rev 113913)
+++ zopetoolkit/trunk/buildout.cfg	2010-06-27 09:41:25 UTC (rev 113914)
@@ -16,13 +16,7 @@
 
 [versions]
 # versions for additional tools
-argparse = 1.1
 infrae.subversion = 1.4.5
-mr.developer = 1.14
-tl.eggdeps = 0.4
-z3c.checkversions = 0.2
-z3c.recipe.compattest = 0.12.1
-z3c.recipe.depgraph = 0.5
 # needed by mr.developer with python 2.4:
 elementtree = 1.2.6-20050316
 

Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2010-06-27 09:37:22 UTC (rev 113913)
+++ zopetoolkit/trunk/ztk-versions.cfg	2010-06-27 09:41:25 UTC (rev 113914)
@@ -91,8 +91,12 @@
 ZODB3 = 3.9.5
 zope.mkzeoinstance = 3.9.4
 
-# Not a dependency
+# toolchain
+argparse = 1.1
 lxml = 2.2.6
-
-# Other
+mr.developer = 1.14
+tl.eggdeps = 0.4
+z3c.checkversions = 0.2
+z3c.recipe.compattest = 0.12.1
+z3c.recipe.depgraph = 0.5
 zope.kgs = 1.2.0



More information about the checkins mailing list