[Checkins] SVN: z3c.recipe.paster/trunk/s required packages changed... fix tests, tho zc.buildout seems to be talky

Adam Groszer agroszer at gmail.com
Thu Jun 3 11:10:37 EDT 2010


Log message for revision 113005:
  required packages changed... fix tests, tho zc.buildout seems to be talky

Changed:
  U   z3c.recipe.paster/trunk/setup.py
  U   z3c.recipe.paster/trunk/src/z3c/recipe/paster/README.txt
  U   z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.txt
  U   z3c.recipe.paster/trunk/src/z3c/recipe/paster/paster.txt
  U   z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py

-=-
Modified: z3c.recipe.paster/trunk/setup.py
===================================================================
--- z3c.recipe.paster/trunk/setup.py	2010-06-03 13:35:16 UTC (rev 113004)
+++ z3c.recipe.paster/trunk/setup.py	2010-06-03 15:10:37 UTC (rev 113005)
@@ -98,6 +98,9 @@
             'zc.buildout',
             'zope.traversing',
             'zope.security',
+            'wsgi_intercept',
+            'mechanize',
+            'zope.testbrowser',
             ],
         ),
     install_requires = [

Modified: z3c.recipe.paster/trunk/src/z3c/recipe/paster/README.txt
===================================================================
--- z3c.recipe.paster/trunk/src/z3c/recipe/paster/README.txt	2010-06-03 13:35:16 UTC (rev 113004)
+++ z3c.recipe.paster/trunk/src/z3c/recipe/paster/README.txt	2010-06-03 15:10:37 UTC (rev 113005)
@@ -96,6 +96,7 @@
 
   >>> print system(join('bin', 'buildout')),
   Develop: '/sample-buildout/demo'
+  Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
   Installing var.
   Installing myapp.
   Generated script '/sample-buildout/bin/myapp'.

Modified: z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.txt
===================================================================
--- z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.txt	2010-06-03 13:35:16 UTC (rev 113004)
+++ z3c.recipe.paster/trunk/src/z3c/recipe/paster/debug.txt	2010-06-03 15:10:37 UTC (rev 113005)
@@ -91,10 +91,12 @@
 
   >>> print system(join('bin', 'buildout')),
   Develop: '/sample-buildout/sample'
+  Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
   Installing var.
   Installing myapp.
   Generated script '/sample-buildout/bin/myapp'.
   Installing mydebug.
+  Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
   Generated script '/sample-buildout/bin/mydebug'.
 
 Now check if the setup was correct:

Modified: z3c.recipe.paster/trunk/src/z3c/recipe/paster/paster.txt
===================================================================
--- z3c.recipe.paster/trunk/src/z3c/recipe/paster/paster.txt	2010-06-03 13:35:16 UTC (rev 113004)
+++ z3c.recipe.paster/trunk/src/z3c/recipe/paster/paster.txt	2010-06-03 15:10:37 UTC (rev 113005)
@@ -74,6 +74,7 @@
 
   >>> print system(join('bin', 'buildout')),
   Develop: '/sample-buildout/sample'
+  Couldn't find index page for 'wsgi_intercept' (maybe misspelled?)
   Installing mypaster.
   Generated script '/sample-buildout/bin/mypaster'.
 

Modified: z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py
===================================================================
--- z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py	2010-06-03 13:35:16 UTC (rev 113004)
+++ z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py	2010-06-03 15:10:37 UTC (rev 113005)
@@ -69,9 +69,12 @@
     zc.buildout.testing.install('zope.site', test)
     zc.buildout.testing.install('zope.size', test)
     zc.buildout.testing.install('zope.testing', test)
+    zc.buildout.testing.install('zope.testbrowser', test)
     zc.buildout.testing.install('zope.traversing', test)
     zc.buildout.testing.install('zope.contenttype', test)
     zc.buildout.testing.install('zope.app.debug', test)
+    zc.buildout.testing.install('wsgi_intercept', test)
+    zc.buildout.testing.install('mechanize', test)
     zc.buildout.testing.install_develop('z3c.recipe.paster', test)
 
 checker = renormalizing.RENormalizing([



More information about the checkins mailing list