# -*- 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-textual-autocomplete
python.rootname     textual_autocomplete
version             4.0.4
revision            0
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         Easily add autocomplete dropdowns to your Textual apps
long_description    {*}${description}
homepage            https://pypi.org/project/textual-autocomplete
checksums           rmd160  32ea4e0f530d808c19b4a1e866711f4568fd3f4e \
                    sha256  0969987b90a53c1f75753dfe3ad2c7ea0d974b5839dc2a00a2d332c000057871 \
                    size    94120
supported_archs     noarch

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

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