           SPELL=decorator
         VERSION=3.3.2
     SOURCE_HASH=sha512:de1832741cd22ce652bf05df0b4903ce0e17ebbe4ee9539aaf95ae5624c47651f2982d4e351e92775486c50cd25e0b98ba6436bab93accb22f4d100a56e08401
          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
