# -*- 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 python.rootname numpydoc version 0.7.0 platforms darwin 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 master_sites pypi:n/${python.rootname}/ distname ${python.rootname}-${version} checksums rmd160 d86376df9747ca1fabf33434737312f2a365002f \ sha256 2dc7b2c4e3914745e38e370946fa4c109817331e6d450806285c08bce5cd575a python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools # a very suboptimal way to fix a problem with files having permissions 750 and 640 # an alternative way could be to fetch the sources from GitHub instead post-extract { system "find ${worksrcpath} -type d -exec chmod 755 {} \\;" system "find ${worksrcpath} -type f -exec chmod 644 {} \\;" } livecheck.type none } else { livecheck.type pypi }