[Checkins] SVN: grok/trunk/buildout.cfg remove unnecessary parts from the buildout.cfg like the compattests as they are handled in the grok toolkit

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Oct 26 06:39:34 EDT 2010


Log message for revision 117884:
  remove unnecessary parts from the buildout.cfg like the compattests as they are handled in the grok toolkit

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2010-10-26 10:24:44 UTC (rev 117883)
+++ grok/trunk/buildout.cfg	2010-10-26 10:39:33 UTC (rev 117884)
@@ -6,11 +6,8 @@
     grokwiki
     mkdirs
     test
-    compattest
-    test-grokcore
     zpasswd
-    zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
-    bundlemaker
+    zope_conf site_zcml deploy_ini debug_ini
 develop =
     .
     grokdocs
@@ -52,26 +49,6 @@
     grok[test]
 defaults = ['--tests-pattern', '^f?tests$', '-v']
 
-[compattest]
-recipe = z3c.recipe.compattest >= 0.12.1
-include-dependencies = grok
-
-[test-grokcore]
-recipe = zc.recipe.testrunner
-defaults = ['--tests-pattern', '^f?tests$', '-v']
-eggs =
-    grok
-    grok[test]
-    martian
-    grokcore.annotation
-    grokcore.component
-    grokcore.content
-    grokcore.formlib
-    grokcore.security
-    grokcore.site
-    grokcore.view
-    grokcore.viewlet
-
 # This section is named so that the zpasswd utility is
 # called `zpasswd`
 [zpasswd]
@@ -92,11 +69,6 @@
 input = etc/site.zcml.in
 output = ${buildout:parts-directory}/etc/site.zcml
 
-[zdaemon_conf]
-recipe = z3c.recipe.template
-input = etc/zdaemon.conf.in
-output = ${buildout:parts-directory}/etc/zdaemon.conf
-
 [deploy_ini]
 recipe = z3c.recipe.template
 input = etc/deploy.ini.in
@@ -106,8 +78,3 @@
 recipe = z3c.recipe.template
 input = etc/debug.ini.in
 output = ${buildout:parts-directory}/etc/debug.ini
-
-[bundlemaker]
-recipe = z3c.recipe.eggbasket:creator
-egg = grok
-versionfile = http://grok.zope.org/releaseinfo/grok-1.1a2.cfg



More information about the checkins mailing list