# -*- 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.5.1 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 7b3c1a64675ac0f0f0140879943e35220f319f88 \ sha256 eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4 \ size 82280 python.versions 39 310 311 312 313 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools_scm }