# -*- 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-typer-slim
python.rootname     typer_slim
version             0.16.1
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer
description         Typer, build great CLIs
long_description    {*}${description}
homepage            https://github.com/fastapi/typer
checksums           rmd160  95bf7d6f45df24af757f43ea21b4442c32626d38 \
                    sha256  f34576ff16d74593d460d6400ad8e4308c3e70f55ec9f5db6bc8ee9692fcf6c9 \
                    size    102896
supported_archs     noarch

python.versions         310 311 312 313 314
python.pep517_backend   pdm

if {${subport} ne ${name}} {
    depends_run-append  port:py${python.version}-click \
                        port:py${python.version}-typing_extensions
}
