           SPELL=fabric
          SPELLX=Fabric
         VERSION=1.4.1
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELLX:0:1}/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:f6d7df2dc6545a3ed8f9bbab857b54e7d4ee9089579b75f29a7770bbdf2413cd4bb0b87479de25d108422296116574f0a9ce602bd14ff8a4eef62601b718f10c
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
