- 31 Jan, 2017 7 commits
-
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
Fixes #326
-
Jim Fulton authored
Mainly to disable it when just trying to get distributions for buildout and setuptools.
-
Jim Fulton authored
That I can no longer reproduce. NFC
-
Jim Fulton authored
-
Jim Fulton authored
Fixed a bug introduced in 2.6.0: zc.buildout and its dependeoncies were reported as picked even when their versions were fixed in a ``versions`` section. Worse, when the ``update-versions-file`` option was used, the ``versions`` section was updated needlessly on every run.
-
- 30 Jan, 2017 5 commits
-
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
[ci skip]
-
Jim Fulton authored
-
Jim Fulton authored
Added a buildout option, ``abi-tag-eggs``
-
Jim Fulton authored
As suggested in: https://github.com/buildout/buildout/pull/325 Also simplified _setup_directories to not bother with the eggs directory, since that's handled elsewhere.
-
- 29 Jan, 2017 12 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
that, when true, causes the `ABI tag <https://www.python.org/dev/peps/pep-0425/#abi-tag>`_ for the buildout environment to be added to the eggs directory name. This is useful when switching Python implementations (e.g. CPython vs PyPI or debug builds vs regular builds), especially when environment differences aren't reflected in egg names. It also has the side benefit of making eggs directories smaller, because eggs for different Python versions are in different directories.
-
Jim Fulton authored
-
Jim Fulton authored
Python 3.6
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Update to work with setuptools 34
-
Jim Fulton authored
whatever
-
Jim Fulton authored
-
Jim Fulton authored
-
- 28 Jan, 2017 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Sep, 2016 6 commits
-
-
Reinout van Rees authored
Editing while reading
-
Reinout van Rees authored
[ci skip]
-
Reinout van Rees authored
[ci skip]
-
Reinout van Rees authored
Do not remove an existing egg.
-
Maurits van Rees authored
After a dist is fetched and put into its final place, compile its python files. No longer wait with compiling until all dists are in place. This avoids calling redo_pyc at the same time by two parallel buildouts. It might not be so bad, but it seems better (and faster) to avoid it. See discussion at https://github.com/buildout/buildout/issues/307
-
Maurits van Rees authored
When installing an egg to a location that already exists, keep the current location (directory or file). This can only happen when the location at first did not exist and this changed during the buildout run. We used to remove the previous location, but this could cause problems when running two buildouts at the same time, when they try to install the same new egg. Fixes #307.
-
- 03 Sep, 2016 1 commit
-
-
Reinout van Rees authored
In the tests, filter out an invisible control character.
-
- 24 Aug, 2016 1 commit
-
-
Maurits van Rees authored
This avoids invisible control characters popping up in some terminals, like `xterm`. Note that this may affect tests by buildout recipes.
-
- 18 Aug, 2016 2 commits
-
-
Tres Seaver authored
Fixed bootstrap test for newer setuptools.
-
Maurits van Rees authored
setuptools used to say this: No local packages or download links found for zc.buildout==UNKNOWN Since setuptools 25.1.0 it says this: No local packages or working download links found for zc.buildout==UNKNOWN See also https://github.com/pypa/setuptools/pull/609/files
-
- 28 Jul, 2016 2 commits
-
-
Jim Fulton authored
Fix typo
-
Janez Troha authored
-