# -*- 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-questionary
version             2.1.1
revision            0
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         build pretty command-line user prompts
long_description    Python library to {*}${description}.
homepage            https://github.com/tmbo/questionary
checksums           rmd160  a2e53276094b723bf84cd32582076e2d075db311 \
                    sha256  3d7e980292bb0107abaa79c68dd3eee3c561b83a0f89ae482860b181c8bd412d \
                    size    25845
supported_archs     noarch

python.versions         310 311 312 313 314
python.pep517_backend   poetry

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