# -*- 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.4.0 revision 0 categories-append net security license LGPL-2.1+ supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 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 6f9d4a58ffbc1893a493305cd7de80ea961e80ea \ sha256 aac08f26a31dc4dffd92821527d1682d99d52f9ef6851968114a8728f3c274d3 \ size 1277306 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-bcrypt \ port:py${python.version}-cryptography \ port:py${python.version}-pynacl }