[Checkins] SVN: megrok.chameleon/trunk/buildout.cfg * Test against groktoolkit versions.

Uli Fouquet uli at gnufix.de
Mon Feb 22 22:02:43 EST 2010


Log message for revision 109348:
  * Test against groktoolkit versions.
  
  * Remove setup of complete instance.
  

Changed:
  U   megrok.chameleon/trunk/buildout.cfg

-=-
Modified: megrok.chameleon/trunk/buildout.cfg
===================================================================
--- megrok.chameleon/trunk/buildout.cfg	2010-02-23 03:00:42 UTC (rev 109347)
+++ megrok.chameleon/trunk/buildout.cfg	2010-02-23 03:02:43 UTC (rev 109348)
@@ -1,72 +1,31 @@
 [buildout]
 develop = .
-parts = app data zopectl test
-find-links = http://download.zope.org/distribution/
-extends = http://grok.zope.org/releaseinfo/grok-1.0b2.cfg
+parts = interpreter test
+#extends = http://grok.zope.org/releaseinfo/grok-1.0.cfg
+extends = http://svn.zope.org/repos/main/groktoolkit/trunk/grok.cfg
 versions = versions
-newest = false
+#newest = false
 
 extensions = buildout.dumppickedversions
 
 [versions]
-zope.i18n = 3.5
-zope.testing = 3.7.0
-grokcore.view = 1.12.1
+#zope.i18n = 3.5  # Only for tests with grok <= 1.0.
 chameleon.core = 1.0.0
 chameleon.genshi = 1.0b4
 chameleon.zpt = 1.0.0
 sourcecodegen = 0.6.11
 z3c.pt = 1.0b16
+docutils = 0.6
+lxml = 2.2.4
 
-[data]
-recipe = zc.recipe.filestorage
-
-[app]
-recipe = zc.zope3recipes>=0.5.3:application
+[interpreter]
+recipe = zc.recipe.egg
 eggs = megrok.chameleon
-site.zcml = <include package="megrok.chameleon" />
-            <include package="zope.app.twisted" />
+interpreter = python
 
-            <unauthenticatedPrincipal id="zope.anybody"
-                                      title="Unauthenticated User" />
-            <unauthenticatedGroup id="zope.Anybody"
-                                  title="Unauthenticated Users" />
-            <authenticatedGroup id="zope.Authenticated"
-                                title="Authenticated Users" />
-            <everybodyGroup id="zope.Everybody"
-                            title="All Users" />
-            <principal id="zope.manager"
-                       title="Manager"
-                       login="grok"
-                       password_manager="Plain Text"
-                       password="grok"
-                       />
-
-            <!-- Replace the following directive if you do not want
-                 public access -->
-            <grant permission="zope.View"
-                   principal="zope.Anybody" />
-            <grant permission="zope.app.dublincore.view"
-                   principal="zope.Anybody" />
-
-            <role id="zope.Manager" title="Site Manager" />
-            <role id="zope.Member" title="Site Member" />
-            <grantAll role="zope.Manager" />
-            <grant role="zope.Manager"
-                   principal="zope.manager" />
-
-[data]
-recipe = zc.recipe.filestorage
-
-# this section named so that the start/stop script is called bin/zopectl
-[zopectl]
-recipe = zc.zope3recipes:instance
-application = app
-zope.conf = ${data:zconfig}
-
 [test]
 recipe = zc.recipe.testrunner
 eggs =
    megrok.chameleon
-   lxml
+   megrok.chameleon[test]
 defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the checkins mailing list