           SPELL=python-ssh
          SPELLX=ssh
         VERSION=1.7.13
          SOURCE=$SPELLX-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELLX/$SOURCE
     SOURCE_HASH=sha512:1207bd44f8d1d997abbd0f1f262b622e6946de2bf05fc662f3f93986244142cc36338cc959005ae0ea0ec00e608fdb1b62d407ebd652c91951ff986f9bb913de
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
