diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/breathe |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/breathe')
-rw-r--r-- | dev-python/breathe/Manifest | 3 | ||||
-rw-r--r-- | dev-python/breathe/breathe-4.6.0.ebuild | 27 | ||||
-rw-r--r-- | dev-python/breathe/metadata.xml | 20 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest new file mode 100644 index 000000000000..2c574b4a7602 --- /dev/null +++ b/dev-python/breathe/Manifest @@ -0,0 +1,3 @@ +DIST breathe-4.6.0.tar.gz 67655 SHA256 9db2ba770f824da323b9ea3db0b98d613a4e0af094c82ccb0a82991da81b736a SHA512 8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f WHIRLPOOL 7db736ed8f9219595c9a75977c6f019c335c26f91684a787cb296ecbeb2e6d5f02ab64966df1085758a5301ea05a034e25bf4003db6146c3beac3781a92e70e2 +EBUILD breathe-4.6.0.ebuild 591 SHA256 b9cf112dffa3e474ee1c1898fdd97ef4fdc2126d0dc88ca9aa0dc1a5fba21d3f SHA512 701fce44df1caf89a1fd72b49a15e151a9e246fe420a0712a5a1bae3fbf13d3fc99a199a48284279f4345b93022964369a180c2a671261b8a57e5e30ba38c3c1 WHIRLPOOL 659cab104012b3f888d9b48b9fc5932db8dda78c83e70f149357923a8a31ce2d2a375b912cc69f57fde2052df0c47a17ea2a90c3b2c332cb22af3fb9e1e1ac03 +MISC metadata.xml 796 SHA256 f1660cbade87a3735e7f95017bfed514d83bdeb55d2d5bf33fcd7568b50889bb SHA512 734fa318039a2831c3cd35fa9f710739406b627f1e0f1d34c772d1d9dae53ea6921c21a236cabf00e3a1d3d2e95f053ea39436b1f539d9fa0c2bf1abbaf9018f WHIRLPOOL 063adfea2f4e17aba6c2276d61c77ebcb16475c2e697235ff7bc9e50c951897974e3952d74d66ea7183dfc89b1946f177c3bf49e42537cd1c5340919b4e3aa00 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..ed1e407e4760 --- /dev/null +++ b/dev-python/breathe/breathe-4.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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}] +" 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 @@ +<?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 Doxygen’s xml output. + </longdescription> + <upstream> + <remote-id type="pypi">breathe</remote-id> + <remote-id type="github">michaeljones/breathe</remote-id> + </upstream> +</pkgmetadata> |