# -*- 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-argcomplete
version             3.7.2
revision            0

license             Apache-2
platforms           {darwin any}
supported_archs     noarch
maintainers         {makr @mohd-akram} openmaintainer

description         Bash tab completion for argparse
long_description    {*}${description}

homepage            https://kislyuk.github.io/argcomplete

checksums           rmd160  0e7ff000ec1528599d14eb3932d81db52655d3f4 \
                    sha256  aad8b69a0b9969edb62db0d1752354c0d50717b10e0cbb00e2a958381b9fc6b9 \
                    size    74473

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

if {${name} ne ${subport}} {
    depends_build   port:py${python.version}-hatch-vcs
}
