Files

36 lines
1.4 KiB
Tcl
Raw Permalink Normal View History

2023-03-23 16:23:27 -05:00
# -*- 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
2025-02-22 14:47:59 -06:00
version 4.36.0
2023-03-23 16:23:27 -05:00
revision 0
license BSD
platforms {darwin any}
supported_archs noarch
2023-03-23 16:23:27 -05:00
maintainers {mps @Schamschula} openmaintainer
homepage https://github.com/michaeljones/breathe
2023-03-23 16:23:27 -05:00
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.
2025-02-22 14:47:59 -06:00
checksums rmd160 15c44dc94b61f976fb7d57b8e6775c99fc405d10 \
sha256 14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c \
size 154842
2023-03-23 16:23:27 -05:00
2025-11-07 13:08:53 -05:00
python.versions 310 311 312 313
2023-03-23 16:23:27 -05:00
2025-08-20 18:08:42 -05:00
python.pep517_backend flit
2023-03-23 16:23:27 -05:00
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
}