           MODULE=python2-paramiko
          VERSION=2.7.2
           SOURCE=paramiko-$VERSION.tar.gz
  SOURCE_URL_FULL=http://github.com/paramiko/paramiko/archive/$VERSION.tar.gz
       SOURCE_VFY=sha256:c52072abbc3c88eae50f1d970ecf8e87ea80c73dec1eb65964ca9ec6d22e9a80
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/paramiko-$VERSION
         WEB_SITE=http://github.com/paramiko/paramiko/
          ENTERED=20100219
          UPDATED=20200831
             TYPE=python2
            SHORT="Python SSH connection handler"

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
