You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
38 lines
1.4 KiB
Tcl
38 lines
1.4 KiB
Tcl
# -*- 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.1
|
|
revision 0
|
|
categories-append net security
|
|
license LGPL-2.1+
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
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 21109df7d39f2753858fb15518d3fc63d25e8a8c \
|
|
sha256 b2c665bc45b2b215bd7d7f039901b14b067da00f3a11e6640995fd58f2664822 \
|
|
size 1566110
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-bcrypt \
|
|
port:py${python.version}-cryptography \
|
|
port:py${python.version}-pynacl
|
|
}
|