From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/breathe/Manifest | 1 + dev-python/breathe/breathe-4.14.1.ebuild | 29 +++++++++++++++++++++++++++++ dev-python/breathe/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-python/breathe/Manifest create mode 100644 dev-python/breathe/breathe-4.14.1.ebuild create mode 100644 dev-python/breathe/metadata.xml (limited to 'dev-python/breathe') diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest new file mode 100644 index 000000000000..bb5e5c3b6373 --- /dev/null +++ b/dev-python/breathe/Manifest @@ -0,0 +1 @@ +DIST breathe-4.14.1.tar.gz 69369 BLAKE2B 93c394d7174aff8e8e8b1c95435d88c5f344ea1a26f46e9ef6ea8e7457bb9650d0cce96d03bc5c23e58704e3dcda3228ef1a61b16cd9ab45b07c2f1989eea88f SHA512 7247aae71c8e3e2491b76e6a5889fd9b97100e921e8c724c26e6c75b904c4e5dca825ae824b015f156960d5afbbf622b29535a46261c7fa0c24dd52deb46d096 diff --git a/dev-python/breathe/breathe-4.14.1.ebuild b/dev-python/breathe/breathe-4.14.1.ebuild new file mode 100644 index 000000000000..4b8274b3def1 --- /dev/null +++ b/dev-python/breathe/breathe-4.14.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Sphinx Doxygen renderer" +HOMEPAGE="https://breathe.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + app-doc/doxygen + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra +" diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml new file mode 100644 index 000000000000..ac9d9a2cd51d --- /dev/null +++ b/dev-python/breathe/metadata.xml @@ -0,0 +1,21 @@ + + + + + python@gentoo.org + Python + + + 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. + + + breathe + michaeljones/breathe + + gentoo-staging + -- cgit v1.3.1