# -*- 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 name py-ssh2 version 1.7.14 platforms darwin maintainers deric homepage https://github.com/bitprophet/ssh license LGPL-2.1+ description Pure-Python implementation of SSH2, based on Paramiko. long_description The ssh library is a fork of, and spiritual successor to, the Paramiko Python SSH library. \ It was created by the developers of the Fabric library as a way to ensure timely updates \ and bugfixes for critical issues. master_sites http://pypi.python.org/packages/source/s/ssh/ distname ssh-${version} checksums sha1 18262ce679b22d9eaf7981f73856aa8b321a1261 \ rmd160 03e2da2d9b5fae803cc416b44f1903cae81186b1 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_lib-append port:py${python.version}-crypto } livecheck.url http://pypi.python.org/pypi/ssh/ livecheck.regex ssh/(\[0-9\]+\.\[0-9\]+.\[0-9\]+)