           SPELL=bpython
         VERSION=0.11
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.bpython-interpreter.org/releases/$SOURCE
     SOURCE_HASH=sha512:fc798422bd8220220302f08d919c854b832ebb9174e1467dc416e29bd47d69d58f910b827be67ac6c7516ed9b8d02f7706e6e2ecd790e9ccc6bc4d4cc5e8cbf7
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
