[Checkins] SVN: manuel/trunk/buildout.cfg a few small buildout tweaks

Benji York cvs-admin at zope.org
Thu Jan 24 02:43:13 UTC 2013


Log message for revision 129099:
  a few small buildout tweaks

Changed:
  U   manuel/trunk/buildout.cfg

-=-
Modified: manuel/trunk/buildout.cfg
===================================================================
--- manuel/trunk/buildout.cfg	2013-01-23 22:18:40 UTC (rev 129098)
+++ manuel/trunk/buildout.cfg	2013-01-24 02:43:12 UTC (rev 129099)
@@ -1,7 +1,7 @@
 [buildout]
 develop = .
 parts = test interpreter sphinx-docs-html build-docs
-#allow-picked-versions = false
+allow-picked-versions = false
 use-dependency-links = false
 versions = versions
 
@@ -9,7 +9,7 @@
 recipe = zc.recipe.testrunner
 eggs = manuel [tests]
 defaults = '--tests-pattern tests --exit-with-status -1 --auto-color'.split()
-working-directory = .
+working-directory = ${buildout:directory}
 
 [interpreter]
 recipe = zc.recipe.egg
@@ -37,6 +37,7 @@
 [versions]
 Jinja2 = 2.6
 Pygments = 1.5
+Sphinx = 1.1.3
 distribute = 0.6.26
 docutils = 0.8.1
 iw.recipe.cmd = 0.3
@@ -44,6 +45,8 @@
 six = 1.1.0
 sphinx = 1.1.3
 z3c.recipe.scripts = 1.0.1
+zc.buildout = 1.7.0
+zc.recipe.egg = 1.3.2
 zc.recipe.testrunner = 1.4.0
 zope.exceptions = 3.7.1
 zope.interface = 3.8.0



More information about the checkins mailing list