Files

28 lines
945 B
Tcl
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
2026-04-14 05:31:22 -05:00
version 0.18.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
2026-04-14 05:31:22 -05:00
checksums rmd160 6646b012b9843b3ca372d4f810c2a1ca14a76356 \
sha256 292510982205c12b1248696f44959db3cdd1740237a968ea1e2e7a900eeb2015 \
size 29341
2025-07-21 10:52:52 +02:00
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