You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TamPy Bay Python meetup google group
Hi Everybody,
I have been seeing very occasional references to some kind work on a replacement for easy_install (the setuptools package on PyPI). I finally made an initial effort to investigate and thought I'd share what I found...
The replacements appear to be distribute (replacing setuptools) and pip (the executable replacing easy_install), along with several PEPs for changes to Python's distutils package.
This post to python-dev (Oct 8, 2009) provides a status update:
I didn't spend too long on this, but it seems that:
distribute and pip will remain outside of the Python standard library (like setuptools/easy_install currently is).
the PEPs for updates to distutils are moving very slowly.
I guess there is at least some kind of push to get something into Python 2.7 and Python 3.2, but it's unclear how certain that is.
This came up for me because I've just finished 2 back-to-back Pyke releases that ended up being focused on migrating from subversion to mercurial and overhauling the release packaging and installation process for Pyke. I decided to drop the dependency on setuptools and easy_install, and both the packaging and the installation got easier! I'm not saying that setuptools and/or easy_install are bad things, just that this whole distribution process is quite complicated and "it's not soup yet"...
-Bruce
Doug Harris
unread,
Nov 6, 2009, 9:55:37 AM11/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TamPy Bay
James Bennett (Django's release manager and author of at least one
django book) wrote a couple lengthy blog posts on these in Dec. 2008.
These discuss more of the why rather than the "what's happening next"
On Nov 5, 11:57 am, Bruce Frederiksen <dangy...@gmail.com> wrote:
> Hi Everybody,
>
> I have been seeing very occasional references to some kind work on a
> replacement for easy_install (the
> easy_install), along with several PEPs for changes to Python's distutils
> package.
>
> This post to python-dev (Oct 8, 2009) provides a status update:
>
>
> I didn't spend too long on this, but it seems that:
>
> 1. distribute and pip will remain outside of the Python standard library
> (like setuptools/easy_install currently is).
> 2. the PEPs for updates to distutils are moving very slowly.