Files

32 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2024-10-08 22:20:32 -04:00
# -*- 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
2026-07-01 23:11:25 -04:00
version 2.24.0
2024-10-08 22:20:32 -04:00
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}
2026-05-09 21:57:46 -04:00
homepage https://asyncssh.readthedocs.io
2024-10-08 22:20:32 -04:00
2026-07-01 23:11:25 -04:00
checksums rmd160 873d067fcea43739b8fb458c79f24062590da1b4 \
sha256 4064c590e59ce2e8d82a2f66d35f3120d765828b4df5e3dbfb07b4a8c24686c9 \
size 550148
2024-10-08 22:20:32 -04:00
2025-11-14 11:07:21 -05:00
python.versions 310 311 312 313 314
2024-10-08 22:20:32 -04:00
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-cryptography \
port:py${python.version}-typing_extensions
}