           SPELL=decorator
         VERSION=2.3.1
     SOURCE_HASH=sha512:6d499fadeaf968ee9bf9a3298c79015fcc30a72d54c084846c03c652ce5771b1f72ce3772e23ef0519cc0c2eeb83e62cd0378935b2c72964a718952f3e557cc7
          SOURCE=$SPELL-$VERSION.zip
   SOURCE_URL[0]=http://www.phyast.pitt.edu/~micheles/python/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.phyast.pitt.edu/~micheles/python/documentation.html
      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
