[Checkins] SVN: CMF/trunk/ - re-added buildout-zope213.cfg

Yvo Schubbe cvs-admin at zope.org
Tue Oct 15 11:35:31 CEST 2013


Log message for revision 130334:
  - re-added buildout-zope213.cfg
  - updated some versions

Changed:
  U   CMF/trunk/README.txt
  A   CMF/trunk/buildout-zope213.cfg
  U   CMF/trunk/buildout.cfg
  U   CMF/trunk/versions.cfg

-=-
Modified: CMF/trunk/README.txt
===================================================================
--- CMF/trunk/README.txt	2013-10-15 08:35:01 UTC (rev 130333)
+++ CMF/trunk/README.txt	2013-10-15 09:35:30 UTC (rev 130334)
@@ -2,51 +2,51 @@
 CMF dev buildouts
 =================
 
---------------------------
-Build CMF 2.3 + Zope trunk
---------------------------
+----------------------------
+Build CMF trunk + Zope trunk
+----------------------------
 
 Introduction
 ============
 
-Builds CMF 2.3 from develop eggs located in ``src``. This buildout is usually
-used for developing CMF 2.3 on its primary target platform: Zope trunk and
+Builds CMF trunk from develop eggs located in ``src``. This buildout is usually
+used for developing CMF trunk on its primary target platform: Zope trunk and
 five.localsitemanager trunk.
 
 Dependencies
 ============
 
-Requires Python 2.6
+Requires Python 2.6 or 2.7
 
 Usage
 =====
 ::
 
-  $ python2.6 bootstrap.py
+  $ python2.7 bootstrap.py
   $ ./bin/buildout
   $ ./bin/test
   $ ./bin/instance
 
----------------------------------
-Build CMF 2.3 + Zope 2.13 release
----------------------------------
+-----------------------------------
+Build CMF trunk + Zope 2.13 release
+-----------------------------------
 
 Introduction
 ============
 
-Builds CMF 2.3 from develop eggs located in ``src``. This buildout is usually
-used for testing CMF 2.3 on a different platform: The latest Zope 2.13 and
+Builds CMF trunk from develop eggs located in ``src``. This buildout is usually
+used for testing CMF trunk on a different platform: The latest Zope 2.13 and
 five.localsitemanager 2.0 releases.
 
 Dependencies
 ============
 
-Requires Python 2.6
+Requires Python 2.6 or 2.7
 
 Usage
 =====
 ::
 
-  $ python2.6 bootstrap.py
+  $ python2.7 bootstrap.py
   $ ./bin/buildout -c buildout-zope213.cfg
   $ ./bin/test

Copied: CMF/trunk/buildout-zope213.cfg (from rev 130333, CMF/branches/2.3/buildout-zope213.cfg)
===================================================================
--- CMF/trunk/buildout-zope213.cfg	                        (rev 0)
+++ CMF/trunk/buildout-zope213.cfg	2013-10-15 09:35:30 UTC (rev 130334)
@@ -0,0 +1,56 @@
+# CMF trunk + Zope 2.13 release
+
+[buildout]
+extends =
+    http://download.zope.org/zopetoolkit/index/1.0.8/zopeapp-versions.cfg
+    http://download.zope.org/Zope2/index/2.13.21/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

Modified: CMF/trunk/buildout.cfg
===================================================================
--- CMF/trunk/buildout.cfg	2013-10-15 08:35:01 UTC (rev 130333)
+++ CMF/trunk/buildout.cfg	2013-10-15 09:35:30 UTC (rev 130334)
@@ -43,6 +43,11 @@
 sources-dir = develop
 
 
+[versions]
+# ZTK KGS overrides
+ZODB3 = 3.10.5 ;# XXX: Products.ZCatalog 3.0 doesn't work with BTrees 4
+
+
 [test]
 recipe = zc.recipe.testrunner
 initialization =

Modified: CMF/trunk/versions.cfg
===================================================================
--- CMF/trunk/versions.cfg	2013-10-15 08:35:01 UTC (rev 130333)
+++ CMF/trunk/versions.cfg	2013-10-15 09:35:30 UTC (rev 130334)
@@ -3,7 +3,8 @@
 mr.developer = 1.22
 zc.buildout = 1.7.1
 zc.recipe.egg = 1.3.2
-ZODB3 = 3.10.5 ;# XXX: Products.ZCatalog 3.0 doesn't work with BTrees 4
+zc.recipe.testrunner = 2.0.0
+zope.testrunner = 4.4.1
 
 # CMF dependencies
 five.globalrequest = 1.0
@@ -13,8 +14,10 @@
 
 # CMF toolchain
 mailinglogger = 3.7
-pkginfo = 1.0b2
-plone.recipe.zope2instance = 4.2.10
+pkginfo = 1.1
+plone.recipe.zope2instance = 4.2.13
+repoze.sphinx.autointerface = 0.7.1
+six = 1.4.1
 z3c.recipe.i18n = 0.8.1
 z3c.recipe.scripts = 1.0.1
 zope.app.applicationcontrol = 3.5.10



More information about the checkins mailing list