On Thu, 21 Sep 2006, Joerg Zinke wrote: > On Thu, 21 Sep 2006 16:54:50 +1000 (EST) > Damien Miller <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Any comments on this? I'm particulalry interested in comments/criticsm > > of the changes to python.port.mk > > > > Once this is in, I have a complete port of the Pylons web application > > framework and its dependencies (inc. SQLObject and SQLAlchemy) > > ready... > > does this mean your port of pylons will install pylons (and it's > dependencies - i.e. sqlobject) via easy_install? > does this mean, future python ports like sqlobject, turbogears, > pylons, ... will install like this?
No. They will be installed using setuptools "single version, externally managed" mode. I.e they will be managed by the OpenBSD ports/packages system and not by setuptools. So I agree with everything else you wrote, but it doesn't apply to what I'm doing :) -d
