You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
976 B
Tcl
28 lines
976 B
Tcl
# -*- 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.16
|
|
revision 0
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Parse Python docstrings
|
|
long_description {*}${description} Currently support ReST, Google, Numpydoc-style \
|
|
and Epydoc docstrings.
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
homepage https://github.com/rr-/docstring_parser
|
|
|
|
python.versions 39 310 311 312 313
|
|
|
|
checksums rmd160 ffee432130dec7a76db988cd8e0d3a909e3eb429 \
|
|
sha256 538beabd0af1e2db0146b6bd3caa526c35a34d61af9fd2887f3a8a27a739aa6e \
|
|
size 26565
|
|
|
|
if {${name} ne ${subport}} {
|
|
python.pep517_backend \
|
|
poetry
|
|
}
|