Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/
Date: Sun, 26 Feb 2017 18:03:17
Message-Id: 1488132125.64accd661ade02435683e872382fe9cdbc30c8d7.bicatali@gentoo
1 commit: 64accd661ade02435683e872382fe9cdbc30c8d7
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 16:43:38 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 18:02:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64accd66
7
8 dev-python/breathe: initial import
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/breathe/Manifest | 1 +
13 dev-python/breathe/breathe-4.6.0.ebuild | 28 ++++++++++++++++++++++++++++
14 dev-python/breathe/metadata.xml | 20 ++++++++++++++++++++
15 3 files changed, 49 insertions(+)
16
17 diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
18 new file mode 100644
19 index 0000000000..4ee2d5209e
20 --- /dev/null
21 +++ b/dev-python/breathe/Manifest
22 @@ -0,0 +1 @@
23 +DIST breathe-4.6.0.tar.gz 67655 SHA256 9db2ba770f824da323b9ea3db0b98d613a4e0af094c82ccb0a82991da81b736a SHA512 8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f WHIRLPOOL 7db736ed8f9219595c9a75977c6f019c335c26f91684a787cb296ecbeb2e6d5f02ab64966df1085758a5301ea05a034e25bf4003db6146c3beac3781a92e70e2
24
25 diff --git a/dev-python/breathe/breathe-4.6.0.ebuild b/dev-python/breathe/breathe-4.6.0.ebuild
26 new file mode 100644
27 index 0000000000..06f88131da
28 --- /dev/null
29 +++ b/dev-python/breathe/breathe-4.6.0.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Sphinx Doxygen renderer"
42 +HOMEPAGE="http://breathe.readthedocs.io/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + app-doc/doxygen[latex]
52 + dev-python/docutils[${PYTHON_USEDEP}]
53 + dev-python/sphinx[${PYTHON_USEDEP}]
54 + dev-python/six[${PYTHON_USEDEP}]
55 +"
56 +DEPEND="
57 + dev-python/setuptools[${PYTHON_USEDEP}]
58 +"
59
60 diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml
61 new file mode 100644
62 index 0000000000..c4975d2a8a
63 --- /dev/null
64 +++ b/dev-python/breathe/metadata.xml
65 @@ -0,0 +1,20 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <maintainer type="project">
70 + <email>python@g.o</email>
71 + <name>Python</name>
72 + </maintainer>
73 + <longdescription>
74 + Breathe provides a bridge between the Sphinx and Doxygen
75 + documentation systems.
76 + It is an easy way to include Doxygen information in a set of
77 + documentation generated by Sphinx. The aim is to produce an autodoc
78 + like support for people who enjoy using Sphinx but work with languages
79 + other than Python. The system relies on the Doxygen’s xml output.
80 + </longdescription>
81 + <upstream>
82 + <remote-id type="pypi">breathe</remote-id>
83 + <remote-id type="github">michaeljones/breathe</remote-id>
84 + </upstream>
85 +</pkgmetadata>