# -*- 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-numpydoc version 1.9.0 revision 0 supported_archs noarch platforms {darwin any} license BSD maintainers nomaintainer description Sphinx extension to support docstrings in Numpy format long_description Numpydoc inserts a hook into Sphinx’s autodoc \ that converts docstrings following the Numpy/Scipy format \ to a form palatable to Sphinx. homepage https://github.com/numpy/numpydoc checksums rmd160 0d887e49349f54543197f4a5ea4d6ea472c6afc8 \ sha256 5fec64908fe041acc4b3afc2a32c49aab1540cf581876f5563d68bb129e27c5b \ size 91451 python.versions 39 310 311 312 313 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-sphinx \ port:py${python.version}-jinja2 test.run yes }