Metadata-Version: 1.0
Name: yaco.recipe.uwsgi
Version: 0.2.0
Summary: Buildout recipe for compiling uwsgi
Home-page: http://trac.yaco.es/cice-buscador
Author: Lorenzo Gil
Author-email: lgs@yaco.es
License: EUPL
Description: .. contents::
        
        =================
        yaco.recipe.uwsgi
        =================
        
        This is just a recipe for compiling uwsgi from a buildout.
        
        The only parameter is uwsgi-location which is the directory
        with the uwsgi sources.
        
        Tests need to be written.
        
        Use at your own risk.
        
        Changes
        =======
        
        0.2.0 (2011-04-28)
        ------------------
        - Add support for uwsgi >= 0.9.6.6 and remove support for older versions
        - Workaround to make compile it under gcc 4.6.0 by removing the -Werror cflag
        
        0.1.0 (2010-08-11)
        ------------------
        - Initial release
        
Keywords: uwsgi buildout
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Buildout
