Tag: buildout

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

  • Django & Buildout-slides translated

    Posted on Oct. 30, 2008 at 15:10 +0100 Tagged with , , ,

    Yesterday morning Nick Anderson contacted me and asked if I had an English version of my slides about using Buildout for Django-development that I made for a presentation at the Barcamp in Munich 2 weeks ago. I had totally forgotten about that. Originally I wanted to provide them in German and English but for some reason never did it. So here is now the English version of the slides. Enjoy :-)

    Django & Buildout (en)
    View SlideShare presentation or Upload your own. (tags: attr sa)

    Sorry for the delay.

    0 comments

  • 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

  • Django & Buildout-Folien

    Posted on Oct. 14, 2008 at 11:38 +0200 Tagged with , , ,

    Am Sonntag wollte ich beim Barcamp München eine kurze Einführung zu Buildout als Entwicklungs- und Deployment-Hilfe für Django-Projekte geben. Auch wenn keiner gekommen ist, hier nun die Folien.

    Django & Buildout
    View SlideShare presentation or Upload your own. (tags: django buildout)

    Sie beschreiben kurz, wie man mit Buildout ein Django-Projekt verwaltet und auch ein entsprechendes WSGI-Script erstellt, ohne zusätzliche Biliotheken in den globalen PYTHONPATH installieren zu müssen.

    1 comment

  • First steps with zc.buildout: Simple recipe for git

    Posted on Oct. 7, 2008 at 00:26 +0200 Tagged with ,

    Just a small plug for a project I'm currently working on. I'm playing a little bit around with zc.buildout right now and have come to a point where I want to have dependencies not only as subversion-repository, distutils or egg. I simply end up with too many Python packages on github for not having a way to use them. So while still learning my way around buildout I wrote a little recipe to do just that: clone a git-repo and make it accessible as a part. With this you can define first of all where the repository is, and also what branch or explicit revision you want to have for your project.

    There is definitely still a ton of stuff missing that you'd find in any other zc.buildout recipe, but I see this mostly as a good way to finally find my way around :-) Anyway, you can find it on the PyPI with a source package and an egg for Python 2.6. The code is also available on github.com.

    0 comments