           SPELL=decorator
         VERSION=3.1.2
     SOURCE_HASH=sha512:92825d8a6a083849f15429e3628561664fecfca014540585bfb914cc4919a20b3d8dcc8612b466b49603a2490ecd9b0a1cc14e615672c72094a733fbd08f65ff
          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
