# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-paramiko version 2.0.2 revision 0 categories-append net security platforms darwin license LGPL-2.1+ supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Native Python SSHv2 protocol library 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 https://github.com/paramiko/paramiko/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 3596c617c6017f1c27c447d34cc63c640372a338 \ sha256 411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-cryptography \ port:py${python.version}-asn1 livecheck.type none } else { livecheck.type pypi }