# -*- 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.17.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  c86f4bd93f4116ab82501060e16b2647c321123a \
                    sha256  583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912 \
                    size    27442

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    python.pep517_backend \
                    hatch
}
