# -*- 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-terminado
version             0.18.1
revision            0
categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             BSD

python.versions     39 310 311 312 313
python.pep517_backend hatch

maintainers         {stromnov @stromnov} openmaintainer

description         A Tornado websocket backend for the Xterm.js Javascript terminal emulator library
long_description    {*}${description}

homepage            https://github.com/jupyter/terminado

checksums           rmd160  ee8f01f0c4de84f8539fba624f5e49fca90fe378 \
                    sha256  de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e \
                    size    32701

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