           SPELL=decorator
         VERSION=3.4.0
     SOURCE_HASH=sha512:94ae8ff3bf694b72ad85a04d02ed9b58c42d50341fbc7307a12fc5abcb8042d8f67df80b53e63afd4b692c52fbefec83b80b591cba036deee21e281a5e8ff249
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/d/decorator/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://pypi.python.org/pypi/decorator/
      LICENSE[0]=BSD
         UPDATED=20081004
           SHORT='decorator module for python'
cat << EOF
The aim of the decorator module it to simplify the usage of decorators for
the average
programmer, and to popularize decorators usage giving examples of useful
decorators, such
as memoize, tracing, redirecting_stdout, locked, etc.
EOF
