[Checkins] SVN: CMF/trunk/buildout-zope213.cfg give up on trying to work against zope 2.13 and trunk - the ZTK and buildout differences are too much at this point

Hano Schlichting cvs-admin at zope.org
Sat Mar 2 20:18:57 UTC 2013


Log message for revision 130014:
  give up on trying to work against zope 2.13 and trunk - the ZTK and buildout differences are too much at this point
  

Changed:
  D   CMF/trunk/buildout-zope213.cfg

-=-
Deleted: CMF/trunk/buildout-zope213.cfg
===================================================================
--- CMF/trunk/buildout-zope213.cfg	2013-03-02 20:17:46 UTC (rev 130013)
+++ CMF/trunk/buildout-zope213.cfg	2013-03-02 20:18:56 UTC (rev 130014)
@@ -1,56 +0,0 @@
-# CMF trunk + Zope 2.13 release
-
-[buildout]
-extends =
-    http://download.zope.org/zopetoolkit/index/1.0.7/zopeapp-versions.cfg
-    http://download.zope.org/Zope2/index/2.13.18/versions.cfg
-    versions.cfg
-allow-picked-versions = false
-parts =
-    test
-    scripts
-    zopepy
-eggs =
-    Products.CMFCalendar
-    Products.CMFCore
-    Products.CMFDefault
-    Products.CMFTopic
-    Products.CMFUid
-    Products.DCWorkflow
-    Products.GenericSetup
-develop =
-    src/Products.CMFCalendar
-    src/Products.CMFCore
-    src/Products.CMFDefault
-    src/Products.CMFTopic
-    src/Products.CMFUid
-    src/Products.DCWorkflow
-    src/Products.GenericSetup
-allowed-eggs-from-site-packages =
-unzip = true
-
-
-[test]
-recipe = zc.recipe.testrunner
-eggs =
-    Products.CMFCalendar [test]
-    Products.CMFCore [test]
-    Products.CMFDefault [test]
-    Products.CMFTopic [test]
-    Products.CMFUid
-    Products.DCWorkflow
-    Products.GenericSetup
-
-
-[scripts]
-recipe = z3c.recipe.scripts
-eggs =
-    ${buildout:eggs}
-    Zope2
-
-
-[zopepy]
-recipe = z3c.recipe.scripts
-eggs = ${buildout:eggs}
-interpreter = zopepy
-scripts = zopepy



More information about the checkins mailing list