           SPELL=decorator
         VERSION=3.0.1
     SOURCE_HASH=sha512:7fed37718666fd5f08f4949c513adbd0f5b95d956aaedeb2f45d91a143d1baf4d445699b57fccfb12e6a56b143f52ded9e5a7a747fe6707228480499dd10f01d
          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
