# -*- 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.14.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  2247618156182c43d495774b6df76beae51be6cb \
                    sha256  2ddd32fd6343ec9b6ed0da729b212362d0e6b1208c0162633c90cb6f94a05877 \
                    size    73490

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
}
