- 08 Feb, 2007 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72467 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72466 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
spurious test failures. I'm not sure this is really necessary. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72465 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72464 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Feb, 2007 2 commits
-
-
jim authored
```------------ - Added a buildout newest option, to control whether the newest distributions should be sought to meet requirements. This might also provide a hint to recipes that don't deal with distributions. For example, a recipe that manages subversion checkouts might not update a checkout if newest is set to "false". - The recipe-testing support setUp function now adds the name *buildout* to the test namespace with a value that is the path to the buildout script in the sample buildout. This allows tests to use >>> print system(buildout), rather than: >>> print system(join('bin', 'buildout')), Bugs Fixed ``` ------- - Paths returned from update methods replaced lists of installed files rather than augmenting them. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72432 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Also added a missing tests for upgrading. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72431 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Feb, 2007 1 commit
-
-
jim authored
allow for getting less than the newest but still getting what's necessary. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72383 62d5b8a3-27da-0310-9561-8e5933582275
-
- 24 Jan, 2007 2 commits
-
-
jim authored
Explicitly specifying a Python executable failed if the output of running Python with the -V option included a 2-digit (rather than a 3-digit) version number. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72218 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72215 62d5b8a3-27da-0310-9561-8e5933582275
-
- 22 Jan, 2007 1 commit
-
-
jim authored
Feature Changes --------------- - By popular demand, added a -o command-line option that is a short hand for the assignment buildout:offline=true. Bugs Fixed ---------- - When deciding whether recipe develop eggs had changed, buildout incorrectly considered files in .svn and CVS directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72177 62d5b8a3-27da-0310-9561-8e5933582275
-
- 17 Jan, 2007 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72076 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Added initialization and arguments options to the scripts recipe. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72075 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72074 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
easy_install APIs. - Added an eggs recipe that *just* installes eggs. - Advertized the scripts recipe for creating scripts. Updated some tests to deal with the fact that setuptools eggs keep oscillating between being files and directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72071 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Jan, 2007 1 commit
-
-
jim authored
These are used and tested indirectly in various ways. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72058 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Jan, 2007 1 commit
-
-
ctheune authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71765 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Dec, 2006 8 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71504 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
---------- - https://bugs.launchpad.net/products/zc.buildout/+bug/71246 Buildout extensions installed as eggs couldn't be loaded in offline mode. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71503 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71497 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71496 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71490 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
---------- - Uninstall recipes weren't loaded correctly in cases where no parts in the (new) configuration used the recipe egg. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71489 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
--------------- - A new command-line argument, -U, suppresses reading user defaults. - You can now suppress use of an installed-part database (e.g. .installed.cfg) by sprifying an empty value for the buildout installed option. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71488 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
depended on were installed too. This is nice under normal circumstances, but when the install command is used with a list of parts, then the promise is that *only* those parts will be installed. This is an important use case, because it can speed development. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71477 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Dec, 2006 11 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71426 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71425 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Use the logical size instead. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71424 62d5b8a3-27da-0310-9561-8e5933582275
-
amos authored
Both now must use the same name. Thus there is no need for a part 'uninstall' option. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71423 62d5b8a3-27da-0310-9561-8e5933582275
-
amos authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71422 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71417 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71416 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
on windows. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71415 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71414 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71413 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Normalize extension names. Remove a no-longer needed normaliation git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71412 62d5b8a3-27da-0310-9561-8e5933582275
-
- 04 Dec, 2006 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71399 62d5b8a3-27da-0310-9561-8e5933582275
-
jim 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. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71398 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Nov, 2006 1 commit
-
-
ctheune authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71327 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Nov, 2006 1 commit
-
-
jinty authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71017 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Oct, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70935 62d5b8a3-27da-0310-9561-8e5933582275
-