# -*- 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-scp
version             0.16.0
revision            0

categories-append   net
platforms           {darwin any}
supported_archs     noarch
license             LGPL-2.1+
maintainers         {pguyot @pguyot} openmaintainer

description         SCP module for paramiko

long_description    The scp module extends paramiko to send and receive \
                    files via the SCP1 protocol.

homepage            https://github.com/jbardin/scp.py

checksums           rmd160  bae775156fe01ad926a41f715e3c359b06d23c31 \
                    sha256  1763a4b8ac424ea0c304f58b95a4a4a51d503a834ed77b4e89f1a32b30cbe662 \
                    size    13082

python.versions     313 314

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