[Distutils] Announcing buildout_versions 1.2

2010-08-10 Thread Chris Withers
Hi All, I'm pleased to announce a new release of buildout_versions. The new version re-shuffles the order in which un-pinned versions are reported, making it easier to spot where package dependencies come from. The PyPI page is here: http://pypi.python.org/pypi/buildout_versions The

Re: [Distutils] Announcing buildout-versions 1.2

2010-08-10 Thread Chris Withers
Urg, copy'n'paste fail... Chris Withers wrote: Hi All, I'm pleased to announce a new release of buildout_versions. The new version re-shuffles the order in which un-pinned versions are reported, making it easier to spot where package dependencies come from. The PyPI page is here:

[Distutils] zc.buildout: Declare options in a recipe and use it in another recipe

2010-08-10 Thread Udo Spallek
Hello, like to write a custom recipe. The recipe should be able to introduce a new variable (or option) which can be used in another part of buildout.cfg. I try to catch this with the buildout.cfg and recipe attached below. The recipe is found, installed and called with part1 right before part2.

Re: [Distutils] zc.buildout: Declare options in a recipe and use it in another recipe

2010-08-10 Thread Fred Drake
On Tue, Aug 10, 2010 at 10:27 AM, Udo Spallek ud...@gmx.net wrote: I try to catch this with the buildout.cfg and recipe attached below. The recipe is found, installed and called with part1 right before part2. So far so good. Options initialized by your recipe's constructor will be available to

Re: [Distutils] zc.buildout: Declare options in a recipe and use it in another recipe

2010-08-10 Thread Jim Fulton
On Tue, Aug 10, 2010 at 10:27 AM, Udo Spallek ud...@gmx.net wrote: Hello, like to write a custom recipe. The recipe should be able to introduce a new variable (or option) which can be used in another part of buildout.cfg. I try to catch this with the buildout.cfg and recipe attached below.

Re: [Distutils] zc.buildout: Declare options in a recipe and use it in another recipe

2010-08-10 Thread udono
Hello Jim, On Tue, Aug 10, 2010 at 10:41 AM, -0400 Jim Fulton wrote: On Tue, Aug 10, 2010 at 10:27 AM, Udo Spallek ud...@gmx.net wrote: How can I declare and transport options from one recipe script to another? [...] You must do this in __init__, not in install. Options are resolved

Re: [Distutils] Announcing buildout_versions 1.2

2010-08-10 Thread Friedrich Romstedt
2010/8/10 Chris Withers ch...@simplistix.co.uk: The PyPI page is here: http://pypi.python.org/pypi/buildout_versions No, it's here ;-): http://pypi.python.org/pypi/buildout-versions/ Friedrich ___ Distutils-SIG maillist - Distutils-SIG@python.org