# -*- 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-doc
version             0.0.5
revision            0

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

description         Provides document parameters, class attributes, return types, \
                    and variables inline, with Annotated
long_description    {*}${description}

homepage            https://github.com/fastapi/annotated-doc/

distname            annotated_doc-${version}

checksums           rmd160  423ad25cc5e232d7a692e659aaa61fd7e3e36e1f \
                    sha256  c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb \
                    size    10758

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