# -*- 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.4
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  4f8c580db068778fb618ad7a4e34e92aba1b0f36 \
                    sha256  6ab9ce0b9e8663b002d7e10513deb0c17bddb982d520681e0788511d99695a7a \
                    size    352646

python.versions     313 314

python.pep517_backend   hatch
