# -*- 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-telnetlib3
version             5.0.0
revision            0

categories-append   net
platforms           {darwin any}
supported_archs     noarch
license             ISC
maintainers         {pguyot @pguyot} openmaintainer

description         Telnet client and server library using asyncio

long_description    telnetlib3 is a Telnet client and server library \
                    for Python using asyncio, providing a modern \
                    replacement for the deprecated telnetlib module.

homepage            https://github.com/jquast/telnetlib3

checksums           rmd160  c14b7da451f33c1fafe74da5c165d900d287b0e9 \
                    sha256  b5387d811a270b98698081083a7843530c44765c0a023e3cab6fe8d81f8a2c73 \
                    size    357737

python.versions     313 314

python.pep517_backend   hatch

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