# -*- 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             5.0.0
revision            0

license             BSD
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.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  05d4309aa50b5fc5c80585d9ae62b99b07612e05 \
                    sha256  9e5c4b2538a3eef9fbcfe9dd966f8f3171d4fd6cbe4976d84578d05f48e09fc3 \
                    size    200601

python.versions     310 311 312 313 314

python.pep517_backend \
                    flit

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-sphinx
}
