- 14 Dec, 2014 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Setuptools8
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 25 Nov, 2014 1 commit
-
-
Godefroid Chapelle authored
Add option to bootstrap.py to pin setuptools version
-
- 10 Nov, 2014 4 commits
-
-
Godefroid Chapelle authored
Merge branch 'pin_setuptools_in_bootstrap' of github.com:buildout/buildout into pin_setuptools_in_bootstrap
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
- 06 Nov, 2014 3 commits
-
-
Marius Gedminas authored
PKG-INFO for setuptools 3.3 has non-ASCII characters. This causes two test failures on Python 2, one of them rather unobvious (testing_bugfix.txt complains about the different number of logging handlers, of all things).
-
Marius Gedminas authored
This simplifies testing all Python versions to 'tox'. Unfortunately detox cannot be used to run the tests in parallel since dev.py scribbles directly into the top-level of the source tree (in bin/).
-
Marius Gedminas authored
Tests with Python 3.4 passed on Travis, for a bit.
-
- 04 Nov, 2014 8 commits
-
-
Alex Clark authored
Contains fix for #198
-
Alex Clark ☺ authored
Fix for the #198 fix
-
Marius Gedminas authored
Should fix https://travis-ci.org/buildout/buildout/jobs/39918144
-
Marius Gedminas authored
Closes #203 Some background: PEP 453 introduced the 'ensurepip' module to Python 3.4. 'make install' runs 'python3.4 -m ensurepip' which installs setuptools into site-packages. Our test suite doesn't like that. Luckily, Python's ./configure has an option to disable ensurepip.
-
Marius Gedminas authored
Travis thinks something is wrong when the script produces no output in 10 minutes, which leads to sporadic test failures like https://travis-ci.org/buildout/buildout/jobs/39916822
-
Marius Gedminas authored
If PYTHON_VER is not known to the Makefile, don't fall back to PYTHON_MINOR of 2.7.3, instead ask the user to specify a correct PYTHON_MINOR explicitly. Otherwise you get weird failures like #203. Also allow the user to override PYTHON_MINOR on the `make` command line, e.g. make PYTHON_VER=3.3 PYTHON_MINOR=3.3.6
-
Marius Gedminas authored
Closes #202.
-
Reinout van Rees authored
-
- 03 Nov, 2014 2 commits
-
-
Reinout van Rees authored
Perhaps older versions also support this option, but at least 0.7.2 does not. So I picked the oldest version I had handy in my buildout egg cache...
-
Reinout van Rees authored
A working_set passed into install() is the sign that we're called from buildout.py to install buildout, setuptools, an extension or a recipe. Those need the global pkg_resources.working_set, for instance to load entry points. So... conflicts with global packages are possible, but they should be ignored so that we can grab the right versions ourselves. The paths that end up in the bin scripts that we generate are OK.
-
- 01 Nov, 2014 4 commits
-
-
Alex Clark authored
-
Alex Clark authored
-
Alex Clark authored
-
Alex Clark ☺ authored
Fix for buildout 2.2.3 upgrade/downgrade problems
-
- 31 Oct, 2014 9 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
non-matching versions. Ignoring version conflicts for buildout and setuptools, this enables buildout/setuptools upgrades/downgrades after a bootstrap.
-
Reinout van Rees authored
-
Reinout van Rees authored
Whatever the method we used to find it, cache the result. Not just in one of the cases. And it makes the method more readable as it doesn't mix functionality
-
Reinout van Rees authored
Often it is unclear why buildout takes a long time on something, this logger statement might make it much clearer
-
Reinout van Rees authored
-
Reinout van Rees authored
This way it is more clear that we're trying several things one after the other. And it is nicer to read this way.
-
- 30 Oct, 2014 3 commits
-
-
Alex Clark authored
-
Alex Clark authored
- Performance enhancment via https://github.com/buildout/buildout/pull/194 - Fix manifest
-
Alex Clark ☺ authored
193 performance
-
- 09 Oct, 2014 1 commit
-
-
Peter Uittenbroek authored
-