Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/
Date: Wed, 01 Mar 2023 06:16:33
Message-Id: 1677651377.bc238c9d22609a3daec317b395accde5dd95650c.mgorny@gentoo
1 commit: bc238c9d22609a3daec317b395accde5dd95650c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 05:45:58 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 06:16:17 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc238c9d
7
8 dev-python/breathe: Bump to 4.35.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/breathe/Manifest | 1 +
13 dev-python/breathe/breathe-4.35.0.ebuild | 37 ++++++++++++++++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
17 index 615b4c282881..f25583217989 100644
18 --- a/dev-python/breathe/Manifest
19 +++ b/dev-python/breathe/Manifest
20 @@ -1 +1,2 @@
21 DIST breathe-4.34.0.gh.tar.gz 206989 BLAKE2B 1c899165ae30de373f90c0fd0b3428d7f4d74e3f66720731c2d02bc2a8bd9c6e5bbd81909b8ab186304975f877d276ed0170c611105335032bee3b689cadef73 SHA512 7f3134575f1b8c4d7c96ebc735e33f656b5c6046de3fa2aee95d5e895fb33f0a83fb4b1c64dd69b9deca20b785868b42d6b1d5e39741500ff5f9d82bf3f130b4
22 +DIST breathe-4.35.0.gh.tar.gz 212932 BLAKE2B 9423cc99cd1dc45fa1c93f1e2adfe59be4f3398842d3c6f98ee7a17285e108de4eb88e149c4ee179fa1008e30b69c8fa4f3934506aa53892c2eb612fa7652ba3 SHA512 76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91
23
24 diff --git a/dev-python/breathe/breathe-4.35.0.ebuild b/dev-python/breathe/breathe-4.35.0.ebuild
25 new file mode 100644
26 index 000000000000..ecc0d3520dc9
27 --- /dev/null
28 +++ b/dev-python/breathe/breathe-4.35.0.ebuild
29 @@ -0,0 +1,37 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{9..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Sphinx Doxygen renderer"
41 +HOMEPAGE="
42 + https://breathe.readthedocs.io/en/latest/
43 + https://github.com/breathe-doc/breathe/
44 + https://pypi.org/project/breathe/
45 +"
46 +SRC_URI="
47 + https://github.com/breathe-doc/breathe/archive/v${PV}.tar.gz
48 + -> ${P}.gh.tar.gz
49 +"
50 +
51 +LICENSE="BSD"
52 +SLOT="0"
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
54 +
55 +RDEPEND="
56 + app-doc/doxygen
57 + dev-python/docutils[${PYTHON_USEDEP}]
58 + >=dev-python/sphinx-4.0.0[${PYTHON_USEDEP}]
59 + dev-texlive/texlive-bibtexextra
60 + dev-texlive/texlive-fontsextra
61 + dev-texlive/texlive-fontutils
62 + dev-texlive/texlive-latex
63 + dev-texlive/texlive-latexextra
64 +"
65 +
66 +distutils_enable_tests pytest