Port details |
- py-breathe Extension to reStructuredText and Sphinx to render Doxygen xml output
- 4.34.0 devel
=1 4.33.1Version of this port present on the latest quarterly branch. - Maintainer: mandree@FreeBSD.org
 - Port Added: 2021-10-18 19:54:08
- Last Update: 2022-06-22 00:39:56
- Commit Hash: f751ae9
- People watching this port, also watch:: py38-Automat, freeimage, font-misc-meltho, libjxl, py38-pycparser
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- Breathe provides a bridge between the Sphinx and Doxygen documentation systems.
It is an easy way to include Doxygen information in a set of documentation
generated by Sphinx. The aim is to produce an autodoc like support for people
who enjoy using Sphinx but work with languages other than Python. The system
relies on the Doxygen's xml output.
WWW: https://github.com/michaeljones/breathe
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}breathe>0:devel/py-breathe@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-breathe/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-breathe
- pkg install py38-breathe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-breathe listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-breathe
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1655674696
SHA256 (michaeljones-breathe-4.34.0-v4.34.0_GH0.tar.gz) = b22e70eb4000492508d687d71f258c8f9678398e277bcee0daf34cd438a46e25
SIZE (michaeljones-breathe-4.34.0-v4.34.0_GH0.tar.gz) = 206989
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-sphinx>=0,1 : textproc/py-sphinx@py38
- doxygen : devel/doxygen
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- gmake>=4.3 : devel/gmake
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-sphinx>=0,1 : textproc/py-sphinx@py38
- doxygen : devel/doxygen
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- graphics/opencolorio
- graphics/openexr
- science/py-libgetar
- for Run
-
- science/py-libgetar
- Configuration Options:
- ===> The following configuration options are available for py38-breathe-4.34.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
PDFDOCS=off: Build PDF documentation (implies DOCS)
===> Use 'make config' to modify these settings
- Options name:
- devel_py-breathe
- USES:
- gmake python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jun 2022 00:39:56 4.34.0
|
Matthias Andree (mandree)  |
devel/py-breathe: Update to v4.34.0
ChangeLog: https://github.com/michaeljones/breathe/releases/tag/v4.34.0 |
23 Apr 2022 13:38:51 4.33.1
|
Matthias Andree (mandree)  |
devel/py-breathe: fix PDFDOCS, adding dvips build dep |
15 Feb 2022 22:46:43 4.33.1
|
Matthias Andree (mandree)  |
devel/py-breathe: update to v4.33.1
ChangeLogs:
https://github.com/michaeljones/breathe/releases/tag/v4.33.0
https://github.com/michaeljones/breathe/releases/tag/v4.33.1
While here, bump minimum Python requirement to 3.7, with 3.6 gone. |
04 Feb 2022 21:23:00 4.32.0
|
Matthias Andree (mandree)  |
devel/py-breathe: update to v4.32.0
Changelog:
https://github.com/michaeljones/breathe/releases/tag/v4.32.0 |
20 Oct 2021 20:43:42 4.31.0_1
|
Matthias Andree (mandree)  |
devel/py-breathe: fix alternative Python versions
The port used to build only for the default python version,
use BINARY_ALIAS to help the build find the proper Sphinx version.
Switch to autoplist to permit packaging for Python 3.6/3.7, too
(__pycache__ layout differences don't work well with static pkg-plist).
Not bumping PORTREVISION again on the assumption that we would not have
been able to build a package previously on an alternative Python
version, so there is nothing to flush out with a PORTREVISION bump. |
20 Oct 2021 18:27:57 4.31.0_1
|
Matthias Andree (mandree)  |
devel/py-breathe: add NO_ARCH, misc' cleanups
- add NO_ARCH, no binary parts inside
- make portlint clean
- recode pkg-descr to pure 7-bit ASCII
- revise COMMENT
- rearrange and reformat Makefile with portclippy/portfmt
- consequentially, bump PORTREVISION |
18 Oct 2021 19:49:41 4.31.0
|
Matthias Andree (mandree)  |
devel/py-breathe: RST&Sphinx bridge to Doxygen [NEW PORT]
Breathe provides a bridge between the Sphinx and Doxygen documentation systems.
It is an easy way to include Doxygen information in a set of documentation
generated by Sphinx. The aim is to produce an autodoc like support for people
who enjoy using Sphinx but work with languages other than Python. The system
relies on the Doxygen’s xml output.
WWW: https://github.com/michaeljones/breathe |