           SPELL=python-ssh
          SPELLX=ssh
         VERSION=1.8.0
          SOURCE=$SPELLX-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELLX/$SOURCE
     SOURCE_HASH=sha512:bac32c2cf078c2a06b4b530c905e4b8e0c09b457d9d9feaee163d3a96d71b43c74d159a25ad65bcb4beba692b05b7587e60b4a13be7d049f8493977f9a032da7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
        WEB_SITE=http://pypi.python.org/pypi/ssh/
         ENTERED=20111025
         LICENSE=LGPL
        KEYWORDS="python devel"
           SHORT="SSH2 protocol library for Python"
cat << EOF
This is a library for making SSH2 connections (client or server). Emphasis is on
using SSH2 as an alternative to SSL for making secure connections between python
scripts.

All major ciphers and hash methods are supported. SFTP client and server mode
are both supported too.
EOF
