# -*- 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             4.0.5
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  263fb78141ce6494bb3e7d8dff228bfaa2a94bd0 \
                    sha256  37f584609917a3394302cac6c2f78683add80115820c19a4ce35e0fd499f6ad6 \
                    size    352704

python.versions     313 314

python.pep517_backend   hatch
