13 May
2008
13 May
'08
8:55 p.m.
Maurits van Rees wrote:
Without having tried pure Zope 3, only Grok --- I have been working on grokproject during the Grokkerdam sprint --- the following in buildout.cfg should work just as well:
find-links = http://download.zope.org/distribution/ extends = http://download.zope.org/zope3.4/versions.cfg versions = versions
The find-links is needed because it has some package versions that were never released on the cheese shop. The versions.cfg defines which versions are actually used.
What packages are not released on PyPI yet? I was under the impression that find-links is no longer needed.