[Checkins] SVN: z3c.recipe.compattest/trunk/s Fix documantation format, add a missing import.

Sylvain Viollon sylvain at infrae.com
Wed Jan 28 07:38:32 EST 2009


Log message for revision 95303:
  Fix documantation format, add a missing import.
  
  

Changed:
  U   z3c.recipe.compattest/trunk/setup.py
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/README.txt

-=-
Modified: z3c.recipe.compattest/trunk/setup.py
===================================================================
--- z3c.recipe.compattest/trunk/setup.py	2009-01-28 12:32:52 UTC (rev 95302)
+++ z3c.recipe.compattest/trunk/setup.py	2009-01-28 12:38:32 UTC (rev 95303)
@@ -1,3 +1,4 @@
+import os
 from setuptools import setup, find_packages
 
 

Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/README.txt
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/README.txt	2009-01-28 12:32:52 UTC (rev 95302)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/README.txt	2009-01-28 12:38:32 UTC (rev 95303)
@@ -13,15 +13,14 @@
 Add a part to your buildout.cfg that uses this recipe.
 No further configuration is required, but you can set the following options:
 
- - svn_url: SVN repository to search for packages
- - include: only packages matching this regex will be included
-   (default: '^zope\..*, ^grokcore\..*')
- - exclude: packages matching this regex will be excluded, even if they match
-   `include`
-    (default: a list of deprectated/obsolete zope.* packages, see
-    z3c.recipe.compattest.recipe for details)
- - script: the name of the runner script
-   (default: test-compat)
+- ``svn_url``: SVN repository to search for packages,
+- ``include``: only packages matching this regex will be included
+  (default:``^zope\..*``, ``^grokcore\..*``),
+- ``exclude``: packages matching this regex will be excluded, even if
+  they match ``include`` (default: a list of deprectated/obsolete
+  ``zope.*`` packages, see ``z3c.recipe.compattest.recipe`` for
+  details),
+- ``script``: the name of the runner script (default: test-compat).
 
 >>> cd(sample_buildout)
 >>> write('buildout.cfg', """
@@ -54,9 +53,10 @@
 #!/...python...
 ...main(...compattest-z3c.recipe.compattest...
 
-We take care about installing the test dependencies for the packages (from their
-extras_require['test']). Do demonstrate this, we declared a (superfluous) test
-dependency on zope.dottedname, which is picked up:
+We take care about installing the test dependencies for the packages
+(from their ``extras_require['test']``). Do demonstrate this, we
+declared a (superfluous) test dependency on ``zope.dottedname``, which is
+picked up:
 
 >>> cat('bin', 'compattest-z3c.recipe.compattest')
 #!/...python...



More information about the Checkins mailing list