You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
52d5989aa7
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
33 lines
997 B
Tcl
33 lines
997 B
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-scp
|
|
version 0.15.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 6c0b335703604d6f1e1186c5bb76b7b25841f6b0 \
|
|
sha256 f1b22e9932123ccf17eebf19e0953c6e9148f589f93d91b872941a696305c83f \
|
|
size 13905
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-paramiko
|
|
}
|