# -*- 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-docstring_parser
version             0.18.0
revision            0

license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         Parse Python docstrings
long_description    {*}${description} Currently support ReST, Google, Numpydoc-style \
                    and Epydoc docstrings.
homepage            https://github.com/rr-/docstring_parser

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  6646b012b9843b3ca372d4f810c2a1ca14a76356 \
                    sha256  292510982205c12b1248696f44959db3cdd1740237a968ea1e2e7a900eeb2015 \
                    size    29341

python.versions     310 311 312 313 314

python.pep517_backend \
                    hatch
