# -*- 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 PortGroup github 1.0 github.setup paramiko paramiko 1.11.2 v name py-paramiko categories-append net security platforms darwin license LGPL-2.1+ supported_archs noarch python.versions 24 25 26 27 maintainers stromnov 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. checksums rmd160 b5a2ffbc616d4e15b1633ca8aa8fdd471c44834b \ sha256 0e68b55bf7e4ee252a9fc0798db827b9235c44e5fff7f6db932300a60258e732 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-crypto livecheck.type none }