# -*- 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.8.0
revision            0

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

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

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

checksums           rmd160  3e85b3d904b23817f07b2b3356320a51d9b394ad \
                    sha256  13b2beaad985e05e2d6407ee4c4f35590b11f8d693a258a561055cac8f64cab7 \
                    size    15893

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