# -*- 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-annotated_types
version             0.7.0
revision            0

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

python.versions     39 310 311 312 313

maintainers         nomaintainer

description         Reusable constraint types to use with typing.Annotated
long_description    {*}${description}

homepage            https://github.com/annotated-types/annotated-types

checksums           rmd160  da720792ee187d0fe3fae5cea11de2158d207d82 \
                    sha256  aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89 \
                    size    16081

python.pep517_backend \
                    hatch
