diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-21 07:11:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-21 07:59:57 +0200 |
commit | 6ffbf562b77bfd7afe01c31a4966cfb743637fcf (patch) | |
tree | eda5f8646f1b3235c21a55be257edb861b752e55 /dev-python/breathe | |
parent | dev-python/zstandard: Bump to 0.18.0 (diff) | |
download | gentoo-6ffbf562b77bfd7afe01c31a4966cfb743637fcf.tar.gz gentoo-6ffbf562b77bfd7afe01c31a4966cfb743637fcf.tar.bz2 gentoo-6ffbf562b77bfd7afe01c31a4966cfb743637fcf.zip |
dev-python/breathe: Bump to 4.34.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/breathe')
-rw-r--r-- | dev-python/breathe/Manifest | 1 | ||||
-rw-r--r-- | dev-python/breathe/breathe-4.34.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest index 8f6ea06199cc..9512ae07614a 100644 --- a/dev-python/breathe/Manifest +++ b/dev-python/breathe/Manifest @@ -1 +1,2 @@ DIST breathe-4.33.1.tar.gz 206013 BLAKE2B c0239dcf79752d3aa0bf72b2867b9e3b2e7c321758dba7a556abaf2296b69c1ae0745ec217857216938199a03fee9d9fa0338034fbd9c01f84ebd07fc15b5f80 SHA512 770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b +DIST breathe-4.34.0.gh.tar.gz 206989 BLAKE2B 1c899165ae30de373f90c0fd0b3428d7f4d74e3f66720731c2d02bc2a8bd9c6e5bbd81909b8ab186304975f877d276ed0170c611105335032bee3b689cadef73 SHA512 7f3134575f1b8c4d7c96ebc735e33f656b5c6046de3fa2aee95d5e895fb33f0a83fb4b1c64dd69b9deca20b785868b42d6b1d5e39741500ff5f9d82bf3f130b4 diff --git a/dev-python/breathe/breathe-4.34.0.ebuild b/dev-python/breathe/breathe-4.34.0.ebuild new file mode 100644 index 000000000000..7af035cfb322 --- /dev/null +++ b/dev-python/breathe/breathe-4.34.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx Doxygen renderer" +HOMEPAGE=" + https://breathe.readthedocs.io/en/latest/ + https://github.com/michaeljones/breathe/ +" +SRC_URI=" + https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + app-doc/doxygen + dev-python/docutils[${PYTHON_USEDEP}] + >=dev-python/sphinx-4.0.0[${PYTHON_USEDEP}] + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra +" + +distutils_enable_tests pytest |