# -*- 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
categories-append net security
python.versions 27 34 35 36 37 38
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 \
homepage https://github.com/paramiko/paramiko/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 82c1bec4374aa9d2de56ced753d65bcdf3642f7a \
sha256 f4b2edfa0d226b70bd4ca31ea7e389325990283da23465d572ed1f70a7583041 \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-bcrypt \
port:py${python.version}-cryptography \
port:py${python.version}-pynacl