# -*- 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.10.1 v name py-paramiko categories-append net security license LGPL-2.1+ platforms darwin python.versions 24 25 26 27 supported_archs noarch maintainers nomaintainer 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 dc542db5b7ce560a64566ad5439e0ff66fc6a1b3 \ sha256 310c97d525a4d4b0943593c65bc0c632fb5c9a829fdd0feba0bf7d0e20f12ae9 if {$subport != $name} { depends_lib-append port:py${python.version}-crypto livecheck.type none }