summaryrefslogtreecommitdiff
path: root/dev-python/breathe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-05 11:25:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-05 11:25:00 +0100
commitad77dc19e91d2c023f80e11e8974536d80e3a743 (patch)
tree42bb312ab0eb61fd94103e3eddb65b134f6be5a4 /dev-python/breathe
parent6de28447d66e6c47ee682740b840cdb67244d4b1 (diff)
gentoo auto-resync : 05:04:2023 - 11:25:00
Diffstat (limited to 'dev-python/breathe')
-rw-r--r--dev-python/breathe/Manifest5
-rw-r--r--dev-python/breathe/breathe-4.34.0.ebuild41
-rw-r--r--dev-python/breathe/breathe-4.35.0.ebuild2
-rw-r--r--dev-python/breathe/files/breathe-4.34.0-sphinx-5.3.0.patch43
4 files changed, 2 insertions, 89 deletions
diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 1bf96f9c3a4b..0c49ec83544e 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,6 +1,3 @@
-AUX breathe-4.34.0-sphinx-5.3.0.patch 1354 BLAKE2B 2cead0e34ec7a0c4e140f794f0212f9dc2e5e5fbc61981d1d7ca906bc462d36fec3032279874f41b893949b34dea43bbd28ef8a3f7c30663ac432330b5088ff9 SHA512 14beb1825fe1cdbc8de14cafe47cf9b855465929bd55f72b8c81239afa2115ec3d390abaa9ec0a16194f60a93776eef89cc04a8d4b246f69318b2fa923b03a26
-DIST breathe-4.34.0.gh.tar.gz 206989 BLAKE2B 1c899165ae30de373f90c0fd0b3428d7f4d74e3f66720731c2d02bc2a8bd9c6e5bbd81909b8ab186304975f877d276ed0170c611105335032bee3b689cadef73 SHA512 7f3134575f1b8c4d7c96ebc735e33f656b5c6046de3fa2aee95d5e895fb33f0a83fb4b1c64dd69b9deca20b785868b42d6b1d5e39741500ff5f9d82bf3f130b4
DIST breathe-4.35.0.gh.tar.gz 212932 BLAKE2B 9423cc99cd1dc45fa1c93f1e2adfe59be4f3398842d3c6f98ee7a17285e108de4eb88e149c4ee179fa1008e30b69c8fa4f3934506aa53892c2eb612fa7652ba3 SHA512 76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91
-EBUILD breathe-4.34.0.ebuild 945 BLAKE2B 775be55667f201880f819b3c9891ab261602a1346feb2ba2a7e1964cc78733075d4ad96f3153fa2595e19881fe3622c763a67a60bb1c33c8e484d6d8d3be3dd1 SHA512 c0fa2b7f7f6e299b3dad9290b99db735a5015e48ee10c8e50a3535d47fa66fc39a7dd5756cb6b39fbe2e6f46db4cb849af9390b04df13bd01201d150d39ee0f1
-EBUILD breathe-4.35.0.ebuild 900 BLAKE2B b3ddc56b3223fb272ebfd2763dbb32968c60c21961f8de52fe298674527f2715b7d762db3073a852da97865537cd1f41cfe19c1adae263b729c4e0ec06be5dd2 SHA512 9155eb9c23dc76e7a0e04a3db6709b698c03cb0447f2870fbea4d9b68ada9e9ba73761d89b845a1303603d22ab18e52d606985283c8de8d567d7e9001bde9cdf
+EBUILD breathe-4.35.0.ebuild 893 BLAKE2B 22f6ec314c2a57d2b0145ed972b1024b0da4333e3e11ac50e806a26dd57967a408823fe8e9b535c28e294a1f479db06a535c6cbbf80234453abe80739079faec SHA512 6b71e9fc75362493226792bd05dc7e837836ad73c4a14e38cfc89eb8ee9b35c9d1b695c4cef5398edef7b007ef22e6a09501950628ae503f088facbd55d93486
MISC metadata.xml 821 BLAKE2B 4df48e03f2ad66f9a802bb6c238ee2459435e58153ce5cb8556b7b9feda45dd86017266bdf259faaa3e49963976bd61fbff5eccf18f2d9d95d61319995974fa1 SHA512 a14c0334a7029f762133252fcf7b8ae313be23059326876cd64d81fedaac4c37023288779450ff99524b6c3c99f62e7809befeb60476a9e838e6fa2f3169deb7
diff --git a/dev-python/breathe/breathe-4.34.0.ebuild b/dev-python/breathe/breathe-4.34.0.ebuild
deleted file mode 100644
index f5520f4e516f..000000000000
--- a/dev-python/breathe/breathe-4.34.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="
- https://breathe.readthedocs.io/en/latest/
- https://github.com/breathe-doc/breathe/
- https://pypi.org/project/breathe/
-"
-SRC_URI="
- https://github.com/breathe-doc/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
-
-PATCHES=(
- "${FILESDIR}"/${P}-sphinx-5.3.0.patch
-)
diff --git a/dev-python/breathe/breathe-4.35.0.ebuild b/dev-python/breathe/breathe-4.35.0.ebuild
index ecc0d3520dc9..e5117107d3fe 100644
--- a/dev-python/breathe/breathe-4.35.0.ebuild
+++ b/dev-python/breathe/breathe-4.35.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="
app-doc/doxygen
diff --git a/dev-python/breathe/files/breathe-4.34.0-sphinx-5.3.0.patch b/dev-python/breathe/files/breathe-4.34.0-sphinx-5.3.0.patch
deleted file mode 100644
index 52c65b99ec4a..000000000000
--- a/dev-python/breathe/files/breathe-4.34.0-sphinx-5.3.0.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 877d88e5aecd1d39978a46fe7f3df35474d7cd8d Mon Sep 17 00:00:00 2001
-From: Daniel Garcia Moreno <daniel.garcia@suse.com>
-Date: Fri, 28 Oct 2022 08:45:33 +0200
-Subject: [PATCH] Fix tests for Sphinx 5.3.0
-
-Fix https://github.com/breathe-doc/breathe/issues/863
----
- tests/test_renderer.py | 12 +++++++++++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/tests/test_renderer.py b/tests/test_renderer.py
-index 1688981..a858c65 100644
---- a/tests/test_renderer.py
-+++ b/tests/test_renderer.py
-@@ -109,6 +109,12 @@ class WrappedCompoundDef(compounddefTypeSub, WrappedDoxygenNode):
- WrappedDoxygenNode.__init__(self, compounddefTypeSub, **kwargs)
-
-
-+class MockMemo:
-+ def __init__(self):
-+ self.title_styles = ""
-+ self.section_level = ""
-+
-+
- class MockState:
- def __init__(self, app):
- from breathe.project import ProjectInfoFactory
-@@ -123,7 +129,11 @@ class MockState:
- settings.env = env
- self.document = utils.new_document("", settings)
-
-- def nested_parse(self, content, content_offset, contentnode):
-+ # In sphinx 5.3.0 the method state.nested_parse is not called directly
-+ # so this memo object should exists here
-+ self.memo = MockMemo()
-+
-+ def nested_parse(self, content, content_offset, contentnode, match_titles=1):
- pass
-
-
---
-2.39.0
-