An error occurred fetching the project authors.
- 02 Apr, 2024 1 commit
-
-
Julien Muchembled authored
Also, updating a part does not put it anymore at the end of the list of installed parts, that was making .installed.cfg too big.
-
- 17 May, 2020 2 commits
-
-
Godefroid Chapelle authored
Solution: fix the testing suite speed hack that depends on environment variables by avoiding - in env var name.
-
Godefroid Chapelle authored
Solution: Use `pip install` The meat of the change is in src/zc/buildout/easy_install.py Some tests had to be refactored a bit to make them more robust. `tox` is removed to avoid issues due to sharing the same directory between different virtual environments; `Makefile` enriched to make per python virtual envs depend on source files. No need to be afraid of default Python install as we depend on `pip`. `bootstrap.py` is gone as not needed anymore.
-
- 28 Jan, 2017 1 commit
-
-
Jim Fulton authored
-
- 02 Oct, 2015 1 commit
-
-
Reinout van Rees authored
-
- 24 Mar, 2013 1 commit
-
-
pombredanne authored
-
- 21 Feb, 2013 1 commit
-
-
Laurence Rowe authored
The required option is actually 'setup' not 'path'.
-
- 04 Sep, 2012 1 commit
-
-
Jim Fulton authored
-
- 03 Sep, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
option, -Wno-unused-result, which appears no where in buildout or distribute code. Ignore it.
-
- 21 Aug, 2012 1 commit
-
-
Hanno Schlichting authored
-
- 24 Jun, 2012 1 commit
-
-
Jim Fulton authored
-
- 16 Jun, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Apr, 2012 1 commit
-
-
Jim Fulton authored
-
- 27 Aug, 2008 1 commit
-
-
Christian Zagrodnick authored
-
- 16 Jul, 2008 1 commit
-
-
Chris Withers authored
-
- 18 Feb, 2008 3 commits
-
-
Christian Zagrodnick authored
- allowed to interpolate variables with the environment - make sure the environment is cleaned
-
Christian Zagrodnick authored
-
Christian Zagrodnick authored
-
- 30 May, 2007 1 commit
-
-
Jim Fulton authored
zc.buildout logger. This reduces noise in the output. This change was so far reaching, I decided to go ahead and clean up lots of log messages, adding some missing periods and adding quotes around requirement strings and file paths. in easy_install.py, added logging to show why distributions are added in verbose mode and removed recusive code to show requirement chains when errors occurred.
-
- 07 May, 2007 1 commit
-
-
- 20 Mar, 2007 1 commit
-
-
Jim Fulton authored
-
- 07 Feb, 2007 1 commit
-
-
Jim Fulton authored
Also added a missing tests for upgrading.
-
- 05 Dec, 2006 1 commit
-
-
Jim Fulton authored
-
- 04 Dec, 2006 1 commit
-
-
Jim Fulton authored
Feature Changes --------------- - Variable substitutions now reflect option data written by recipes. - A part referenced by a part in a parts list is now added to the parts list before the referencing part. This means that you can omit parts from the parts list if they are referenced by other parts. - Added a develop function to the easy_install module to aid in creating develop eggs with custom build_ext options. - The build and develop functions in the easy_install module now return the path of the egg or egg link created. - Removed the limitation that parts named in the install command can only name configured parts. - Removed support ConfigParser-style variable substitutions (e.g. %(foo)s). Only the string-template style of variable (e.g. ${section:option}) substitutions will be supported. Supporting both violates "there's only one way to do it". - Deprecated the buildout-section extendedBy option.
-
- 05 Sep, 2006 1 commit
-
-
Jim Fulton authored
Added an option to supply entry points directly. This is useful for packages that don't declare their entry points. No longer generate "py-" scripts implicitly. Added a new option, interpreter, to request such scripts and specifu their names. Increased default buildout logging.
-
- 09 Aug, 2006 1 commit
-
-
Jim Fulton authored
-