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

Malthe Borch mborch at gmail.com
Thu Apr 16 05:34:37 EDT 2009


Log message for revision 99208:
  Fixed buildout.

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

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2009-04-16 08:56:16 UTC (rev 99207)
+++ five.pt/trunk/buildout.cfg	2009-04-16 09:34:37 UTC (rev 99208)
@@ -8,24 +8,25 @@
 
 parts =
     lxml
-    zope2
     test
 
-eggs = five.pt
+eggs =
+   five.pt
+   zopelib
 
 versions = versions
 
-[zope2]
-recipe = repoze.recipe.egg
-eggs =
-   ${buildout:eggs}
-   repoze.zope2
-
 [versions]
+chameleon.core = 1.0b28
+chameleon.zpt = 1.0b14
+z3c.pt = 1.0b14
 zope.testing = 3.7.1
 zope.i18n = 3.6.0
 lxml = 2.1.5
 setuptools = 0.6c9
+zopelib = 2.10.7.0
+repoze.recipe.egg = 0.1
+zc.buildout = 1.2.1
 
 [lxml]
 recipe = z3c.recipe.staticlxml
@@ -34,7 +35,6 @@
 [test]
 recipe = zc.recipe.testrunner<1.1dev
 eggs = ${buildout:eggs}
-       z3c.pt
 defaults = ['-m', 'five.pt']
 environment = test-environment
 



More information about the Checkins mailing list