# -*- 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.1
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  82554350c95bf696aa2bd150a52f21d5045f4f85 \
                    sha256  819aa9dae793d66e9fef5524ce838eabc4723589b0f81c72fccd3f2448cbc2fb \
                    size    334025

python.versions     313 314

python.pep517_backend   hatch
