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: Tue, 30 Mar 2021 07:49:55
Message-Id: 1617090581.a58a5b94bd9bd6dca9f777c2cc09bf85e9fb166a.mgorny@gentoo
1 commit: a58a5b94bd9bd6dca9f777c2cc09bf85e9fb166a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 07:26:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 07:49:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58a5b94
7
8 dev-python/breathe: Bump to 4.28.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.28.0.ebuild | 31 +++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
17 index 5cab0cadd9f..228cccbe30d 100644
18 --- a/dev-python/breathe/Manifest
19 +++ b/dev-python/breathe/Manifest
20 @@ -1 +1,2 @@
21 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643 SHA512 b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
22 +DIST breathe-4.28.0.tar.gz 187954 BLAKE2B fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a SHA512 a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
23
24 diff --git a/dev-python/breathe/breathe-4.28.0.ebuild b/dev-python/breathe/breathe-4.28.0.ebuild
25 new file mode 100644
26 index 00000000000..335bb076fa0
27 --- /dev/null
28 +++ b/dev-python/breathe/breathe-4.28.0.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +DISTUTILS_USE_SETUPTOOLS=rdepend
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Sphinx Doxygen renderer"
41 +HOMEPAGE="https://breathe.readthedocs.io/en/latest/"
42 +SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 +
48 +RDEPEND="
49 + app-doc/doxygen
50 + dev-python/docutils[${PYTHON_USEDEP}]
51 + >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
52 + dev-python/six[${PYTHON_USEDEP}]
53 + dev-texlive/texlive-bibtexextra
54 + dev-texlive/texlive-fontsextra
55 + dev-texlive/texlive-fontutils
56 + dev-texlive/texlive-latex
57 + dev-texlive/texlive-latexextra
58 +"
59 +
60 +distutils_enable_tests pytest