Buildout recipes for PasteDeploy
Project description
This package offers PasteDeploy-specific Buildout recipes, such as:
One to make all the variables in the section of a PasteDeploy configuration file available in a Buildout parts section.
One to generate WSGI scripts where the application is loaded by PasteDeploy.
The end-user manual is available at: http://packages.python.org/deployrecipes/
DeployRecipes releases
Version 1.0 Release Candidate 2 (2013-06-19)
Made install method on recipe return an empty tuple to tell Buildout that no file was updated.
Exposed method get_config_variables on recipe to allow for sub-classing.
Excluded options in global_conf from the options made available to other recipes.
Version 1.0 Release Candidate 1 (2011-04-06)
Updated minimum version of zc.recipe.egg to 1.2.2.
Version 1.0 Alpha 5 (2010-02-15)
Lowered the required version of zc.recipe.egg to v1.1.
Version 1.0 Alpha 4 (2010-02-15)
Renamed the eggs option to factory_distribution in the confvars recipe.
Made the confvars recipe really load the distribution that provides the PasteDeploy application factory. Thanks to Jim Fulton for explaining how to do it!
Version 1.0 Alpha 3 (2010-02-10)
Fixed packaging problem, where the module was not included in the distribution.
Version 1.0 Alpha 2 (2010-02-10)
Fixed typos in the documentation.
Added Paste itself as a dependency, to avoid import errors.
Version 1.0 Alpha 1 (2010-02-08)
Implemented the confvars recipe.