# -*- 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-inquirer
version             3.4.1
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer
description         Collection of common interactive command-line user interfaces
long_description    {*}${description}, based on Inquirer.js.
homepage            https://github.com/magmax/python-inquirer
checksums           rmd160  51d4423ab970ca7493b50335d8a3dada0238bd2e \
                    sha256  60d169fddffe297e2f8ad54ab33698249ccfc3fc377dafb1e5cf01a0efb9cbe5 \
                    size    14069
supported_archs     noarch

python.versions         310 311 312 313
python.pep517_backend   poetry

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