# -*- 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.4.0 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 1614087345def2b9ef4a7c0f5ebcf5ab1f3535d1 \ sha256 c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f \ size 82275 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools_scm }