# -*- 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
python.rootname ConfigArgParse
maintainers {petr @petrrr} openmaintainer
description ${python.rootname} extends argparse with config files and environment variables support
${python.rootname} is a drop-in replacement for argparse that adds support for \
config files and environment variables. It allows options to also be set \
via config files and/or environment variables.
homepage https://github.com/zorro3/ConfigArgParse
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 a5ca661eddd08389709e8b53461c53c0abe99cb2 \
sha256 baaf0fd2c1c108d007f402dab5481ac5f12d77d034825bf5a27f8224757bd0ac \
python.versions 27 35 36 37 38
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
port:py${python.version}-yaml
test.env PYTHONPATH=${worksrcpath}/build/lib
set dest_doc ${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 -W ${worksrcpath} LICENSE \