- 05 Dec, 2006 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Use the logical size instead.
-
Amos Latteier authored
Both now must use the same name. Thus there is no need for a part 'uninstall' option.
-
Amos Latteier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
on windows.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Normalize extension names. Remove a no-longer needed normaliation
-
- 04 Dec, 2006 2 commits
-
-
Jim Fulton authored
-
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.
-
- 29 Nov, 2006 1 commit
-
-
Christian Theune authored
-
- 01 Nov, 2006 1 commit
-
-
Brian Sutherland authored
-
- 27 Oct, 2006 1 commit
-
-
Jim Fulton authored
-
- 25 Oct, 2006 1 commit
-
-
Fred Drake authored
-
- 24 Oct, 2006 5 commits
-
-
Jim Fulton 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.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton 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.
-
- 16 Oct, 2006 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
moved, rather than copied, removing them from the source directory.
-
Jim Fulton authored
-
Jim Fulton authored
buildout.
-
- 11 Oct, 2006 1 commit
-
-
Jim Fulton authored
or setuptools, copy the develop eggs to the new buildout's develop-eggs directory, rather than its eggs directory.
-
- 08 Oct, 2006 4 commits
-
-
Jim Fulton authored
setuptools and zc.buildout. Don't upgrade if the buildout command is non-local.
-
Jim Fulton authored
-
Jim Fulton 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.
-
Jim Fulton authored
-
- 07 Oct, 2006 1 commit
-
-
Jim Fulton authored
-
- 04 Oct, 2006 1 commit
-
-
Albertas Agejevas authored
-
- 02 Oct, 2006 3 commits
-
-
Albertas Agejevas authored
-
Jim Fulton authored
-
Jim Fulton authored
---------- Non-zip-safe eggs were not unzipped when they were installed.
-
- 01 Oct, 2006 5 commits
-
-
Jim Fulton authored
__file__ to fail.
-
Jim Fulton authored
-
Jim Fulton authored
paths were used, causing setup to fail when run from a different directory. Updated release information.
-
Jim Fulton authored
versions. Fixed a bug in installing by direct egg download.
-
Jim Fulton authored
the version of python used to run the tests is not Python-2.3. Use pypi as the index when running these tests. This is, unfortunately, necessary because when installing a source distro for another version of Python, we need to download setuptools for the desired version. Maybe in the future we can figure out a way for the tests to use a local copy of setuptools.
-