# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-paramiko version 3.5.0 revision 0 categories-append net security license LGPL-2.1+ supported_archs noarch platforms {darwin any} python.versions 39 310 311 312 313 maintainers {stromnov @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/ checksums rmd160 9eafc7f48cfb8587d8f712bc668a7adf325c1539 \ sha256 ad11e540da4f55cedda52931f1a3f812a8238a7af7f62a60de538cd80bb28124 \ size 1704305 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-bcrypt \ port:py${python.version}-cryptography \ port:py${python.version}-pynacl }