You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -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.24.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.readthedocs.io
|
|
|
|
checksums rmd160 873d067fcea43739b8fb458c79f24062590da1b4 \
|
|
sha256 4064c590e59ce2e8d82a2f66d35f3120d765828b4df5e3dbfb07b4a8c24686c9 \
|
|
size 550148
|
|
|
|
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
|
|
}
|