# -*- 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-decli
version             0.5.2
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         Minimal declarative cli tool
long_description    Decli is minimal wrapper around argparse. It's useful when writing \
                    big applications that have many arguments and subcommands, this way \
                    it'll be more clear.

homepage            https://github.com/Woile/decli

checksums           rmd160  aba6ffb7a31e624e0e1e63b5577326126d919821 \
                    sha256  f2cde55034a75c819c630c7655a844c612f2598c42c21299160465df6ad463ad \
                    size    10575

python.versions     39 310
