dev-python/breathe: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Sébastien Fabbro
2017-02-26 16:43:38 +00:00
parent d6cf1b2077
commit 64accd661a
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST breathe-4.6.0.tar.gz 67655 SHA256 9db2ba770f824da323b9ea3db0b98d613a4e0af094c82ccb0a82991da81b736a SHA512 8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f WHIRLPOOL 7db736ed8f9219595c9a75977c6f019c335c26f91684a787cb296ecbeb2e6d5f02ab64966df1085758a5301ea05a034e25bf4003db6146c3beac3781a92e70e2

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
DESCRIPTION="Sphinx Doxygen renderer"
HOMEPAGE="http://breathe.readthedocs.io/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
app-doc/doxygen[latex]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
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 Doxygens xml output.
</longdescription>
<upstream>
<remote-id type="pypi">breathe</remote-id>
<remote-id type="github">michaeljones/breathe</remote-id>
</upstream>
</pkgmetadata>