[Checkins] SVN: Zope2.buildout/trunk/ Reduce the number of develop dependencies. Almost none left

Hanno Schlichting plone at hannosch.info
Mon Jan 26 15:41:20 EST 2009


Log message for revision 95054:
  Reduce the number of develop dependencies. Almost none left
  

Changed:
  U   Zope2.buildout/trunk/buildout.cfg
  U   Zope2.buildout/trunk/configure
  _U  Zope2.buildout/trunk/develop/
  U   Zope2.buildout/trunk/versions-zope2.cfg

-=-
Modified: Zope2.buildout/trunk/buildout.cfg
===================================================================
--- Zope2.buildout/trunk/buildout.cfg	2009-01-26 20:28:02 UTC (rev 95053)
+++ Zope2.buildout/trunk/buildout.cfg	2009-01-26 20:41:20 UTC (rev 95054)
@@ -1,13 +1,7 @@
 [buildout]
 develop =
     .
-    develop/zope.copypastemove
-    develop/zope.dublincore
-    develop/zope.formlib
     develop/zope.sendmail
-    develop/zope.viewlet
-    develop/zope.app.http
-    develop/zope.app.locales
 parts =
     test
     omelette

Modified: Zope2.buildout/trunk/configure
===================================================================
--- Zope2.buildout/trunk/configure	2009-01-26 20:28:02 UTC (rev 95053)
+++ Zope2.buildout/trunk/configure	2009-01-26 20:41:20 UTC (rev 95054)
@@ -7,22 +7,19 @@
 #                    BEGIN EDITABLE PARAMETERS                      #
 #####################################################################
 
-# Place the Zope major version number below.
-ZOPE_VERS=2.10
-
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.4.5"
+TARGET="2.5.4"
 
 # Order a list of "acceptable" python version numbers (as returned by
 # sys.version) below in "best" to "worst" order, not including the
 # target version.  Up to six acceptable python versions are allowed.
 # Do not include the target version number in this list!
-ACCEPTABLE="2.4.4"
+ACCEPTABLE="2.6.1"
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below
-EXENAMES="python python2 python2.4"
+EXENAMES="python python2 python2.5 python2.6"
 
 #####################################################################
 #                    END EDITABLE PARAMETERS                        #
@@ -56,7 +53,8 @@
     echo "  --no-compile        Dont compile Python bytecode"
     echo
     echo " Given no options, configure will search your PATH for a suitable"
-    echo " Python interpreter and will use '/opt/Zope-$ZOPE_VERS' as a prefix."
+    echo " Python interpreter and will use '/opt/Zope-<ZOPE_MAJOR_VERSION>'"
+    echo " as a prefix."
     echo
 }
 


Property changes on: Zope2.buildout/trunk/develop
___________________________________________________________________
Modified: svn:externals
   - zope.sendmail svn://svn.zope.org/repos/main/zope.sendmail/trunk
zope.copypastemove svn://svn.zope.org/repos/main/zope.copypastemove/trunk
zope.dublincore svn://svn.zope.org/repos/main/zope.dublincore/trunk
zope.formlib svn://svn.zope.org/repos/main/zope.formlib/trunk
zope.viewlet svn://svn.zope.org/repos/main/zope.viewlet/trunk
zope.app.http svn://svn.zope.org/repos/main/zope.app.http/trunk
zope.app.locales svn://svn.zope.org/repos/main/zope.app.locales/trunk


   + zope.sendmail svn://svn.zope.org/repos/main/zope.sendmail/trunk



Modified: Zope2.buildout/trunk/versions-zope2.cfg
===================================================================
--- Zope2.buildout/trunk/versions-zope2.cfg	2009-01-26 20:28:02 UTC (rev 95053)
+++ Zope2.buildout/trunk/versions-zope2.cfg	2009-01-26 20:41:20 UTC (rev 95054)
@@ -25,30 +25,30 @@
 zope.browser = 0.5.0
 zope.component = 3.5.1
 zope.configuration = 3.4.1
-zope.copypastemove = 3.5.0dev
+zope.copypastemove = 3.4.1
 zope.dottedname = 3.4.3
-zope.dublincore = 3.4.1dev
+zope.dublincore = 3.4.1
 zope.exceptions = 3.5.2
-zope.formlib = 3.5.0dev
+zope.formlib = 3.5.0
 zope.i18n = 3.6.0
 zope.interface = 3.5.0
 zope.publisher = 3.5.4
 zope.schema = 3.5.0a1
 zope.security = 3.5.2
-zope.sendmail = 3.5.1-dev
+zope.sendmail = 3.5.2dev
 zope.server = 3.5.0
 zope.session = 3.7.1
 zope.testbrowser = 3.6.0a1
 zope.traversing = 3.5.0a4
-zope.viewlet = 3.5.0dev
+zope.viewlet = 3.5.0
 zope.app.appsetup = 3.8.0
 zope.app.authentication = 3.4.4
 zope.app.component = 3.5.0
 zope.app.container = 3.6.2
 zope.app.error = 3.5.2
 zope.app.form = 3.7.0
-zope.app.http = 3.4.2dev
-zope.app.locales = 3.5.0dev
+zope.app.http = 3.4.2
+zope.app.locales = 3.5.0
 zope.app.publication = 3.5.0
 zope.app.publisher = 3.5.2
 zope.app.schema = 3.5.0



More information about the Checkins mailing list