- 07 Dec, 2006 5 commits
-
-
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
-
- 25 Oct, 2006 1 commit
-
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70908 62d5b8a3-27da-0310-9561-8e5933582275
-
- 24 Oct, 2006 5 commits
-
-
jim authored
---------- - We treat setuptools as a dependency of any distribution that (declares that it) uses namespace packages, whether it declares setuptools as a dependency or not. This wasn't working for eggs intalled by virtue of being dependencies. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70907 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70904 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70903 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70901 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
`67737 <https://launchpad.net/products/zc.buildout/+bug/67737>`_ Verbose and quite output options caused errors when the develop buildout option was used to create develop eggs. `67871 <https://launchpad.net/products/zc.buildout/+bug/67871>`_ Installation failed if the source was a (local) unzipped egg. `67873 <https://launchpad.net/products/zc.buildout/+bug/67873>`_ There was an error in producing an error message when part names passed to the install command weren't included in the configuration. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70900 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Oct, 2006 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70727 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
moved, rather than copied, removing them from the source directory. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70726 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70725 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
buildout. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70724 62d5b8a3-27da-0310-9561-8e5933582275
-
- 11 Oct, 2006 1 commit
-
-
jim authored
or setuptools, copy the develop eggs to the new buildout's develop-eggs directory, rather than its eggs directory. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70602 62d5b8a3-27da-0310-9561-8e5933582275
-
- 08 Oct, 2006 4 commits
-
-
jim authored
setuptools and zc.buildout. Don't upgrade if the buildout command is non-local. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70580 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70579 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
setuptools as one of its dependencies, we now treat setuptools as an implicit dependency. We generate a warning if the distribution is a develop egg. - Remove old develop egg links. This requires storing the old link paths in .installed.cfg. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70578 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70576 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Oct, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70561 62d5b8a3-27da-0310-9561-8e5933582275
-
- 04 Oct, 2006 1 commit
-
-
alga authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70514 62d5b8a3-27da-0310-9561-8e5933582275
-
- 02 Oct, 2006 2 commits
-
-
alga authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70503 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70499 62d5b8a3-27da-0310-9561-8e5933582275
-