# -*- 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-breathe version 4.35.0 revision 0 license BSD platforms {darwin any} supported_archs noarch maintainers {mps @Schamschula} openmaintainer homepage https://github.com/michaeljones/breathe description Breathe is a Sphinx plugin providing beautifully integrated Doxygen \ output in your user-facing documentation. long_description {*}${description} It allows you to combine Doxygen's excellent \ technical understanding of your code base with the superb long \ form documentation output of the Sphinx system. checksums rmd160 84c47cfa3714ea5e7076b665420d473271014822 \ sha256 5165541c3c67b6c7adde8b3ecfe895c6f7844783c4076b6d8d287e4f33d62386 \ size 83358 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-docutils \ port:py${python.version}-jinja2 \ port:py${python.version}-markupsafe \ port:py${python.version}-pygments \ port:py${python.version}-sphinx }