An error occurred fetching the project authors.
- 18 Mar, 2007 1 commit
-
-
jim authored
This led to a pretty major refactoring. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73327 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Mar, 2007 1 commit
-
-
jim authored
Treat DistutilsErrors as user errors. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73126 62d5b8a3-27da-0310-9561-8e5933582275
-
- 06 Mar, 2007 3 commits
-
-
jim authored
be specified in a versions section. Changed the log format for picked versions. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73017 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
This will allow a versions feature to be added without updating all recipes initially. Later, recipes that support custom versions will be able to override the defaults by passing options. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73015 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
- The easy_install module install and build functions now accept a versions argument that supplied to mapping from project name to version numbers. This can be used to fix version numbers for required distributions and their depenencies. When a version isn't fixed, using either a versions option or using a fixed version number in a requirement, then a debug log message is emitted indicating the version picked. This is useful for setting versions options. - Added a remove testing helper function that removes files or directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73006 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Mar, 2007 1 commit
-
-
jim authored
no longer causes voluminous setuptools output. Uisng -vv and -vvv now triggers extra setuptools output. Improved a logging message. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72980 62d5b8a3-27da-0310-9561-8e5933582275
-
- 26 Feb, 2007 1 commit
-
-
nathan authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72819 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 1 commit
-
-
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
-
- 04 Dec, 2006 1 commit
-
-
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
-
- 24 Oct, 2006 3 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@70903 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 1 commit
-
-
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
-
- 08 Oct, 2006 1 commit
-
-
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
-
- 02 Oct, 2006 1 commit
-
-
jim authored
---------- Non-zip-safe eggs were not unzipped when they were installed. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70497 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Oct, 2006 1 commit
-
-
jim authored
versions. Fixed a bug in installing by direct egg download. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70461 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Sep, 2006 1 commit
-
-
jim authored
API. This allowed the tests to be simplified somewhat. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70237 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Sep, 2006 1 commit
-
-
jim authored
This makes things go a little faster, makes errors a little easier to handle, and allows extensions (like the sftp extension) to influence more of the process. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70184 62d5b8a3-27da-0310-9561-8e5933582275
-
- 06 Sep, 2006 1 commit
-
-
jukart authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69996 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Sep, 2006 1 commit
-
-
jim authored
Added ability 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. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69991 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Sep, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69923 62d5b8a3-27da-0310-9561-8e5933582275
-
- 31 Aug, 2006 1 commit
-
-
jim authored
invoking easy install. This should make things go faster in practice. Stop giving setuptools special treatment when downloading. Unfortunately, this means tests take a lot longer to run and probably that they can only be run when connected. :( Maybe I should figure out a way to get stuptools to use a different default index when running tests. :/ git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69900 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Aug, 2006 1 commit
-
-
jim authored
generated script paths. Added an arguments option to specify source for arguments to be passed to entry points. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69864 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Aug, 2006 1 commit
-
-
jim authored
The sample buildout is now created using the bootstrapping mechanism and so has a normal layout. No longer read ~/.buildout/.default.cfg, when running tests. (We do read a ~/.buildout/.default.cfg when testing that function, but we manipulate HOME so that we control what is read.) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69806 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Aug, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69383 62d5b8a3-27da-0310-9561-8e5933582275
-
- 28 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68885 62d5b8a3-27da-0310-9561-8e5933582275
-
- 26 Jun, 2006 1 commit
-
-
jim authored
the path set to include a set of distributions and their dependeoncies. Now, you can also pass a script and arguments. This gives me a handy way of invoking setup.py scripts that require setuptools without having to install setuptools into my system python. :) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68860 62d5b8a3-27da-0310-9561-8e5933582275
-
- 25 Jun, 2006 1 commit
-
-
jim authored
distributions available. This required working around issues with easy_install's --upgrade option: - Upgrade is not recursive. Upgrading a distro doesn't update it's dependencies. - Upgrade doesn't try very hard to avoid searching. If we require a specific version of a distribution, and we already have that distribution, there's no point in looking for a newer one. - easy_install has kind of odd rules for deciding when to look at an index. Now that we use upgrade all the time, easy_install always wants to look at an index. - We get warnings when connecting to index servers, like PyPI that return text/plain not found messages. We now have much greater control over how dependencies are managed. We've essentially taken this over from easy_install. Because we now always talk to an index server and because we want to control anything we do in a test, many of the tests actually run their own web servers. Anyway: - Now handle upgrades correctly, I think. - The egg recipe can now install multiple distributions. - We have the beginnings of offline mode. - The internal architeture is much cleaner. - We've merged the easy_install and egglinker modules, tossing some superfluois apis in the egglinker module. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68838 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Jun, 2006 1 commit
-
-
jim authored
buildout) to be used. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68763 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Jun, 2006 1 commit
-
-
jim authored
to be able to use external python interpreters. Wrote a missing test. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68615 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68552 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68517 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68494 62d5b8a3-27da-0310-9561-8e5933582275
-