collective / buildout.python

Buildout all the Pythons
109 stars 47 forks source link

Use latest setuptools for Python 3.3, 3.4 and 3.5. #52

Closed mauritsvanrees closed 8 years ago

mauritsvanrees commented 8 years ago

The old ez_setup and/or setuptools is giving errors. This fixes #51. This ref pull request #40, doing it slightly differently: for more pythons, and using the latest setuptools instead of pinning. We could pin, or actually remove the 'easy_install -U setuptools' line. But at least we need to use the latest ez_setup.py. Or change the version there to install 7.0. Earlier versions fail.