           SPELL=fabric
          SPELLX=Fabric
         VERSION=1.10.2
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELLX:0:1}/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:3102616a8fbc6237df74eb9b506e95628487d2bb112a56826d388a943b6e8af926f4f174a8d8810b27b63e58d2018667d927795c6a5e53833a1d3fc87324b0af
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=http://fabfile.org/
      LICENSE[0]=BSD
         ENTERED=20111005
           SHORT="simple, Pythonic tool for remote execution and deployment"
cat << EOF
Fabric is a Python library and command-line tool for streamlining the use of SSH
for application deployment or systems administration tasks.

It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.
EOF
