           SPELL=httpie
         VERSION=1.0.3
  SECURITY_PATCH=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.io/packages/source/h/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:b51779e0ec8f24108ee3f4bf690dc9dfddafff42509d1aa3d13ac12d65a93e02aad9644dc10134ebdbebf949b250cb288650a4dad3d382143e9ad3b9b0ac8c16
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        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
