Files
2021-01-03 15:55:44 -05:00

27 lines
877 B
Tcl

# -*- 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 1.12.2
platforms darwin
license Apache-2
maintainers {outlook.com:mohd.akram @mohd-akram} openmaintainer
description Bash tab completion for argparse
long_description {*}${description}
homepage https://kislyuk.github.io/argcomplete
checksums rmd160 c66a9be107522996df3bd600da541d2dd6e754c7 \
sha256 de0e1282330940d52ea92a80fea2e4b9e0da1932aaa570f84d268939d1897b04 \
size 53861
python.versions 36 37 38 39
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
livecheck.type none
}