           SPELL=mod_wsgi
         VERSION=2.6
     SOURCE_HASH=sha512:4cf8eb0877bdd237699258f83301abaa0b7d086bfc097569f3af940dc19a31d55642585012c3cf71d38d8a4c31082dacfd46dcfd4c2c44b30aa276a28a62cfaa
          SOURCE=$SPELL-$VERSION.tar.gz
      LICENSE[0]=APACHE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://modwsgi.googlecode.com/files/$SOURCE
        WEB_SITE=http://code.google.com/p/modwsgi/
         ENTERED=20080916
        KEYWORDS="interpreter http python"
           SHORT="Python WSGI adapter module for Apache"
cat << EOF
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The adapter
is written completely in C code against the Apache C runtime and for hosting
WSGI applications within Apache has a lower overhead than using existing WSGI
adapters for mod_python or CGI.
EOF
