Tag: recipe

Here you can see a listing of all the posts tagged with recipe on this website.

  • distutils-recipe for buildout

    Posted on Oct. 22, 2008 at 00:10 +0200 Tagged with , , ,

    Today I released something I've planned to write for quite some time now: A very minimal recipe for zc.buildout that can install an arbitrary source distribution of a Python package. Sure, there is already collective.recipe.distutils out there and big kudos to Kevin Teague for his work there, but I had some minor problems with it. I also wanted to get some more practice when it comes to writing recipes for buildout. As always, you can find the result on PyPI and github.

    [more ...]

    0 comments