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] [buildout]
extensions = buildout.dumppickedversions
develop = . develop = .
parts = parts =
test test
...@@ -7,6 +9,7 @@ parts = ...@@ -7,6 +9,7 @@ parts =
alltests alltests
allpy allpy
docs docs
checkversions
extends = versions.cfg extends = versions.cfg
unzip = true unzip = true
...@@ -78,8 +81,6 @@ eggs = ...@@ -78,8 +81,6 @@ eggs =
zope.traversing zope.traversing
zope.viewlet zope.viewlet
defaults = ['--module', '!^(zope[.]app)[.]']
[allpy] [allpy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
...@@ -91,3 +92,8 @@ scripts = allpy ...@@ -91,3 +92,8 @@ scripts = allpy
[docs] [docs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = Sphinx eggs = Sphinx
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions
...@@ -78,11 +78,12 @@ ZODB3 = 3.9.5 ...@@ -78,11 +78,12 @@ ZODB3 = 3.9.5
Jinja2 = 2.4.1 Jinja2 = 2.4.1
Pygments = 1.3.1 Pygments = 1.3.1
Sphinx = 0.6.5 Sphinx = 0.6.5
buildout.dumppickedversions = 0.4
distribute = 0.6.12 distribute = 0.6.12
setuptools= 0.6c11 setuptools= 0.6c11
tl.eggdeps = 0.4 tl.eggdeps = 0.4
z3c.checkversions = 0.2
z3c.recipe.depgraph = 0.5 z3c.recipe.depgraph = 0.5
zc.buildout = 1.4.3 zc.buildout = 1.4.3
zc.recipe.egg = 1.2.2 zc.recipe.egg = 1.2.2
zc.recipe.testrunner = 1.2.0 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