(Via http://python.ie/pycon/2013/talks/applied_buildout/)
Speaker: Gary Walker
We will discuss the re-design of Eve Online's build system, where we took the build code out of the game branches and into its own repository with the aid of buildout. We'll show how buildout can get your environment set up cleanly, with only what you need for the job at hand, pulling in eggs from PyPI and your own servers.
To make this robust, we will discuss versioning your buildout configurations to allow rollback and staging of new changes, how to isolate yourself from changes in buildout/setuptools/distribute, and how to stop PyPI downtime interfering with your development by caching the things buildout fetches.