[Checkins] SVN: CMF.buildout/trunk/buildout.cfg Drop the 'test-zope121' part, and the pins to support it.

Tres Seaver tseaver at palladion.com
Wed Mar 31 14:57:56 EDT 2010


Log message for revision 110379:
  Drop the 'test-zope121' part, and the pins to support it.

Changed:
  U   CMF.buildout/trunk/buildout.cfg

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2010-03-31 18:28:53 UTC (rev 110378)
+++ CMF.buildout/trunk/buildout.cfg	2010-03-31 18:57:56 UTC (rev 110379)
@@ -1,15 +1,12 @@
 # CMF trunk + Zope trunk
 
 [buildout]
-extensions = buildout.dumppickedversions
-
 extends = src/Zope2/versions.cfg
 parts =
     zope2
     instance
     zopepy
     test
-    test-zope212
     i18n-cmfcalendar
     i18n-cmfdefault
 eggs =
@@ -34,39 +31,10 @@
     src/five.localsitemanager
 
 [versions]
-# Override of a Zope2 trunk version pin
-zope.sendmail = 3.5.1
-# CMF-only dependencies
 five.formlib = 1.0.2
-plone.recipe.zope2instance = 4.0a4
-z3c.recipe.i18n = 0.7.0
-zope.authentication = 3.7.0
-zope.cachedescriptors = 3.5.0
-zope.componentvocabulary = 1.0
-zope.copy = 3.5.0
-zope.copypastemove = 3.5.2
-zope.deprecation = 3.4.0
-zope.dublincore = 3.4.3
-zope.error = 3.6.0
+plone.recipe.zope2instance = 4.0a1
 zope.formlib = 3.10.0
-zope.hookable = 3.4.1
-zope.minmax = 1.1.1
-zope.password = 3.5.1
-zope.session = 3.9.2
-zope.app.applicationcontrol = 3.5.0
-zope.app.appsetup = 3.11
-zope.app.component = 3.8.3
-zope.app.container = 3.8.0
-zope.app.debug = 3.4.1
-zope.app.dependable = 3.4.0
 zope.app.form = 3.12.1
-zope.app.locales = 3.5.1
-zope.app.pagetemplate = 3.7.1
-zope.app.publication = 3.7.0
-zope.app.publisher = 3.8.3
-zope.app.schema = 3.5.0
-zope.app.testing = 3.6.2
-zLOG = 2.11.1
 
 [zope2]
 recipe = zc.recipe.egg
@@ -91,14 +59,6 @@
 eggs = ${buildout:eggs}
 defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
 
-[test-zope212]
-recipe = zc.recipe.testrunner
-index = http://download.zope.org/Zope2/index/2.12.3/
-eggs =
-    Zope2 == 2.12.3
-    ${buildout:eggs}
-defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
-
 [i18n-cmfcalendar]
 recipe = z3c.recipe.i18n:i18n
 eggs =



More information about the checkins mailing list