Re: [Distutils] Setuptools 0.7.2 and Distribute 0.7 (compatibility wrapper) on PyPI
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/24/2013 04:44 PM, Jason R. Coombs wrote:
I had to pull distribute 0.7 because older versions of pip couldn't handle the upgrade.
You mean 'pip install -U distribute' fails with distribute 0.7? This works for me in a brand-new virtualenv w/ distribute: $ bin/pip install \ --find-links=https://bitbucket.org/pypa/setuptools/downloads/ \ -U distribute
I'll be re-adding distribute 0.7 back to PyPI following the new release of pip. Can you test by pointing to the bitbucket downloads in the short term?
Can you tell me about what issues the buildout users are experiencing? Are they trying to upgrade a buildout from distribute to setuptools? Or is there an issue with creating new buildouts against the latest setuptools?
No issue with the latest setuptools. The "prevent setuptools installation at all costs" behavior of distribute 0.6.x kills the buildout (or its bootstrap) which tries to install setuptools 0.7.2. If there was a clean way to upgrade from distribute 0.6 before running the bootstrap, that would be enough: but then, that was what distribute 0.7 was supposed to do. :(
I'm hesitant to release Distribute 0.7 because even the latest version will break the 'easy_install' scripts for users who upgrade via pip. Actually, on second thought, pip users might consider that a feature.
pip users can't spell easy_install, so you should be safe. :)
If there's going to be a re-release of distribute 0.7, it'll need to be coordinated with the pip and virtualenv releases, which we're planning for the weekend after next (Jul 6). I know that's a long time, but I'm hoping there's a suitable workaround for buildout. If not, then getting an updated distribute (and possibly pip) out sooner (even without immediate) virtualenv support might be possible.
Where are the problems pip users reported with distribute 0.7 archived? Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlHItfQACgkQ+gerLs4ltQ5PWQCdHenszGzMEbOXgzmHyIKK/EwW X4oAnRE7uAYmBQE97gabYiWFbjRA1Egz =/k4B -----END PGP SIGNATURE-----
If there's going to be a re-release of distribute 0.7, it'll need to
be coordinated with the pip and virtualenv releases, which we're planning for the weekend after next (Jul 6). I know that's a long time, but I'm hoping there's a suitable workaround for buildout. If not, then getting an updated distribute (and possibly pip) out sooner (even without immediate) virtualenv support might be possible.
Where are the problems pip users reported with distribute 0.7 archived?
issue and discussion: https://github.com/pypa/pip/issues/986 associated pull: https://github.com/pypa/pip/pull/992 Marcus
participants (2)
-
Marcus Smith
-
Tres Seaver