[Checkins] SVN: grok/trunk/buildout.cfg * put in a requirement for ZODB 3.8.0b2 (windows released version)

Martijn Faassen faassen at infrae.com
Tue Aug 21 17:59:15 EDT 2007


Log message for revision 79103:
  * put in a requirement for ZODB 3.8.0b2 (windows released version)
    for the docs section. Not doing this would cause the buildout to
    fail on windows.
  
  * use ppix as the index. This is experimental, but at least on my
    machine I couldn't get pytz installed without it. This is definitely
    some weirdness though, so we might take this out again if this causes
    problems.
  

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2007-08-21 21:55:27 UTC (rev 79102)
+++ grok/trunk/buildout.cfg	2007-08-21 21:59:14 UTC (rev 79103)
@@ -2,10 +2,14 @@
 develop = . doc grokwiki
 parts = docs grokwiki zopectl data test
 find-links = http://download.zope.org/distribution/
+index = http://download.zope.org/ppix
+eggs-directory = eggs
+download-cache = download-cache
 
 [docs]
 recipe = zc.recipe.egg
 eggs = grokdocs
+       ZODB3 == 3.8.0b2
 
 [grokwiki]
 recipe = zc.zope3recipes>=0.5.3:application
@@ -52,5 +56,6 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = grok
+eggs = grok 
+       ZODB3==3.8.0b2
 defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list