- 13 Jan, 2008 5 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82850 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
easier to test multiple versions at once. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82849 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
1.0 coming soon. :) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82848 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
zc.sourcedistribution. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82847 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
leading to test failures. The change also caused buildout to fail with Python 2.3, which lacks a set builtin. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82846 62d5b8a3-27da-0310-9561-8e5933582275
-
- 18 Dec, 2007 1 commit
-
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82333 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Dec, 2007 2 commits
-
-
ccomb authored
(just replaced the code-block with block, and added a Contents) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82282 62d5b8a3-27da-0310-9561-8e5933582275
-
ccomb authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82275 62d5b8a3-27da-0310-9561-8e5933582275
-
- 02 Dec, 2007 1 commit
-
-
fschulze authored
The list of eggs in generated scripts is sorted and duplicates removed. This prevents problems in WingIDE and makes it easier for humans to look at and use the list of eggs. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82078 62d5b8a3-27da-0310-9561-8e5933582275
-
- 03 Nov, 2007 2 commits
-
-
srichter authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81449 62d5b8a3-27da-0310-9561-8e5933582275
-
srichter authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81447 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Nov, 2007 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81356 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81353 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81351 62d5b8a3-27da-0310-9561-8e5933582275
-
- 31 Oct, 2007 1 commit
-
-
jim authored
Added a configuration option that causes buildout to error if a version is picked. This is a nice safety belt when fixing all versions is intented, especially whan creating releases. (This already-desired feature made it easier to write the test for the bug fix below. :) Bug Fixed: When installing from source releases, a version specification (via a buildout versions section) for setuptools was ignored when deciding which setuptools to use to build an egg from the source release. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81268 62d5b8a3-27da-0310-9561-8e5933582275
-
- 30 Oct, 2007 3 commits
-
-
rossp authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81247 62d5b8a3-27da-0310-9561-8e5933582275
-
rossp authored
151820: Add the distribution directory to sys.path when running the setup.py script so that the setup.py script can import modules from the distribution directory. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81246 62d5b8a3-27da-0310-9561-8e5933582275
-
rossp authored
Fix verbose option handling of debug logging message git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81245 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Oct, 2007 1 commit
-
-
amos authored
Now there's a buildout option (use-dependency-links) that allows you to disable setuptool dependency_links metadata. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81182 62d5b8a3-27da-0310-9561-8e5933582275
-
- 28 Oct, 2007 1 commit
-
-
jim authored
When using a local find links or index, distributions weren't copied to the download cache. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81175 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Oct, 2007 2 commits
-
-
jim authored
Improved error message when no arguments are given to the setup command. The setup command no-longer requires a config file. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81136 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81135 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Oct, 2007 1 commit
-
-
baijum authored
ref: https://bugs.launchpad.net/bugs/149352 git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@80638 62d5b8a3-27da-0310-9561-8e5933582275
-
- 20 Aug, 2007 5 commits
-
-
jim authored
existing buildouts. Use:: [buildout] prefer-final = true to get the new policy. The new policy will go into effect in buildout 2. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79052 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79042 62d5b8a3-27da-0310-9561-8e5933582275
-
http://cheeseshop.python.org/simplejim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79041 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
both final and non-final versions satisfy a requirement, then the final version will be used even if it is older. The normal way to override this for specific packages is to specifically require a non-final version, either specifically or via a lower bound. - There is a buildout prefer-final version that can be used with a value of "false":: prefer-final = false To prefer newer versions, regardless of whether or not they are final, buildout-wide. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79039 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
to work with recent change changes to use expanduser rather than reading $HOME directly. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79038 62d5b8a3-27da-0310-9561-8e5933582275
-
- 10 Aug, 2007 1 commit
-
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78741 62d5b8a3-27da-0310-9561-8e5933582275
-
- 02 Aug, 2007 1 commit
-
-
wichert authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78544 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Jul, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78371 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Jul, 2007 2 commits
-
-
https://bugs.launchpad.net/zc.buildout/+bug/126441philikon authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78202 62d5b8a3-27da-0310-9561-8e5933582275
-
philikon authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78201 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Jul, 2007 1 commit
-
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@77863 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Jul, 2007 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@77455 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
for versions if the given requirement had an upper limit and we already had the distribution whos version was the upper limit. Added simpler tested code that checks for the simpler case that teh requirement is for a specific version and we already have that version. In general, specifying upper limits other than a single version is kind of dumb, so it's not worth optimizing for that case. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@77454 62d5b8a3-27da-0310-9561-8e5933582275
-
- 20 Jun, 2007 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76854 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76853 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Also rearranged some code to work with emacs python mode. :) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76852 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76851 62d5b8a3-27da-0310-9561-8e5933582275
-