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