> 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 ge
-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/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/09/2013 12:22 PM, Jason R. Coombs wrote:
> Additionally, I released Distribute 0.7 to PyPI. This means that users
> who have Distribute 0.6.x can upgrade to setuptools 0.7 by simply
> invoking `easy_install -U distribute` (or `easy_install
> "dis
Based on the last thread, a few more tweaks to PEP 426:
* distlib added as a reference impl in Appendix A
* summary field is mandatory again
* explicitly advised against using line breaks in the summary and license fields
* cleaned up description of the standard setup.py based build system
(unifie