# -*- 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-typing-inspection
version             0.4.4
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Runtime typing introspection tools
long_description    {*}${description}

homepage            https://github.com/pydantic/typing-inspection

distname            typing_inspection-${version}

checksums           rmd160  3d3db6dcd0cbfaabbf8f1bf4732f02dc95dbca0d \
                    sha256  547274fa6b0a561ccf549cc9524b999a578e737d015d8709d021f9d0d13bea47 \
                    size    76928

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

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

    test.run        yes
}
