[Checkins] SVN: z3c.pt/trunk/buildout.cfg Fixed buildout.

Malthe Borch mborch at gmail.com
Thu Feb 19 12:20:42 EST 2009


Log message for revision 96775:
  Fixed buildout.

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

-=-
Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2009-02-19 17:19:45 UTC (rev 96774)
+++ z3c.pt/trunk/buildout.cfg	2009-02-19 17:20:42 UTC (rev 96775)
@@ -1,25 +1,28 @@
 [buildout]
-develop = . benchmark
-    
+develop = . benchmark ../chameleon.core ../chameleon.zpt ../sourcecodegen
+
 parts =
-    test
-    test-nolxml
-    benchmark
-    py
-    py-nolxml
+   lxml
+   test
+   benchmark
+   py
+   
+versions = versions
 
+[versions]
+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
 eggs =
    z3c.pt [lxml]
 
-[test-nolxml]
-recipe = zc.recipe.testrunner
-environment = test-environment
-eggs =
-   z3c.pt
-
 [test-environment]
 Z3C_PT_DEBUG = False
 
@@ -43,10 +46,3 @@
 interpreter = py
 environment = benchmark-environment
 scripts = sphinx-build
-
-[py-nolxml]
-recipe = zc.recipe.egg
-eggs =
-    z3c.pt
-interpreter = py-nolxml
-environment = benchmark-environment



More information about the Checkins mailing list