[Distutils] zc.buildout newbie question

Teemu Harju teemu.harju at gmail.com
Wed Feb 4 11:29:03 CET 2009


On Tue, Feb 3, 2009 at 3:28 PM, kiorky <kiorky at cryptelium.net> wrote:

> Hi,
> I am the maintener of minitage and you re using a quite old, and not
> maintened recipe of this egg.
> You may better to use minitage.recipe:eggs and minitage.recipe:scripts.
>
>
> An example could be:
> [buildout]
> parts =
>    twisted
>    twisteds
> [versions]
> # The version which is put in the eggs cache.
> Twisted = 8.2.0
> [twisted]
> recipe = minitage.recipe:egg
> url = http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2
> [twisteds]
> recipe = minitage.recipe:scripts
> interpreter=myinterpreter
> eggs=
>    Twisted
>    ${buildout:eggs}
>
> Then, you ll have a nicely wrapped python interpreter in
> bin/myinterpreter.-
>
> More over, you can have a better look to minitage if you are not using
> it in the whole already.
>

Hi,

Thanks for the tip and for the great recipe. :) I'm liking the patching
capabilities of it also. Now my buildout is working.

- Teemu

-- 
Teemu Harju

email/jabber: teemu.harju at gmail.com
blog: http://blog.teemu.im
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20090204/201f4854/attachment.htm>


More information about the Distutils-SIG mailing list