           SPELL=mod_wsgi
         VERSION=3.2
     SOURCE_HASH=sha512:54a94ba8f7d0126686e4973b7f4de66a3b0dc6e481f9b7dd9cbb1ceb670037d7bf84f2b10d171e58c8f7d7a6f311d05164515593398abca52a98a23fb01b8b59
          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
