# -*- 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-sshtunnel
version             0.4.0
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Pure python SSH tunnels
long_description    {*}${description}

homepage            https://github.com/pahaz/sshtunnel

checksums           rmd160  8e91de2f8cc6f2646df16ea9ed4439abd7ceb7c4 \
                    sha256  e7cb0ea774db81bf91844db22de72a40aae8f7b0f9bb9ba0f666d474ef6bf9fc \
                    size    62716

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-paramiko
}
