- 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 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68764 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
buildout) to be used. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68763 62d5b8a3-27da-0310-9561-8e5933582275
-
- 17 Jun, 2006 12 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68726 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68725 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68724 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
develop egg link. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68723 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68716 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68715 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68711 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68710 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68709 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
shared across projects or working directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68708 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
shared across projects or working directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68707 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68706 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68693 62d5b8a3-27da-0310-9561-8e5933582275
-
- 15 Jun, 2006 1 commit
-
-
jim authored
Fixed small bug in handling of custom installed.cfg location. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68652 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Jun, 2006 1 commit
-
-
jim authored
If a recipe uses any data from other sections, the recipe needs to update it's data when the recipe is constructed. Need more discussion of this in the docs. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68634 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
-
- 12 Jun, 2006 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68608 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68606 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68605 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Added documentation of buildout:directory option. Added support for extending configurations through multiple configuration files. Added command-line options to: - Specify a configuration file - Override configuration options Renamed several options to use -s rather than _s. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68604 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Jun, 2006 12 commits
-
-
jim authored
option. The values are setuptools requirements and can have spaces in them. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68562 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68559 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68558 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68557 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
specified. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68555 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68554 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68553 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68552 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68551 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68550 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68547 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68536 62d5b8a3-27da-0310-9561-8e5933582275
-
- 08 Jun, 2006 5 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68535 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68534 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68533 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68532 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
time. Rather, we generate in-line logic that pkg_resources would provide. This means that apps that don't actually use pkg_resources themselves don't end up running it and we don't need to implicitly include the setuptools egg in the script path. Of course, if an application does use setuptools, then setuptools will be one of it's requirements and will be included in the path. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68521 62d5b8a3-27da-0310-9561-8e5933582275
-