From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/breathe/Manifest | 3 +++ dev-python/breathe/breathe-4.6.0.ebuild | 27 +++++++++++++++++++++++++++ dev-python/breathe/metadata.xml | 20 ++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 dev-python/breathe/Manifest create mode 100644 dev-python/breathe/breathe-4.6.0.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..b40d73e87244 --- /dev/null +++ b/dev-python/breathe/Manifest @@ -0,0 +1,3 @@ +DIST breathe-4.6.0.tar.gz 67655 BLAKE2B 1d3a2915f8530da2b56583565ba03b1b05f38ce4e763c10a0a7f72661f2d22800a5d1b72d1e1497c537150f883dbc434bb8950275ee28668df21a87123dc8898 SHA512 8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f +EBUILD breathe-4.6.0.ebuild 593 BLAKE2B 3a13aadc699b57b16f6b0f2604d3717e01aa4bc46d49e96469b3fddd3733820baeff52edaf864fdf4ad16c884ea6094953d18d51b7375d4d9651f984b64fda2f SHA512 0a79f5ddf7455ba3233321af545b235e77cad6f214302c4ef95e0bb682d607c5bab293acf9d79eaa196440cb8262628f99e47f4ea2644f975baf228eddf95dae +MISC metadata.xml 796 BLAKE2B 5f7541beb0113e83fb387eadfbbefea4bfe9d6a172c61fd60a2de473ec9e61f1a941d768350526de1464ff0ebbc58dabf13e7be3e38cac1d3a3cbcd791260d40 SHA512 734fa318039a2831c3cd35fa9f710739406b627f1e0f1d34c772d1d9dae53ea6921c21a236cabf00e3a1d3d2e95f053ea39436b1f539d9fa0c2bf1abbaf9018f diff --git a/dev-python/breathe/breathe-4.6.0.ebuild b/dev-python/breathe/breathe-4.6.0.ebuild new file mode 100644 index 000000000000..ba5765578580 --- /dev/null +++ b/dev-python/breathe/breathe-4.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +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}] +" diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml new file mode 100644 index 000000000000..c4975d2a8a68 --- /dev/null +++ b/dev-python/breathe/metadata.xml @@ -0,0 +1,20 @@ + + + + + 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 + + -- cgit v1.2.3