# -*- 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-uvicorn
version             0.51.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         The lightning fast ASGI server.
long_description    {*}${description}

homepage            https://github.com/encode/uvicorn

checksums           rmd160  e4d6c6079b583e4e85c6ab5697a069aa09d46d4e \
                    sha256  f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0 \
                    size    94412

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

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

    if {${python.version} eq "310"} {
        depends_lib-append \
                    port:py${python.version}-typing_extensions
    }
}
