You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
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-asyncssh
|
|
version 2.22.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license {EPL-2 GPL-2+}
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description AsyncSSH: Asynchronous SSHv2 client and server library
|
|
long_description {*}${description}
|
|
|
|
homepage https://asyncssh.timeheart.net
|
|
|
|
checksums rmd160 099760365051aa2b64d488b413e82283b6288010 \
|
|
sha256 c3ce72b01be4f97b40e62844dd384227e5ff5a401a3793007c42f86a5c8eb537 \
|
|
size 540523
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-cryptography \
|
|
port:py${python.version}-typing_extensions
|
|
}
|