# -*- 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.7.0 revision 0 supported_archs noarch platforms {darwin any} license BSD maintainers {mojca @mojca} openmaintainer 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 b4f4fd286c56b1480c79e63f087514da3361bd4a \ sha256 866e5ae5b6509dcf873fc6381120f5c31acf13b135636c1a81d68c166a95f921 \ size 87575 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-sphinx \ port:py${python.version}-jinja2 test.run yes }