Hi. On Fri, Jul 9, 2010 at 6:37 PM, Christophe Combelles <ccomb@free.fr> wrote:
http://svn.zope.org/zopetoolkit/trunk/ztk-versions.cfg?rev=114375&view=auto
is there any reason why the versions pinning of the toolchain are in the ztk-versions.cfg ? Packages such as z3c.recipe.depgraph, mr.developer, z3c.checkversions have nothing to do with the final frameworks nor the ZTK.
Shouldn't they be isolated to a [versions] section in the buildout?
We talked about this in one of our meetings :) Having the toolchain inside the ztk-versions.cfg makes it easier to extend the ZTK. Zope 2 just has to use a single extends= line and Grok just two (for the additional zopeapp-versions.cfg). Since we all use the toolchain anyways, we didn't see a point in separating them out. Hanno