# -*- 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             1.10.0
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         Questionary is a Python library for effortlessly building \
                    pretty command line interfaces
long_description    {*}${description}. It makes it very easy to query your user for input. \
                    You need your user to confirm a destructive action or enter a file path? \
                    We’ve got you covered

homepage            https://github.com/tmbo/questionary

checksums           rmd160 d0731844f42441ceb379c3ce4ec1d080fd6bb8c4 \
                    sha256 600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90 \
                    size   23530

python.versions     39 310

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