[Checkins] SVN: z3c.pt/trunk/buildout.cfg Preparing Sphinx environment.

Malthe Borch mborch at gmail.com
Fri Mar 6 12:33:15 EST 2009


Log message for revision 97594:
  Preparing Sphinx environment.

Changed:
  U   z3c.pt/trunk/buildout.cfg

-=-
Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2009-03-06 15:36:49 UTC (rev 97593)
+++ z3c.pt/trunk/buildout.cfg	2009-03-06 17:33:15 UTC (rev 97594)
@@ -1,22 +1,28 @@
 [buildout]
-develop = . benchmark ../chameleon.core ../chameleon.zpt ../sourcecodegen
-
-parts =
-   lxml
-   test
-   benchmark
-   py
-   
+develop = . benchmark
+parts = test benchmark py
 versions = versions
 
 [versions]
+zope.component = 3.5.1
+zope.configuration = 3.4.1
+zope.deferredimport = 3.4.0
+zope.deprecation = 3.4.0
+zope.dottedname = 3.4.5
+zope.event = 3.4.0
+zope.exceptions = 3.5.2
+zope.hookable = 3.4.0
+zope.i18n = 3.6.0
+zope.i18nmessageid = 3.4.3
+zope.interface = 3.5.0
+zope.location = 3.5.1
+zope.proxy = 3.5.0
+zope.publisher = 3.5.4
+zope.schema = 3.5.1
+zope.security = 3.6.0
 zope.testing = 3.7.1
 zc.recipe.testrunner = 1.1.0
 
-[lxml]
-recipe = z3c.recipe.staticlxml
-egg = lxml==2.1.2
-
 [test]
 recipe = zc.recipe.testrunner
 environment = test-environment
@@ -24,7 +30,8 @@
    z3c.pt [lxml]
 
 [test-environment]
-Z3C_PT_DEBUG = False
+CHAMELEON_DEBUG = False
+CHAMELEON_CACHE = False
 
 [benchmark]
 recipe = zc.recipe.testrunner
@@ -34,7 +41,8 @@
    benchmark
 
 [benchmark-environment]
-Z3C_PT_DEBUG = False
+CHAMELEON_DEBUG = False
+CHAMELEON_CACHE = False
 zope_i18n_allowed_languages = en, da, de
 
 [py]



More information about the Checkins mailing list