# -*- 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-knack
version             0.11.0
categories-append   devel
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     310 311 312 313 314

maintainers         nomaintainer

description         A Command-Line Interface framework
long_description    Knack is a Python framework for building beautiful \
                    command-line interfaces, used by tools such as the \
                    Microsoft Azure CLI.

homepage            https://github.com/microsoft/knack

checksums           rmd160  bb0c678e56f56aeb3d73349e31ad62bd4c4d0386 \
                    sha256  eb6568001e9110b1b320941431c51033d104cc98cda2254a5c2b09ba569fd494 \
                    size    72308

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-argcomplete \
                        port:py${python.version}-jmespath \
                        port:py${python.version}-packaging \
                        port:py${python.version}-pygments \
                        port:py${python.version}-tabulate \
                        port:py${python.version}-yaml
}
