5 Apr
2009
5 Apr
'09
6:26 a.m.
Chris Withers wrote at 2009-4-2 20:42 +0100:
...
KGS the concept is very easy to implement; you just make available on some URL a buildout versions.cfg, or you run your own package index.
OK, the former I can see happening on an end-user project, the latter is just too much work.
Tres has earlier proposed a meta egg to represent "versions.cfg" in a setuptools only (non buildout) environment. A meta egg is an egg that only list dependencies and does not contain code of its own. -- Dieter