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