           SPELL=curtsies
         VERSION=0.0.32
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:b5495d73ddc6639dba870e9730830c8dceb2913c71566e709f365e94d178d149b070575ec087b35d6ec67623749e87be7197017b218e8b4055f5864a6e6587b2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://pypi.python.org/packages/source/c/$SPELL/$SOURCE
     GATHER_DOCS=off
      LICENSE[0]=MIT
        WEB_SITE=https://github.com/thomasballinger/curtsies
         ENTERED=20140520
           SHORT="curses-like terminal wrapper, with colored strings"
cat << EOF
Most terminals will display text in color if you use ANSI escape codes -
curtsies makes rendering such text to the terminal easy. Curtsies assumes use of
an VT-100 compatible terminal: unlike curses, it has no compatibility layer for
other types of terminals.
EOF
