           SPELL=bpython
         VERSION=0.9.7
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.bpython-interpreter.org/releases/$SOURCE
     SOURCE_HASH=sha512:39730f89c7a2697b89f6fd891a2e314a4dbb04c6b9777a43928a6d808d773c39201d2bd01fda7a419f693df01cd570e15007defa1c9bc92ca2997cc67d2c6fad
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.bpython-interpreter.org/
      LICENSE[0]=MIT
         ENTERED=20090724
           SHORT="fancy interface to the Python interpreter"
cat << EOF
bpython is an enhanced Python interactive interpreter that uses curses and
provides the following main features: in-line syntax highlighting; readline-like
autocompletion with suggestions displayed as you type; expected argument
specification for functions; a handy pastebin function to quickly submit your
code and return a URL. Its goal is to bring together a few handy ideas to
enhance the standard interpreter without getting carried away.
EOF
