# -*- 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.2
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  27fbfb769ca2bee29dc3e9e63c2aee39d238d6ac \
                    sha256  76726d7a7a34163b5dbef461e9cbf8fb4bda8f4fe7fcb225f56cbb4dcf5fd16e \
                    size    355495

python.versions     313 314

python.pep517_backend   hatch
