           SPELL=decorator
         VERSION=3.2.0
     SOURCE_HASH=sha512:75036a801561c51c6730f91a6806a9d2d77dcb9bc2a3c44350b54cfdba875af3203d8abffa482f8541f332b1f3656fff3d11e123652c7981622f49070da062c7
          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
