Files

28 lines
945 B
Plaintext
Raw Permalink Normal View History

2021-12-13 13:41:37 -06:00
# -*- 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
2025-07-21 10:52:52 +02:00
version 0.17.0
2021-12-13 13:41:37 -06:00
revision 0
2026-03-24 15:09:50 -05:00
2021-12-13 13:41:37 -06:00
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
2025-07-21 10:52:52 +02:00
supported_archs noarch
platforms {darwin any}
2021-12-13 13:41:37 -06:00
2025-07-21 10:52:52 +02:00
checksums rmd160 c86f4bd93f4116ab82501060e16b2647c321123a \
sha256 583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912 \
size 27442
2026-03-24 15:09:50 -05:00
python.versions 310 311 312 313 314
2021-12-13 13:41:37 -06:00
2026-03-24 15:09:50 -05:00
python.pep517_backend \
2025-07-21 18:13:28 +02:00
hatch