Re: New: py-setuptools

2006-09-21 Thread Damien Miller
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

Re: New: py-setuptools

2006-09-21 Thread Joerg Zinke
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 depe

Re: New: py-setuptools

2006-09-20 Thread Damien Miller
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... -d On Mon, 18 Sep 2006, Damien Miller wrote:

Re: New: py-setuptools

2006-09-18 Thread Will Maier
On Mon, Sep 18, 2006 at 04:11:08AM +1000, Damien Miller wrote: > Attached is a port of "setuptools" for Python. setuptools is a > mostly-compatible replacement for the standard distutils library > that lots of packages are starting to require. [...] > Also attached is a patch to lang/python/python

New: py-setuptools

2006-09-17 Thread Damien Miller
Hi, Attached is a port of "setuptools" for Python. setuptools is a mostly-compatible replacement for the standard distutils library that lots of packages are starting to require. It also provides a CPAN-like "easy_install" program to locate and install Python modules, though (also like CPAN) pac