Commit ff376951 authored by Hanno Schlichting's avatar Hanno Schlichting

Add z3c.checkversions and buildout.dumppickedversions to make maintenance of versions easier

parent 6950d08e
[buildout]
extensions = buildout.dumppickedversions
develop = .
parts =
test
......@@ -7,6 +9,7 @@ parts =
alltests
allpy
docs
checkversions
extends = versions.cfg
unzip = true
......@@ -78,8 +81,6 @@ eggs =
zope.traversing
zope.viewlet
defaults = ['--module', '!^(zope[.]app)[.]']
[allpy]
recipe = zc.recipe.egg
......@@ -91,3 +92,8 @@ scripts = allpy
[docs]
recipe = zc.recipe.egg
eggs = Sphinx
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions
......@@ -78,11 +78,12 @@ ZODB3 = 3.9.5
Jinja2 = 2.4.1
Pygments = 1.3.1
Sphinx = 0.6.5
buildout.dumppickedversions = 0.4
distribute = 0.6.12
setuptools= 0.6c11
tl.eggdeps = 0.4
z3c.checkversions = 0.2
z3c.recipe.depgraph = 0.5
zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2
zc.recipe.testrunner = 1.2.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment