           SPELL=httpie
         VERSION=3.2.1
  SECURITY_PATCH=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.io/packages/source/h/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:eb61d60dd3a8e5bff3f84a51ec02521f06a0dc918a42e24d055294daf1a26abba55406d40d154380e91605d47754207b8678b52e63b855d5480de10b35944dda
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=
        WEB_SITE="https://pypi.python.org/pypi/httpie"
      LICENSE[0]="BSD"
         ENTERED=20150408
        KEYWORDS=""
           SHORT="a CLI, cURL-like tool for humans"
cat << EOF
HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP client. Its goal
is to make CLI interaction with web services as human-friendly as possible. It
provides a simple http command that allows for sending arbitrary HTTP requests
using a simple and natural syntax, and displays colorized output. HTTPie can
be used for testing, debugging, and generally interacting with HTTP servers.
EOF
