# -*- 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.1
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  959dc8610a7af57248779da3aba55c12be99a63b \
                    sha256  3f2b260bf9bd4c2b6857f697a1d7e8edc26fa569282b77027e849dfe1e48580a \
                    size    13131

python.versions     313 314

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