# $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-paramiko version 1.7.2 categories python net security platforms darwin maintainers ram openmaintainer description python library for making SSH2 connections long_description 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. homepage http://www.lag.net/paramiko/ master_sites ${homepage}download/ distname paramiko-${version} checksums md5 a1bbe4e318469869e0d4068be7e08f82 \ sha1 f786bf529458b668cdd1f08394630304877115f4 \ rmd160 f456922fef608db3235068cc9fa8b7e5fe4a9c93 depends_lib-append port:py25-crypto post-destroot { file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} } universal_variant no livecheck.check regex livecheck.url ${homepage} livecheck.regex {paramiko ([0-9]+\.[0-9]+\.[0-9]+)}