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
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
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:
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
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