[Zope-Checkins] SVN: Zope/trunk/versions.cfg Group versions by the 'sets' to which they correspond.

Tres Seaver tseaver at palladion.com
Mon May 3 21:49:25 EDT 2010


Log message for revision 111904:
  Group versions by the 'sets' to which they correspond.

Changed:
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg	2010-05-03 17:57:11 UTC (rev 111903)
+++ Zope/trunk/versions.cfg	2010-05-04 01:49:24 UTC (rev 111904)
@@ -2,39 +2,26 @@
 versions = versions
 
 [versions]
+# Zope2-specific
 Zope2 =
 Acquisition = 2.13.3
-ClientForm = 0.2.10
 DateTime = 2.12.1
-distribute = 0.6.10
-docutils = 0.6
 ExtensionClass = 2.13.1
 initgroups = 2.13.0
-Jinja2 = 2.3.1
-mechanize = 0.1.11
 Missing = 2.13.0
 MultiMapping = 2.13.0
 Persistence = 2.13.1
-Pygments = 1.3.1
-python-gettext = 1.0
-pytz = 2010b
 Record = 2.13.0
 RestrictedPython = 3.5.2
-Sphinx = 0.6.5
-setuptools= 0.6c11
 tempstorage = 2.11.2
 ThreadLock = 2.13.0
-tl.eggdeps = 0.4
-transaction = 1.0.0
-z3c.recipe.depgraph = 0.5
-zc.buildout = 1.4.3
-zc.lockfile = 1.0.0
-zc.recipe.egg = 1.2.2
-zc.recipe.testrunner = 1.2.0
-ZConfig = 2.8.0
-zdaemon = 2.0.4
-ZODB3 = 3.9.5
 ZopeUndo = 2.12.0
+
+# Zope2 dependencies
+pytz = 2010b
+docutils = 0.6
+
+# ZTK
 zope.annotation = 3.5.0
 zope.broken = 3.6.0
 zope.browser = 1.3
@@ -75,3 +62,28 @@
 zope.testing = 3.9.4
 zope.traversing = 3.12.1
 zope.viewlet = 3.7.1
+
+# ZTK dependencies
+mechanize = 0.1.11
+ClientForm = 0.2.10
+
+# ZODB + dependencies
+transaction = 1.0.0
+zc.lockfile = 1.0.0
+ZConfig = 2.8.0
+zdaemon = 2.0.4
+ZODB3 = 3.9.5
+
+# toolchain
+Jinja2 = 2.3.1
+Pygments = 1.3.1
+python-gettext = 1.0
+Sphinx = 0.6.5
+distribute = 0.6.10
+setuptools= 0.6c11
+tl.eggdeps = 0.4
+z3c.recipe.depgraph = 0.5
+zc.buildout = 1.4.3
+zc.recipe.egg = 1.2.2
+zc.recipe.testrunner = 1.2.0
+



More information about the Zope-Checkins mailing list