# -*- 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.36.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  15c44dc94b61f976fb7d57b8e6775c99fc405d10 \
                    sha256  14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c \
                    size    154842

python.versions     39 310 311 312 313

python.pep517_backend   flit

if {${name} ne ${subport}} {
    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
}
