           SPELL=mod_wsgi
         VERSION=3.3
     SOURCE_HASH=sha512:095cf6b9b4be615e0e8f262b972db10d3022d1d7d8adabfb587fd3862563d5d0febb700137c5f9393c1bf1466b35127b5c143a1a11b0b1de79d2c6933df2b18c
          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
