# -*- 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-urwid-readline
version             0.15.1
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         readline text edit for urwid
long_description    Text input widget for urwid that supports readline shortcuts

homepage            https://github.com/rr-/urwid_readline

distname            urwid_readline-${version}
checksums           rmd160  98799bc6479869fde3b571d7562f1edeb9dfb887 \
                    sha256  9301444b86d58f7d26388506b704f142cefd193888488b4070d3a0fdfcfc0f84 \
                    size    9007

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-urwid
}
