[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2024-05-08 Thread Michał Górny
commit: 4d01aac778a09ee57445f86decd4518bafbbab58
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 12:15:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 12:15:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d01aac7

dev-python/breathe: Revert "Add dev-python/defusedxml indirect test dep"

We need to find a more systematic solution.

Reverts: 34c0279919759570941b74fa9a2a7fbbf5e6fba7
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.35.0-r1.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-python/breathe/breathe-4.35.0-r1.ebuild 
b/dev-python/breathe/breathe-4.35.0-r1.ebuild
index f9a5d26c4e33..16719afdb406 100644
--- a/dev-python/breathe/breathe-4.35.0-r1.ebuild
+++ b/dev-python/breathe/breathe-4.35.0-r1.ebuild
@@ -33,12 +33,6 @@ RDEPEND="
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
 "
-# defusedxml via sphinx.testing
-BDEPEND="
-   test? (
-   dev-python/defusedxml[${PYTHON_USEDEP}]
-   )
-"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2024-05-08 Thread Michał Górny
commit: 34c0279919759570941b74fa9a2a7fbbf5e6fba7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 08:46:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 08:46:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c02799

dev-python/breathe: Add dev-python/defusedxml indirect test dep

Closes: https://bugs.gentoo.org/931291
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.35.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/breathe/breathe-4.35.0-r1.ebuild 
b/dev-python/breathe/breathe-4.35.0-r1.ebuild
index 16719afdb406..f9a5d26c4e33 100644
--- a/dev-python/breathe/breathe-4.35.0-r1.ebuild
+++ b/dev-python/breathe/breathe-4.35.0-r1.ebuild
@@ -33,6 +33,12 @@ RDEPEND="
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
 "
+# defusedxml via sphinx.testing
+BDEPEND="
+   test? (
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/, dev-python/breathe/files/

2024-01-27 Thread Michał Górny
commit: 97bf9dbde04260bf1357232e3b11a124574c68a5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 27 11:48:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 27 12:10:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bf9dbd

dev-python/breathe: Pull a sphinx-7.2 fix

Closes: https://bugs.gentoo.org/922997
Signed-off-by: Michał Górny  gentoo.org>

 ...athe-4.35.0.ebuild => breathe-4.35.0-r1.ebuild} |  5 +++
 .../breathe/files/breathe-4.35.0-sphinx-7.2.patch  | 40 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/breathe/breathe-4.35.0.ebuild 
b/dev-python/breathe/breathe-4.35.0-r1.ebuild
similarity index 89%
rename from dev-python/breathe/breathe-4.35.0.ebuild
rename to dev-python/breathe/breathe-4.35.0-r1.ebuild
index 4c6e3cd4c57d..16719afdb406 100644
--- a/dev-python/breathe/breathe-4.35.0.ebuild
+++ b/dev-python/breathe/breathe-4.35.0-r1.ebuild
@@ -35,3 +35,8 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
+
+PATCHES=(
+   # https://github.com/breathe-doc/breathe/pull/956
+   "${FILESDIR}/${P}-sphinx-7.2.patch"
+)

diff --git a/dev-python/breathe/files/breathe-4.35.0-sphinx-7.2.patch 
b/dev-python/breathe/files/breathe-4.35.0-sphinx-7.2.patch
new file mode 100644
index ..b81eddc6a6e3
--- /dev/null
+++ b/dev-python/breathe/files/breathe-4.35.0-sphinx-7.2.patch
@@ -0,0 +1,40 @@
+From 46abd77157a2a57e81586e4f8765ae8f1a09d167 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Mark=C3=A9ta?= 
+Date: Wed, 4 Oct 2023 15:53:59 +0200
+Subject: [PATCH] support Sphinx 7.2
+
+---
+ breathe/project.py | 2 +-
+ tests/test_renderer.py | 6 +-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/breathe/project.py b/breathe/project.py
+index 865236e8..9716cb59 100644
+--- a/breathe/project.py
 b/breathe/project.py
+@@ -113,7 +113,7 @@ def __init__(self, app: Sphinx):
+ # Assume general build directory is the doctree directory without the 
last component.
+ # We strip off any trailing slashes so that dirname correctly drops 
the last part.
+ # This can be overridden with the breathe_build_directory config 
variable
+-self._default_build_dir = 
os.path.dirname(app.doctreedir.rstrip(os.sep))
++self._default_build_dir = app.doctreedir.parent
+ self.project_count = 0
+ self.project_info_store: Dict[str, ProjectInfo] = {}
+ self.project_info_for_auto_store: Dict[str, AutoProjectInfo] = {}
+diff --git a/tests/test_renderer.py b/tests/test_renderer.py
+index a858c65d..73a29e4e 100644
+--- a/tests/test_renderer.py
 b/tests/test_renderer.py
+@@ -35,7 +35,11 @@ def app(test_params, app_params, make_app, shared_result):
+ """
+ args, kwargs = app_params
+ assert "srcdir" in kwargs
+-kwargs["srcdir"].makedirs(exist_ok=True)
++try:
++kwargs["srcdir"].mkdir(parents=True, exist_ok=True)
++except AttributeError:
++# old version of Sphinx
++kwargs["srcdir"].makedirs(exist_ok=True)
+ (kwargs["srcdir"] / "conf.py").write_text("")
+ app_ = make_app(*args, **kwargs)
+ yield app_



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2023-05-31 Thread Michał Górny
commit: 8872362036f6de428af61018eeb2fa6eca62d2b8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 03:54:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 04:07:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88723620

dev-python/breathe: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.35.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.35.0.ebuild 
b/dev-python/breathe/breathe-4.35.0.ebuild
index e5117107d3fe..b8d31307ded3 100644
--- a/dev-python/breathe/breathe-4.35.0.ebuild
+++ b/dev-python/breathe/breathe-4.35.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/, dev-python/breathe/files/

2023-04-05 Thread Michał Górny
commit: 8ccab891cfe12fd35101f52e9b667964df5e883f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:19:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:19:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccab891

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest|  1 -
 dev-python/breathe/breathe-4.34.0.ebuild   | 41 -
 .../files/breathe-4.34.0-sphinx-5.3.0.patch| 43 --
 3 files changed, 85 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index f25583217989..a14e4d4d735f 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1 @@
-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

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..
--- 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/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..
--- 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 
-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
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2023-04-05 Thread Arthur Zamarin
commit: b1a5b5ee405e7f37a6e64160e5cb52891e7fe7e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:38:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:38:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a5b5ee

dev-python/breathe: Stabilize 4.35.0 ALLARCHES, #903838

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/breathe/breathe-4.35.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2023-02-28 Thread Michał Górny
commit: bc238c9d22609a3daec317b395accde5dd95650c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  1 05:45:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  1 06:16:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc238c9d

dev-python/breathe: Bump to 4.35.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.35.0.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 615b4c282881..f25583217989 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/breathe/breathe-4.35.0.ebuild 
b/dev-python/breathe/breathe-4.35.0.ebuild
new file mode 100644
index ..ecc0d3520dc9
--- /dev/null
+++ b/dev-python/breathe/breathe-4.35.0.ebuild
@@ -0,0 +1,37 @@
+# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-12-23 Thread Michał Górny
commit: 48852754b299b5d518f64a6e8042cdee8e2d5ce7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 23 11:23:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 23 11:24:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48852754

dev-python/breathe: Update homepages

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.34.0.ebuild | 5 +++--
 dev-python/breathe/metadata.xml  | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/breathe/breathe-4.34.0.ebuild 
b/dev-python/breathe/breathe-4.34.0.ebuild
index dbc0627c69cd..7373a531ecb2 100644
--- a/dev-python/breathe/breathe-4.34.0.ebuild
+++ b/dev-python/breathe/breathe-4.34.0.ebuild
@@ -11,10 +11,11 @@ inherit distutils-r1
 DESCRIPTION="Sphinx Doxygen renderer"
 HOMEPAGE="
https://breathe.readthedocs.io/en/latest/
-   https://github.com/michaeljones/breathe/
+   https://github.com/breathe-doc/breathe/
+   https://pypi.org/project/breathe/
 "
 SRC_URI="
-   https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz
+   https://github.com/breathe-doc/breathe/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
 

diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml
index e3ae2e327501..8348e294cac4 100644
--- a/dev-python/breathe/metadata.xml
+++ b/dev-python/breathe/metadata.xml
@@ -16,6 +16,6 @@
   
   
 breathe
-michaeljones/breathe
+breathe-doc/breathe
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/, dev-python/breathe/files/

2022-12-23 Thread Michał Górny
commit: 397592b19dc3350bfb70423f573ce9a40de7d013
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 23 11:20:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 23 11:24:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397592b1

dev-python/breathe: Backport fix for testing w/ Sphinx 5.3.0

Closes: https://bugs.gentoo.org/887853
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.34.0.ebuild   |  4 ++
 .../files/breathe-4.34.0-sphinx-5.3.0.patch| 43 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/breathe/breathe-4.34.0.ebuild 
b/dev-python/breathe/breathe-4.34.0.ebuild
index 653ebdf4f02d..dbc0627c69cd 100644
--- a/dev-python/breathe/breathe-4.34.0.ebuild
+++ b/dev-python/breathe/breathe-4.34.0.ebuild
@@ -34,3 +34,7 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${P}-sphinx-5.3.0.patch
+)

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
new file mode 100644
index ..52c65b99ec4a
--- /dev/null
+++ b/dev-python/breathe/files/breathe-4.34.0-sphinx-5.3.0.patch
@@ -0,0 +1,43 @@
+From 877d88e5aecd1d39978a46fe7f3df35474d7cd8d Mon Sep 17 00:00:00 2001
+From: Daniel Garcia Moreno 
+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
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-07-24 Thread Michał Górny
commit: e74ec97d18f839e2975461f5e5ad0cfad4e08455
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 24 20:26:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 24 20:26:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74ec97d

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 -
 dev-python/breathe/breathe-4.33.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 9512ae07614a..615b4c282881 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1 @@
-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.33.1.ebuild 
b/dev-python/breathe/breathe-4.33.1.ebuild
deleted file mode 100644
index 1fa5a75ced22..
--- a/dev-python/breathe/breathe-4.33.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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}.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-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-07-24 Thread Sam James
commit: 656bc95fd9239668bc4f8df34af67479f6a4a4d0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 24 19:11:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 24 19:11:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656bc95f

dev-python/breathe: Stabilize 4.34.0 ALLARCHES, #860567

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.34.0.ebuild 
b/dev-python/breathe/breathe-4.34.0.ebuild
index 7af035cfb322..653ebdf4f02d 100644
--- a/dev-python/breathe/breathe-4.34.0.ebuild
+++ b/dev-python/breathe/breathe-4.34.0.ebuild
@@ -20,7 +20,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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-06-21 Thread Michał Górny
commit: 6ffbf562b77bfd7afe01c31a4966cfb743637fcf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 21 05:11:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 21 05:59:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffbf562

dev-python/breathe: Bump to 4.34.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.34.0.ebuild | 36 
 2 files changed, 37 insertions(+)

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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-05-18 Thread Andrew Ammerlaan
commit: 9a27d550fe023272be02d0220138b2175c9292c8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed May 18 11:15:24 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 18 11:15:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a27d550

dev-python/breathe: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/breathe/breathe-4.33.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.33.1.ebuild 
b/dev-python/breathe/breathe-4.33.1.ebuild
index cd78fa99b250..1fa5a75ced22 100644
--- a/dev-python/breathe/breathe-4.33.1.ebuild
+++ b/dev-python/breathe/breathe-4.33.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-03-15 Thread Michał Górny
commit: a90c71d515f08d2a690c66c87b2c44fad96b7946
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 11:14:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 11:15:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90c71d5

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  3 ---
 dev-python/breathe/breathe-4.31.0.ebuild | 30 --
 dev-python/breathe/breathe-4.32.0.ebuild | 32 
 dev-python/breathe/breathe-4.33.0.ebuild | 32 
 4 files changed, 97 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index d82c3e5db312..8f6ea06199cc 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,4 +1 @@
-DIST breathe-4.31.0.tar.gz 193629 BLAKE2B 
d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d
 SHA512 
f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac
-DIST breathe-4.32.0.tar.gz 198379 BLAKE2B 
904ac5f18c82354eb670ae7056fd1244d973b67931db308b90adeb69455d09f793e3e5045b5f7d9ecfa930a4ac9e92526b4cd02a9297aafa6701caee2ce0f8df
 SHA512 
d62d721fa2afa81d501405044d39bd4c0753d4aef82c39c543c2c6d58f5e0e3f97c92b9fb2772e07fb877b85107a6493f34a0099bd71c416843a01a10b4bbb73
-DIST breathe-4.33.0.tar.gz 206107 BLAKE2B 
708494c18777ec1e513ca3be0aaa2d964b03e9f08db837ded186e91f53e6c1cf61a9dc2324c020d89ba833aab746c73f7913fdb6e59aee77cbe390b61d1a78f8
 SHA512 
5718372e0a9387a69073a2ae412f1f261cd375373edc32a363169a255f546c7d1ff6e79413802f664344dec1d837e65ee403b5e866eaaffc07aed333d9095ef4
 DIST breathe-4.33.1.tar.gz 206013 BLAKE2B 
c0239dcf79752d3aa0bf72b2867b9e3b2e7c321758dba7a556abaf2296b69c1ae0745ec217857216938199a03fee9d9fa0338034fbd9c01f84ebd07fc15b5f80
 SHA512 
770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b

diff --git a/dev-python/breathe/breathe-4.31.0.ebuild 
b/dev-python/breathe/breathe-4.31.0.ebuild
deleted file mode 100644
index 9953f5f40a0b..
--- a/dev-python/breathe/breathe-4.31.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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}.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-3.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

diff --git a/dev-python/breathe/breathe-4.32.0.ebuild 
b/dev-python/breathe/breathe-4.32.0.ebuild
deleted file mode 100644
index 4c47cd1dbb3d..
--- a/dev-python/breathe/breathe-4.32.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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..10} )
-
-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}.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-3.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

diff --git a/dev-python/breathe/breathe-4.33.0.ebuild 
b/dev-python/breathe/breathe-4.33.0.ebuild
deleted file mode 100644
index 4c47cd1dbb3d..
--- a/dev-python/breathe/breathe-4.33.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-03-15 Thread Jakov Smolić
commit: 82d51652feadd1445f94a2c49843636ddfd4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 10:36:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 10:36:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d5

dev-python/breathe: Stabilize 4.33.1 ALLARCHES, #835181

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/breathe/breathe-4.33.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.33.1.ebuild 
b/dev-python/breathe/breathe-4.33.1.ebuild
index 4c47cd1dbb3d..cd78fa99b250 100644
--- a/dev-python/breathe/breathe-4.33.1.ebuild
+++ b/dev-python/breathe/breathe-4.33.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${P}.t
 
 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-02-14 Thread Michał Górny
commit: b1de7e902af9594075420fa7b917bde476965bfd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 14 21:05:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 14 21:37:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1de7e90

dev-python/breathe: Bump to 4.33.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.33.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index b49de72cb586..d82c3e5db312 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,4 @@
 DIST breathe-4.31.0.tar.gz 193629 BLAKE2B 
d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d
 SHA512 
f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac
 DIST breathe-4.32.0.tar.gz 198379 BLAKE2B 
904ac5f18c82354eb670ae7056fd1244d973b67931db308b90adeb69455d09f793e3e5045b5f7d9ecfa930a4ac9e92526b4cd02a9297aafa6701caee2ce0f8df
 SHA512 
d62d721fa2afa81d501405044d39bd4c0753d4aef82c39c543c2c6d58f5e0e3f97c92b9fb2772e07fb877b85107a6493f34a0099bd71c416843a01a10b4bbb73
 DIST breathe-4.33.0.tar.gz 206107 BLAKE2B 
708494c18777ec1e513ca3be0aaa2d964b03e9f08db837ded186e91f53e6c1cf61a9dc2324c020d89ba833aab746c73f7913fdb6e59aee77cbe390b61d1a78f8
 SHA512 
5718372e0a9387a69073a2ae412f1f261cd375373edc32a363169a255f546c7d1ff6e79413802f664344dec1d837e65ee403b5e866eaaffc07aed333d9095ef4
+DIST breathe-4.33.1.tar.gz 206013 BLAKE2B 
c0239dcf79752d3aa0bf72b2867b9e3b2e7c321758dba7a556abaf2296b69c1ae0745ec217857216938199a03fee9d9fa0338034fbd9c01f84ebd07fc15b5f80
 SHA512 
770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b

diff --git a/dev-python/breathe/breathe-4.33.1.ebuild 
b/dev-python/breathe/breathe-4.33.1.ebuild
new file mode 100644
index ..4c47cd1dbb3d
--- /dev/null
+++ b/dev-python/breathe/breathe-4.33.1.ebuild
@@ -0,0 +1,32 @@
+# 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..10} )
+
+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}.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-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-02-14 Thread Michał Górny
commit: d969b3b0d63bae6bcc098dca5402512641f85102
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 14 08:11:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 14 08:32:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d969b3b0

dev-python/breathe: Bump to 4.33.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.33.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index b35b631fec19..b49de72cb586 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1,3 @@
 DIST breathe-4.31.0.tar.gz 193629 BLAKE2B 
d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d
 SHA512 
f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac
 DIST breathe-4.32.0.tar.gz 198379 BLAKE2B 
904ac5f18c82354eb670ae7056fd1244d973b67931db308b90adeb69455d09f793e3e5045b5f7d9ecfa930a4ac9e92526b4cd02a9297aafa6701caee2ce0f8df
 SHA512 
d62d721fa2afa81d501405044d39bd4c0753d4aef82c39c543c2c6d58f5e0e3f97c92b9fb2772e07fb877b85107a6493f34a0099bd71c416843a01a10b4bbb73
+DIST breathe-4.33.0.tar.gz 206107 BLAKE2B 
708494c18777ec1e513ca3be0aaa2d964b03e9f08db837ded186e91f53e6c1cf61a9dc2324c020d89ba833aab746c73f7913fdb6e59aee77cbe390b61d1a78f8
 SHA512 
5718372e0a9387a69073a2ae412f1f261cd375373edc32a363169a255f546c7d1ff6e79413802f664344dec1d837e65ee403b5e866eaaffc07aed333d9095ef4

diff --git a/dev-python/breathe/breathe-4.33.0.ebuild 
b/dev-python/breathe/breathe-4.33.0.ebuild
new file mode 100644
index ..4c47cd1dbb3d
--- /dev/null
+++ b/dev-python/breathe/breathe-4.33.0.ebuild
@@ -0,0 +1,32 @@
+# 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..10} )
+
+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}.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-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2022-01-29 Thread Michał Górny
commit: 8ac094d49a7c1acf42809153841e93f5d5e85fe1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 30 07:08:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 30 07:08:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac094d4

dev-python/breathe: Bump to 4.32.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.32.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index ac63ac869e3d..b35b631fec19 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
 DIST breathe-4.31.0.tar.gz 193629 BLAKE2B 
d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d
 SHA512 
f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac
+DIST breathe-4.32.0.tar.gz 198379 BLAKE2B 
904ac5f18c82354eb670ae7056fd1244d973b67931db308b90adeb69455d09f793e3e5045b5f7d9ecfa930a4ac9e92526b4cd02a9297aafa6701caee2ce0f8df
 SHA512 
d62d721fa2afa81d501405044d39bd4c0753d4aef82c39c543c2c6d58f5e0e3f97c92b9fb2772e07fb877b85107a6493f34a0099bd71c416843a01a10b4bbb73

diff --git a/dev-python/breathe/breathe-4.32.0.ebuild 
b/dev-python/breathe/breathe-4.32.0.ebuild
new file mode 100644
index ..4c47cd1dbb3d
--- /dev/null
+++ b/dev-python/breathe/breathe-4.32.0.ebuild
@@ -0,0 +1,32 @@
+# 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..10} )
+
+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}.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-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-10-15 Thread Michał Górny
commit: f6702101327032fa06d7563ea3826edb6556c8f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 16 05:58:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 16 05:58:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6702101

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 -
 dev-python/breathe/breathe-4.30.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 2f6e107b164..ac63ac869e3 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1 @@
-DIST breathe-4.30.0.tar.gz 190892 BLAKE2B 
19723ed2f979eedcab73a9920c37cf6d3f6e02ff08703d601cc38fe55ecbac28b8ef8d319205723fce75b5e679a75fbd8e712dc134358e1ba6c23dfcb999a472
 SHA512 
fa09ee687a8e67fa480865a0d33affd9aa0ab48b0cb5b685731ec393045d8c9e1ae0622a1315f805449d712e99e6982ed229bb79314c69f69da0c705d075f7f9
 DIST breathe-4.31.0.tar.gz 193629 BLAKE2B 
d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d
 SHA512 
f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac

diff --git a/dev-python/breathe/breathe-4.30.0.ebuild 
b/dev-python/breathe/breathe-4.30.0.ebuild
deleted file mode 100644
index e18fad47898..000
--- a/dev-python/breathe/breathe-4.30.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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}.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-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-10-15 Thread Sam James
commit: 6b7e1968762cba8ba399e39b379c06df6645f813
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 15 22:41:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 15 22:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7e1968

dev-python/breathe: Stabilize 4.31.0 ALLARCHES, #818298

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.31.0.ebuild 
b/dev-python/breathe/breathe-4.31.0.ebuild
index b0fbc7e01e8..9953f5f40a0 100644
--- a/dev-python/breathe/breathe-4.31.0.ebuild
+++ b/dev-python/breathe/breathe-4.31.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${P}.t
 
 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-09-15 Thread Michał Górny
commit: 094fb16a51d442ac0285e19360218757927be029
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 20:01:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 20:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094fb16a

dev-python/breathe: Bump to 4.31.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.31.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 45a78921e9e..2f6e107b164 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
 DIST breathe-4.30.0.tar.gz 190892 BLAKE2B 
19723ed2f979eedcab73a9920c37cf6d3f6e02ff08703d601cc38fe55ecbac28b8ef8d319205723fce75b5e679a75fbd8e712dc134358e1ba6c23dfcb999a472
 SHA512 
fa09ee687a8e67fa480865a0d33affd9aa0ab48b0cb5b685731ec393045d8c9e1ae0622a1315f805449d712e99e6982ed229bb79314c69f69da0c705d075f7f9
+DIST breathe-4.31.0.tar.gz 193629 BLAKE2B 
d883f5d8ec339e3bb3db7382e17b27445f4ac05039aaa6ecc29fb38db51e95483c559e78cf642e70bea975c42b1ef2ed48d8804fd9557f7693139b7f5639dc3d
 SHA512 
f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac

diff --git a/dev-python/breathe/breathe-4.31.0.ebuild 
b/dev-python/breathe/breathe-4.31.0.ebuild
new file mode 100644
index 000..b0fbc7e01e8
--- /dev/null
+++ b/dev-python/breathe/breathe-4.31.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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}.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-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-06-05 Thread Michał Górny
commit: 1177175d02dc9c06d022dc2f5e9b0416bc39d7ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 21:00:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 21:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1177175d

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  2 --
 dev-python/breathe/breathe-4.28.0.ebuild | 31 ---
 dev-python/breathe/breathe-4.29.2.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 15ea7ef7ae7..45a78921e9e 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1 @@
-DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
-DIST breathe-4.29.2.tar.gz 190695 BLAKE2B 
c3ecdc02f7ef8d83a63d4c6077f3ddfa794ff9113428a0686e37dcb281bb05a27a885b0664a3eadeeb2efdab5b51a1164c93fe67954bc3e71f54e1c6bc114c84
 SHA512 
1a47a36f9ebb4c863dd3d06d19ae1dd18af3b9468561f2b2370f57da8573faf4489ee3f1c9aebc84d867a51a6a7032d1a57a3430b804c5dd5886a0fce4c0adfc
 DIST breathe-4.30.0.tar.gz 190892 BLAKE2B 
19723ed2f979eedcab73a9920c37cf6d3f6e02ff08703d601cc38fe55ecbac28b8ef8d319205723fce75b5e679a75fbd8e712dc134358e1ba6c23dfcb999a472
 SHA512 
fa09ee687a8e67fa480865a0d33affd9aa0ab48b0cb5b685731ec393045d8c9e1ae0622a1315f805449d712e99e6982ed229bb79314c69f69da0c705d075f7f9

diff --git a/dev-python/breathe/breathe-4.28.0.ebuild 
b/dev-python/breathe/breathe-4.28.0.ebuild
deleted file mode 100644
index 74dfdea1831..000
--- a/dev-python/breathe/breathe-4.28.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${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

diff --git a/dev-python/breathe/breathe-4.29.2.ebuild 
b/dev-python/breathe/breathe-4.29.2.ebuild
deleted file mode 100644
index f3976fca0bf..000
--- a/dev-python/breathe/breathe-4.29.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-06-05 Thread Michał Górny
commit: 95529df7bc430148ee2acc76cdc7bea1a2ffdbc5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 12:54:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 12:56:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95529df7

dev-python/breathe: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.30.0.ebuild 
b/dev-python/breathe/breathe-4.30.0.ebuild
index f3976fca0bf..383be131166 100644
--- a/dev-python/breathe/breathe-4.30.0.ebuild
+++ b/dev-python/breathe/breathe-4.30.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-05-07 Thread Michał Górny
commit: 6bae9ab357546ae404bb881b9b33507f52953e9e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  7 07:45:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 08:04:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bae9ab3

dev-python/breathe: Bump to 4.30.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.30.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index b2006cab533..15ea7ef7ae7 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1,3 @@
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
 DIST breathe-4.29.2.tar.gz 190695 BLAKE2B 
c3ecdc02f7ef8d83a63d4c6077f3ddfa794ff9113428a0686e37dcb281bb05a27a885b0664a3eadeeb2efdab5b51a1164c93fe67954bc3e71f54e1c6bc114c84
 SHA512 
1a47a36f9ebb4c863dd3d06d19ae1dd18af3b9468561f2b2370f57da8573faf4489ee3f1c9aebc84d867a51a6a7032d1a57a3430b804c5dd5886a0fce4c0adfc
+DIST breathe-4.30.0.tar.gz 190892 BLAKE2B 
19723ed2f979eedcab73a9920c37cf6d3f6e02ff08703d601cc38fe55ecbac28b8ef8d319205723fce75b5e679a75fbd8e712dc134358e1ba6c23dfcb999a472
 SHA512 
fa09ee687a8e67fa480865a0d33affd9aa0ab48b0cb5b685731ec393045d8c9e1ae0622a1315f805449d712e99e6982ed229bb79314c69f69da0c705d075f7f9

diff --git a/dev-python/breathe/breathe-4.30.0.ebuild 
b/dev-python/breathe/breathe-4.30.0.ebuild
new file mode 100644
index 000..f3976fca0bf
--- /dev/null
+++ b/dev-python/breathe/breathe-4.30.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-05-06 Thread Michał Górny
commit: 4dcd97eee7ab97b9759186a02ecdefc20ce3bdfb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 11:10:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 11:12:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcd97ee

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  3 ---
 dev-python/breathe/breathe-4.27.0.ebuild | 31 --
 dev-python/breathe/breathe-4.29.0.ebuild | 31 --
 dev-python/breathe/breathe-4.29.1.ebuild | 38 
 4 files changed, 103 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 38e5174bc2f..b2006cab533 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,5 +1,2 @@
-DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
-DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 
8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5
 SHA512 
2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d
-DIST breathe-4.29.1.tar.gz 190929 BLAKE2B 
cb5cbad4005e0d6ae292d13f2011b6d254b519adaa07b6495f577c6ff5fe0eafcec9bed5cbfca0d11b7e8a51c184a0d9100cdf260db462fde83071548831da31
 SHA512 
a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9c78
 DIST breathe-4.29.2.tar.gz 190695 BLAKE2B 
c3ecdc02f7ef8d83a63d4c6077f3ddfa794ff9113428a0686e37dcb281bb05a27a885b0664a3eadeeb2efdab5b51a1164c93fe67954bc3e71f54e1c6bc114c84
 SHA512 
1a47a36f9ebb4c863dd3d06d19ae1dd18af3b9468561f2b2370f57da8573faf4489ee3f1c9aebc84d867a51a6a7032d1a57a3430b804c5dd5886a0fce4c0adfc

diff --git a/dev-python/breathe/breathe-4.27.0.ebuild 
b/dev-python/breathe/breathe-4.27.0.ebuild
deleted file mode 100644
index 74dfdea1831..000
--- a/dev-python/breathe/breathe-4.27.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${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

diff --git a/dev-python/breathe/breathe-4.29.0.ebuild 
b/dev-python/breathe/breathe-4.29.0.ebuild
deleted file mode 100644
index 335bb076fa0..000
--- a/dev-python/breathe/breathe-4.29.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${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

diff --git a/dev-python/breathe/breathe-4.29.1.ebuild 
b/dev-python/breathe/breathe-4.29.1.ebuild
deleted file mode 100644
index 0d578843def..000
--- a/dev-python/breathe/breathe-4.29.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 

[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-05-06 Thread Sam James
commit: 9c6ad890169b4c907bc98ba6f9e87f3f4770cc0b
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 10:06:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 10:06:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6ad890

dev-python/breathe: Stabilize 4.28.0 ALLARCHES, #788478

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.28.0.ebuild 
b/dev-python/breathe/breathe-4.28.0.ebuild
index 335bb076fa0..74dfdea1831 100644
--- a/dev-python/breathe/breathe-4.28.0.ebuild
+++ b/dev-python/breathe/breathe-4.28.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-05-01 Thread Michał Górny
commit: 01af87aee5278684235bc97316976c0842671a8d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  1 06:39:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  1 07:45:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01af87ae

dev-python/breathe: Bump to 4.29.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.29.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 891cc422243..38e5174bc2f 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -2,3 +2,4 @@ DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d68
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
 DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 
8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5
 SHA512 
2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d
 DIST breathe-4.29.1.tar.gz 190929 BLAKE2B 
cb5cbad4005e0d6ae292d13f2011b6d254b519adaa07b6495f577c6ff5fe0eafcec9bed5cbfca0d11b7e8a51c184a0d9100cdf260db462fde83071548831da31
 SHA512 
a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9c78
+DIST breathe-4.29.2.tar.gz 190695 BLAKE2B 
c3ecdc02f7ef8d83a63d4c6077f3ddfa794ff9113428a0686e37dcb281bb05a27a885b0664a3eadeeb2efdab5b51a1164c93fe67954bc3e71f54e1c6bc114c84
 SHA512 
1a47a36f9ebb4c863dd3d06d19ae1dd18af3b9468561f2b2370f57da8573faf4489ee3f1c9aebc84d867a51a6a7032d1a57a3430b804c5dd5886a0fce4c0adfc

diff --git a/dev-python/breathe/breathe-4.29.2.ebuild 
b/dev-python/breathe/breathe-4.29.2.ebuild
new file mode 100644
index 000..f3976fca0bf
--- /dev/null
+++ b/dev-python/breathe/breathe-4.29.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-04-23 Thread Michał Górny
commit: 7bdbfc1473e8fad3ddefc529a0f07f2c9228837c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 23 06:44:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 23 07:25:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdbfc14

dev-python/breathe: Bump to 4.29.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.29.1.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 613f9647998..891cc422243 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,4 @@
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
 DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 
8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5
 SHA512 
2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d
+DIST breathe-4.29.1.tar.gz 190929 BLAKE2B 
cb5cbad4005e0d6ae292d13f2011b6d254b519adaa07b6495f577c6ff5fe0eafcec9bed5cbfca0d11b7e8a51c184a0d9100cdf260db462fde83071548831da31
 SHA512 
a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9c78

diff --git a/dev-python/breathe/breathe-4.29.1.ebuild 
b/dev-python/breathe/breathe-4.29.1.ebuild
new file mode 100644
index 000..0d578843def
--- /dev/null
+++ b/dev-python/breathe/breathe-4.29.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.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
+
+src_prepare() {
+   # remove stale dep
+   sed -i -e "s:'six>=1.9'::" setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-04-10 Thread Michał Górny
commit: cd6cc65d2e91a7d1ffc4585cde4b1e53ce1901d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 10 07:33:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 10 08:01:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6cc65d

dev-python/breathe: Bump to 4.29.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.29.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 228cccbe30d..613f9647998 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1,3 @@
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
 DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a
+DIST breathe-4.29.0.tar.gz 189293 BLAKE2B 
8eeca14c24b819c4a6510674a55a4f6f9397e33752f449c138a4b3f8fa139d50a7dd2446dcbd297ac6eb7b666090e11fec3de770120e1b581d1586d9f1356bc5
 SHA512 
2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d

diff --git a/dev-python/breathe/breathe-4.29.0.ebuild 
b/dev-python/breathe/breathe-4.29.0.ebuild
new file mode 100644
index 000..335bb076fa0
--- /dev/null
+++ b/dev-python/breathe/breathe-4.29.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
+   dev-python/six[${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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-03-30 Thread Michał Górny
commit: a58a5b94bd9bd6dca9f777c2cc09bf85e9fb166a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 30 07:26:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 30 07:49:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58a5b94

dev-python/breathe: Bump to 4.28.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.28.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 5cab0cadd9f..228cccbe30d 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4
+DIST breathe-4.28.0.tar.gz 187954 BLAKE2B 
fc17eb9fb47f01907a3edeb316a427c9f06b802189cb860fa43bf7333a2897c36b2ed6ed008ca30e6e5c856d10fcf55df53ed05997ea60c29aade84cc1e5111a
 SHA512 
a02ff717e4f50d336c91aa943a6a15b7ad834e3896d63c3ec31b3d10ff098400c53fb80fd3441e115194942722e5fce8f9b858fc3a3ba691aac900e0b415906a

diff --git a/dev-python/breathe/breathe-4.28.0.ebuild 
b/dev-python/breathe/breathe-4.28.0.ebuild
new file mode 100644
index 000..335bb076fa0
--- /dev/null
+++ b/dev-python/breathe/breathe-4.28.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
+   dev-python/six[${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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-03-19 Thread Michał Górny
commit: b7dadd7c10c76b4c4400514d68125aff17fdcb1c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 19 21:38:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 19 21:38:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dadd7c

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 -
 dev-python/breathe/breathe-4.26.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index a20e37adc6c..5cab0cadd9f 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1 @@
-DIST breathe-4.26.1.tar.gz 183929 BLAKE2B 
ef31c8b900aa2a943dc592b630ce60ecf7ca484fb455aeb081b4c7783f7e25ffe169343a98f2a2635d243c25962bde81b6bc116e6a381ce0a8a6d116a7fb6686
 SHA512 
d272b99295f2d7d2d118aca61f3ecbe6679a2cf84c143d7fced8387af129f68996e07e513870e6cc2573e39a6005a76e36337b0622bd3e46edffccfbd59ab74f
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4

diff --git a/dev-python/breathe/breathe-4.26.1.ebuild 
b/dev-python/breathe/breathe-4.26.1.ebuild
deleted file mode 100644
index 2b72e5f1515..000
--- a/dev-python/breathe/breathe-4.26.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-03-19 Thread Sam James
commit: 1b6f622bc0814fb5519bdf540625ccc3844728df
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 19 20:14:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 19 20:14:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6f622b

dev-python/breathe: Stabilize 4.27.0 ALLARCHES, #777183

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.27.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.27.0.ebuild 
b/dev-python/breathe/breathe-4.27.0.ebuild
index 335bb076fa0..2b72e5f1515 100644
--- a/dev-python/breathe/breathe-4.27.0.ebuild
+++ b/dev-python/breathe/breathe-4.27.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-03-14 Thread Michał Górny
commit: c572c6967e1f1bc928910ded4b4cba01ee7ed674
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 14 22:38:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 14 22:38:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c572c696

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest |  1 -
 dev-python/breathe/breathe-4.25.1-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 9336e462cea..a20e37adc6c 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,2 @@
-DIST breathe-4.25.1.tar.gz 76931 BLAKE2B 
3f910042f3822e5887da8239ba1a65bf7b1c8903a514c359ad64c58928fe8fe6b867a99351e18fb394a0a56aa0dbecc040203406a1e64961266fbd69aaddacfa
 SHA512 
417adc7facbd5ec9eb69ec79028987fde537cbd928e3d552e7020377b683816b1b670614daa24c2047d711043f0a9116a09e8c1ca7aecb82db97b1f6fac872d8
 DIST breathe-4.26.1.tar.gz 183929 BLAKE2B 
ef31c8b900aa2a943dc592b630ce60ecf7ca484fb455aeb081b4c7783f7e25ffe169343a98f2a2635d243c25962bde81b6bc116e6a381ce0a8a6d116a7fb6686
 SHA512 
d272b99295f2d7d2d118aca61f3ecbe6679a2cf84c143d7fced8387af129f68996e07e513870e6cc2573e39a6005a76e36337b0622bd3e46edffccfbd59ab74f
 DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4

diff --git a/dev-python/breathe/breathe-4.25.1-r1.ebuild 
b/dev-python/breathe/breathe-4.25.1-r1.ebuild
deleted file mode 100644
index f9905e8b889..000
--- a/dev-python/breathe/breathe-4.25.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-03-14 Thread Sam James
commit: 30d791344a4b403af0ed86d0c396882d03cc856e
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 14 22:33:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 14 22:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d79134

dev-python/breathe: Stabilize 4.26.1 ALLARCHES, #776031

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.26.1.ebuild 
b/dev-python/breathe/breathe-4.26.1.ebuild
index 335bb076fa0..2b72e5f1515 100644
--- a/dev-python/breathe/breathe-4.26.1.ebuild
+++ b/dev-python/breathe/breathe-4.26.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-16 Thread Michał Górny
commit: 4743f41aaee90ccf94286b36dda9337d076c9128
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 16 16:47:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 16 17:07:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4743f41a

dev-python/breathe: Bump to 4.27.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.27.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 48f9afe3103..9336e462cea 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1,3 @@
 DIST breathe-4.25.1.tar.gz 76931 BLAKE2B 
3f910042f3822e5887da8239ba1a65bf7b1c8903a514c359ad64c58928fe8fe6b867a99351e18fb394a0a56aa0dbecc040203406a1e64961266fbd69aaddacfa
 SHA512 
417adc7facbd5ec9eb69ec79028987fde537cbd928e3d552e7020377b683816b1b670614daa24c2047d711043f0a9116a09e8c1ca7aecb82db97b1f6fac872d8
 DIST breathe-4.26.1.tar.gz 183929 BLAKE2B 
ef31c8b900aa2a943dc592b630ce60ecf7ca484fb455aeb081b4c7783f7e25ffe169343a98f2a2635d243c25962bde81b6bc116e6a381ce0a8a6d116a7fb6686
 SHA512 
d272b99295f2d7d2d118aca61f3ecbe6679a2cf84c143d7fced8387af129f68996e07e513870e6cc2573e39a6005a76e36337b0622bd3e46edffccfbd59ab74f
+DIST breathe-4.27.0.tar.gz 186352 BLAKE2B 
fd4cac6e32a4988812085a71ea6b7222058d6856c377c9ad147da4a9eed980904f09cc04d9524bb20d6495d593c3fb3aa05792b1f0a6a8ce58bff4ca3c29d643
 SHA512 
b5fc79f8d7728b39e5667d1d763b02a4c0556d9b79ee6b138dc7b1951d9896d18cac1d418401edcb5eb7c4da416c77f177b40b34f85a7ea823cc2d8a4bf6dda4

diff --git a/dev-python/breathe/breathe-4.27.0.ebuild 
b/dev-python/breathe/breathe-4.27.0.ebuild
new file mode 100644
index 000..335bb076fa0
--- /dev/null
+++ b/dev-python/breathe/breathe-4.27.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
+   dev-python/six[${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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-06 Thread Sam James
commit: df22b9e71f54097fc400d3cff29f4b0d0d84faa5
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 14:26:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 14:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df22b9e7

dev-python/breathe: cleanup old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/Manifest |  1 -
 dev-python/breathe/breathe-4.25.0-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index ba3c47ace5e..48f9afe3103 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,2 @@
-DIST breathe-4.25.0.tar.gz 76814 BLAKE2B 
5a31d8a85ffdff0d4e2547e541246046c1088247672e289bd90d3d9ef30970ae00160f375b0a3b805f8ce01f023d0df4bb2327136b4c4d330dd729a51d990556
 SHA512 
e3e21efd724f10c64194a3294a240f607b83d3ba425cc0c4c514810d6d34977df808c23d3005c10acd7abb914a910ecdd98123b247f0d1065e1f5fe266bd35da
 DIST breathe-4.25.1.tar.gz 76931 BLAKE2B 
3f910042f3822e5887da8239ba1a65bf7b1c8903a514c359ad64c58928fe8fe6b867a99351e18fb394a0a56aa0dbecc040203406a1e64961266fbd69aaddacfa
 SHA512 
417adc7facbd5ec9eb69ec79028987fde537cbd928e3d552e7020377b683816b1b670614daa24c2047d711043f0a9116a09e8c1ca7aecb82db97b1f6fac872d8
 DIST breathe-4.26.1.tar.gz 183929 BLAKE2B 
ef31c8b900aa2a943dc592b630ce60ecf7ca484fb455aeb081b4c7783f7e25ffe169343a98f2a2635d243c25962bde81b6bc116e6a381ce0a8a6d116a7fb6686
 SHA512 
d272b99295f2d7d2d118aca61f3ecbe6679a2cf84c143d7fced8387af129f68996e07e513870e6cc2573e39a6005a76e36337b0622bd3e46edffccfbd59ab74f

diff --git a/dev-python/breathe/breathe-4.25.0-r1.ebuild 
b/dev-python/breathe/breathe-4.25.0-r1.ebuild
deleted file mode 100644
index ae80969ca9b..000
--- a/dev-python/breathe/breathe-4.25.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-06 Thread Sam James
commit: 8fb66243b3021c2daf5794751063d24ef9f12117
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 14:19:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 14:19:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb66243

dev-python/breathe: cleanup old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/Manifest |  1 -
 dev-python/breathe/breathe-4.22.1-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 846ad8539fa..ba3c47ace5e 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,4 +1,3 @@
-DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 
1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2
 SHA512 
3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf
 DIST breathe-4.25.0.tar.gz 76814 BLAKE2B 
5a31d8a85ffdff0d4e2547e541246046c1088247672e289bd90d3d9ef30970ae00160f375b0a3b805f8ce01f023d0df4bb2327136b4c4d330dd729a51d990556
 SHA512 
e3e21efd724f10c64194a3294a240f607b83d3ba425cc0c4c514810d6d34977df808c23d3005c10acd7abb914a910ecdd98123b247f0d1065e1f5fe266bd35da
 DIST breathe-4.25.1.tar.gz 76931 BLAKE2B 
3f910042f3822e5887da8239ba1a65bf7b1c8903a514c359ad64c58928fe8fe6b867a99351e18fb394a0a56aa0dbecc040203406a1e64961266fbd69aaddacfa
 SHA512 
417adc7facbd5ec9eb69ec79028987fde537cbd928e3d552e7020377b683816b1b670614daa24c2047d711043f0a9116a09e8c1ca7aecb82db97b1f6fac872d8
 DIST breathe-4.26.1.tar.gz 183929 BLAKE2B 
ef31c8b900aa2a943dc592b630ce60ecf7ca484fb455aeb081b4c7783f7e25ffe169343a98f2a2635d243c25962bde81b6bc116e6a381ce0a8a6d116a7fb6686
 SHA512 
d272b99295f2d7d2d118aca61f3ecbe6679a2cf84c143d7fced8387af129f68996e07e513870e6cc2573e39a6005a76e36337b0622bd3e46edffccfbd59ab74f

diff --git a/dev-python/breathe/breathe-4.22.1-r1.ebuild 
b/dev-python/breathe/breathe-4.22.1-r1.ebuild
deleted file mode 100644
index f9905e8b889..000
--- a/dev-python/breathe/breathe-4.22.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-06 Thread Sam James
commit: daf97bfdcfeb37b9d69e0c689e5573e54f9e3326
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 14:15:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 14:15:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf97bfd

dev-python/breathe: Stabilize 4.25.1-r1 ALLARCHES, #768969

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.25.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.25.1-r1.ebuild 
b/dev-python/breathe/breathe-4.25.1-r1.ebuild
index ae80969ca9b..f9905e8b889 100644
--- a/dev-python/breathe/breathe-4.25.1-r1.ebuild
+++ b/dev-python/breathe/breathe-4.25.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-06 Thread Sam James
commit: ba5f5634044f3d17265074d41ecc9ba4d0dba9b5
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 13:27:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 13:27:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5f5634

dev-python/breathe: Stabilize 4.22.1-r1 s390, #751484

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.22.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1-r1.ebuild 
b/dev-python/breathe/breathe-4.22.1-r1.ebuild
index 5b01d922191..f9905e8b889 100644
--- a/dev-python/breathe/breathe-4.22.1-r1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-05 Thread Sam James
commit: 7d3d9c4c298ee4d0790a8b4405c7f20b2b2c92cf
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 01:10:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 01:10:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3d9c4c

dev-python/breathe: bump to 4.26.1

Closes: https://bugs.gentoo.org/731940
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.26.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index b3eb870a03e..846ad8539fa 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,3 +1,4 @@
 DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 
1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2
 SHA512 
3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf
 DIST breathe-4.25.0.tar.gz 76814 BLAKE2B 
5a31d8a85ffdff0d4e2547e541246046c1088247672e289bd90d3d9ef30970ae00160f375b0a3b805f8ce01f023d0df4bb2327136b4c4d330dd729a51d990556
 SHA512 
e3e21efd724f10c64194a3294a240f607b83d3ba425cc0c4c514810d6d34977df808c23d3005c10acd7abb914a910ecdd98123b247f0d1065e1f5fe266bd35da
 DIST breathe-4.25.1.tar.gz 76931 BLAKE2B 
3f910042f3822e5887da8239ba1a65bf7b1c8903a514c359ad64c58928fe8fe6b867a99351e18fb394a0a56aa0dbecc040203406a1e64961266fbd69aaddacfa
 SHA512 
417adc7facbd5ec9eb69ec79028987fde537cbd928e3d552e7020377b683816b1b670614daa24c2047d711043f0a9116a09e8c1ca7aecb82db97b1f6fac872d8
+DIST breathe-4.26.1.tar.gz 183929 BLAKE2B 
ef31c8b900aa2a943dc592b630ce60ecf7ca484fb455aeb081b4c7783f7e25ffe169343a98f2a2635d243c25962bde81b6bc116e6a381ce0a8a6d116a7fb6686
 SHA512 
d272b99295f2d7d2d118aca61f3ecbe6679a2cf84c143d7fced8387af129f68996e07e513870e6cc2573e39a6005a76e36337b0622bd3e46edffccfbd59ab74f

diff --git a/dev-python/breathe/breathe-4.26.1.ebuild 
b/dev-python/breathe/breathe-4.26.1.ebuild
new file mode 100644
index 000..335bb076fa0
--- /dev/null
+++ b/dev-python/breathe/breathe-4.26.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="https://github.com/michaeljones/breathe/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
+   dev-python/six[${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



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-02-05 Thread Sam James
commit: 38d04666437280afa416fc67d73c3c57a6d321a3
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb  6 00:58:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb  6 01:10:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d04666

dev-python/breathe: requires Sphinx 3.x

Closes: https://bugs.gentoo.org/752129
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../breathe/{breathe-4.22.1.ebuild => breathe-4.22.1-r1.ebuild}   | 2 +-
 .../breathe/{breathe-4.25.0.ebuild => breathe-4.25.0-r1.ebuild}   | 4 ++--
 .../breathe/{breathe-4.25.1.ebuild => breathe-4.25.1-r1.ebuild}   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1-r1.ebuild
similarity index 94%
rename from dev-python/breathe/breathe-4.22.1.ebuild
rename to dev-python/breathe/breathe-4.22.1-r1.ebuild
index c61e57b8578..5b01d922191 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1-r1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 
sparc x86 ~amd64-li
 RDEPEND="
app-doc/doxygen
dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-texlive/texlive-bibtexextra
dev-texlive/texlive-fontsextra

diff --git a/dev-python/breathe/breathe-4.25.0.ebuild 
b/dev-python/breathe/breathe-4.25.0-r1.ebuild
similarity index 89%
rename from dev-python/breathe/breathe-4.25.0.ebuild
rename to dev-python/breathe/breathe-4.25.0-r1.ebuild
index 185387aaee3..ae80969ca9b 100644
--- a/dev-python/breathe/breathe-4.25.0.ebuild
+++ b/dev-python/breathe/breathe-4.25.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 RDEPEND="
app-doc/doxygen
dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-texlive/texlive-bibtexextra
dev-texlive/texlive-fontsextra

diff --git a/dev-python/breathe/breathe-4.25.1.ebuild 
b/dev-python/breathe/breathe-4.25.1-r1.ebuild
similarity index 89%
rename from dev-python/breathe/breathe-4.25.1.ebuild
rename to dev-python/breathe/breathe-4.25.1-r1.ebuild
index 185387aaee3..ae80969ca9b 100644
--- a/dev-python/breathe/breathe-4.25.1.ebuild
+++ b/dev-python/breathe/breathe-4.25.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 ~sparc ~x86 ~a
 RDEPEND="
app-doc/doxygen
dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-texlive/texlive-bibtexextra
dev-texlive/texlive-fontsextra



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2021-01-14 Thread Sergei Trofimovich
commit: a8324da7862b08e35a5938dd0802975ee0fbf158
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 14 18:38:07 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 14 20:09:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8324da7

dev-python/breathe: stable 4.22.1 for sparc, bug #751484

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index 1079686b3b1..9eea5a1121d 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-27 Thread Sergei Trofimovich
commit: 0c79dae75a3eb1e45e5092fefbd55991e5c3ca7c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 27 12:49:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 27 12:51:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c79dae7

dev-python/breathe: stable 4.22.1 for hppa

stable wrt bug #751484

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index 1079686b3b1..bb738d5287d 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-24 Thread Sergei Trofimovich
commit: 1ddf82d30abd052206b51a5344e19f2c6065d673
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 24 18:40:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 24 22:06:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddf82d3

dev-python/breathe: stable 4.22.1 for ppc64

stable wrt bug #751484

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index 24c6ef10cea..1079686b3b1 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-22 Thread Sam James
commit: a879c4eea39158a607d954bbab7e6cef494c9a62
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 22 21:04:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 22 21:04:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a879c4ee

dev-python/breathe: Stabilize 4.22.1 arm, #751484

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index 0d034548bf6..24c6ef10cea 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-22 Thread Sam James
commit: db49b9808992724c18177d9991002b4ff109a206
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 22 21:03:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 22 21:03:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db49b980

dev-python/breathe: Stabilize 4.22.1 arm64, #751484

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index b38dab15c46..0d034548bf6 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-16 Thread Michał Górny
commit: fe661afb7d4b1cf69836bc2f9b6b43d12548c78d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 16:23:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 17:18:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe661afb

dev-python/breathe: Bump to 4.25.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.25.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 4c490251290..b3eb870a03e 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1,3 @@
 DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 
1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2
 SHA512 
3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf
 DIST breathe-4.25.0.tar.gz 76814 BLAKE2B 
5a31d8a85ffdff0d4e2547e541246046c1088247672e289bd90d3d9ef30970ae00160f375b0a3b805f8ce01f023d0df4bb2327136b4c4d330dd729a51d990556
 SHA512 
e3e21efd724f10c64194a3294a240f607b83d3ba425cc0c4c514810d6d34977df808c23d3005c10acd7abb914a910ecdd98123b247f0d1065e1f5fe266bd35da
+DIST breathe-4.25.1.tar.gz 76931 BLAKE2B 
3f910042f3822e5887da8239ba1a65bf7b1c8903a514c359ad64c58928fe8fe6b867a99351e18fb394a0a56aa0dbecc040203406a1e64961266fbd69aaddacfa
 SHA512 
417adc7facbd5ec9eb69ec79028987fde537cbd928e3d552e7020377b683816b1b670614daa24c2047d711043f0a9116a09e8c1ca7aecb82db97b1f6fac872d8

diff --git a/dev-python/breathe/breathe-4.25.1.ebuild 
b/dev-python/breathe/breathe-4.25.1.ebuild
new file mode 100644
index 000..47e8e11f3e1
--- /dev/null
+++ b/dev-python/breathe/breathe-4.25.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-16 Thread Michał Górny
commit: c13205507c72807dbc595d4c09ed789a7c75
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 08:19:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 10:09:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1320550

dev-python/breathe: Bump to 4.25.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.25.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 95a7506660d..4c490251290 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
 DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 
1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2
 SHA512 
3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf
+DIST breathe-4.25.0.tar.gz 76814 BLAKE2B 
5a31d8a85ffdff0d4e2547e541246046c1088247672e289bd90d3d9ef30970ae00160f375b0a3b805f8ce01f023d0df4bb2327136b4c4d330dd729a51d990556
 SHA512 
e3e21efd724f10c64194a3294a240f607b83d3ba425cc0c4c514810d6d34977df808c23d3005c10acd7abb914a910ecdd98123b247f0d1065e1f5fe266bd35da

diff --git a/dev-python/breathe/breathe-4.25.0.ebuild 
b/dev-python/breathe/breathe-4.25.0.ebuild
new file mode 100644
index 000..47e8e11f3e1
--- /dev/null
+++ b/dev-python/breathe/breathe-4.25.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-13 Thread Michał Górny
commit: c9effd277b84334b7e3ef87df0bc50cc71639f04
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 13 09:02:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 13 12:12:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9effd27

dev-python/breathe: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest  |  1 -
 dev-python/breathe/breathe-4.14.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index 98ff68592f1..95a7506660d 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1 @@
-DIST breathe-4.14.1.tar.gz 69369 BLAKE2B 
93c394d7174aff8e8e8b1c95435d88c5f344ea1a26f46e9ef6ea8e7457bb9650d0cce96d03bc5c23e58704e3dcda3228ef1a61b16cd9ab45b07c2f1989eea88f
 SHA512 
7247aae71c8e3e2491b76e6a5889fd9b97100e921e8c724c26e6c75b904c4e5dca825ae824b015f156960d5afbbf622b29535a46261c7fa0c24dd52deb46d096
 DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 
1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2
 SHA512 
3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
deleted file mode 100644
index 9f9c21dc8aa..000
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-13 Thread Sam James
commit: b7c5ac2a780652ec638d92601ea46a50f163fe15
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 13 08:58:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 13 08:58:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c5ac2a

dev-python/breathe: Stabilize 4.22.1 ALLARCHES, #758548

Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index f82c38d1d5e..b38dab15c46 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-11 Thread Sergei Trofimovich
commit: 1dc16348c229b5884480394aefcf8630bf072c74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 11 23:06:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 11 23:06:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc16348

dev-python/breathe: stable 4.22.1 for ppc

stable wrt bug #758548

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index 47e8e11f3e1..f82c38d1d5e 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-12-05 Thread Michał Górny
commit: 9c4c9973bfda3caea56480e7368e1e5978ae0bf3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  5 09:50:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  5 09:52:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4c9973

dev-python/breathe: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml
index c4975d2a8a6..1082a3d1f99 100644
--- a/dev-python/breathe/metadata.xml
+++ b/dev-python/breathe/metadata.xml
@@ -13,6 +13,7 @@
 like support for people who enjoy using Sphinx but work with languages
 other than Python. The system relies on the Doxygen’s xml output.
   
+  
   
 breathe
 michaeljones/breathe



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-10-31 Thread Joonas Niilola
commit: 198956d4976755f38bbf8c2955011f10e615431a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Oct 31 09:09:16 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Oct 31 09:47:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198956d4

dev-python/breathe: re-add ~hppa for 4.22.1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/breathe/breathe-4.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
index c3684c5f7a0..47e8e11f3e1 100644
--- a/dev-python/breathe/breathe-4.22.1.ebuild
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-10-31 Thread Joonas Niilola
commit: dac265ccc503b50102736f3f4873b07da6f6241f
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Thu Sep 17 09:23:00 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Oct 31 09:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac265cc

dev-python/breathe: Bump version to v4.22.1

This is needed for generating the sys-cluster/hpx documentation.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.22.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index bb5e5c3b637..98ff68592f1 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
 DIST breathe-4.14.1.tar.gz 69369 BLAKE2B 
93c394d7174aff8e8e8b1c95435d88c5f344ea1a26f46e9ef6ea8e7457bb9650d0cce96d03bc5c23e58704e3dcda3228ef1a61b16cd9ab45b07c2f1989eea88f
 SHA512 
7247aae71c8e3e2491b76e6a5889fd9b97100e921e8c724c26e6c75b904c4e5dca825ae824b015f156960d5afbbf622b29535a46261c7fa0c24dd52deb46d096
+DIST breathe-4.22.1.tar.gz 76241 BLAKE2B 
1b410eefe47610abf2e55bba86d13169449a03be2503839fa7a0f4f351e79d2e5f24d208c95d06a58e2d8cacef55ef52ea5921d5d71ce50b94fb0eed207918a2
 SHA512 
3b49819821356929a18d8ad9e25edd93d91661f3baea452121afb74308e11afa9a3cc96e31a063d380cfc1b0973ac646d5917279d9b56131be25dbb13dd632bf

diff --git a/dev-python/breathe/breathe-4.22.1.ebuild 
b/dev-python/breathe/breathe-4.22.1.ebuild
new file mode 100644
index 000..c3684c5f7a0
--- /dev/null
+++ b/dev-python/breathe/breathe-4.22.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-09-29 Thread Sergei Trofimovich
commit: 44420fa5a4f858d20d05c6407e0b771179bd17ec
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Sep 29 19:36:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 29 21:25:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44420fa5

dev-python/breathe: keyworded 4.14.1 for hppa, bug #709752

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index a9bf669f7e1..9f9c21dc8aa 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-09-13 Thread Sergei Trofimovich
commit: a2f49a8841dd12976ea992d588da22f6cc4e726e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 13 08:41:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 13 08:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f49a88

dev-python/breathe: stable 4.14.1 for ppc

stable wrt bug #731486

Package-Manager: Portage-3.0.6, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 00ffeb74ad3..a9bf669f7e1 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-08-11 Thread Agostino Sarubbo
commit: e92fcb48059228fa7292f771b2599237c3a06ff7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 11 10:59:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 11 10:59:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92fcb48

dev-python/breathe: amd64 stable wrt bug #731486

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 56417981903..00ffeb74ad3 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-07-11 Thread Sam James
commit: a5dec1de3b37412dcc546bd6e548f6b20fdc99cd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 12 01:29:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 12 01:29:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dec1de

dev-python/breathe: s390 keyworded (bug #709752)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 3f5c002e269..56417981903 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-05-31 Thread Matt Turner
commit: 8cb40e6d6b0c7fe382ae181de092e32a7cb1b5f3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun  1 04:02:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun  1 04:02:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb40e6d

dev-python/breathe: Keyword 4.14.1 alpha, #709752

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 4eb6882e4b0..4b8274b3def 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-05-31 Thread Sergei Trofimovich
commit: 389fda3052e8c241763b23b7a415a83d37a58bd9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 31 15:17:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 31 15:17:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389fda30

dev-python/breathe: keyworded 4.14.1 for ia64, bug #709752

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 1072a576a27..4eb6882e4b0 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-05-28 Thread Sergei Trofimovich
commit: 5505a7e57302df6b72f528bf78e9453c5a4edae3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu May 28 15:54:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 28 18:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5505a7e5

dev-python/breathe: keyworded 4.14.1 for sparc, bug #709752

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index d98d50a6d7f..1072a576a27 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-05-02 Thread Mart Raudsepp
commit: 683263baa7ce4ec75885e048358a83a347c3a254
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May  2 07:30:54 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May  2 13:15:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683263ba

dev-python/breathe: arm64 keyworded (bug #709752)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 438fb29294a..d98d50a6d7f 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-04-04 Thread Sergei Trofimovich
commit: 20274e81dbe9bc0cc0f0f48e3548f9d30bf2febd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  4 10:36:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  4 10:36:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20274e81

dev-python/breathe: keyworded 4.14.1 for ppc, bug #709752

Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index 7b5c19a3c89..438fb29294a 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-03-26 Thread Michał Górny
commit: d7e2a3e644c2eee2e367ed041958724f533560b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 13:46:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 13:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e2a3e6

dev-python/breathe: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/Manifest |  1 -
 dev-python/breathe/breathe-4.6.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index d096adb2098..bb5e5c3b637 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1,2 +1 @@
 DIST breathe-4.14.1.tar.gz 69369 BLAKE2B 
93c394d7174aff8e8e8b1c95435d88c5f344ea1a26f46e9ef6ea8e7457bb9650d0cce96d03bc5c23e58704e3dcda3228ef1a61b16cd9ab45b07c2f1989eea88f
 SHA512 
7247aae71c8e3e2491b76e6a5889fd9b97100e921e8c724c26e6c75b904c4e5dca825ae824b015f156960d5afbbf622b29535a46261c7fa0c24dd52deb46d096
-DIST breathe-4.6.0.tar.gz 67655 BLAKE2B 
1d3a2915f8530da2b56583565ba03b1b05f38ce4e763c10a0a7f72661f2d22800a5d1b72d1e1497c537150f883dbc434bb8950275ee28668df21a87123dc8898
 SHA512 
8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
deleted file mode 100644
index a55de22e45d..000
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   app-doc/doxygen
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-03-26 Thread Michał Górny
commit: c656166b8a9b131356a2e184d3fe47b8a7c2dfaa
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 13:47:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 13:47:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c656166b

dev-python/breathe: Forward-port ~arm keyword

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/breathe/breathe-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
index d6aacc5d304..7b5c19a3c89 100644
--- a/dev-python/breathe/breathe-4.14.1.ebuild
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
app-doc/doxygen



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-03-25 Thread Joonas Niilola
commit: 055a7acc374d9dad584e7e5af9a44afa346cb60d
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sun Mar 15 18:02:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Mar 25 11:17:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055a7acc

dev-python/breathe: Bump version to v4.14.1

This is needed for building sys-cluster/hpx' documentation.

Closes: https://bugs.gentoo.org/685006
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/breathe/Manifest  |  1 +
 dev-python/breathe/breathe-4.14.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
index cac7ee93815..d096adb2098 100644
--- a/dev-python/breathe/Manifest
+++ b/dev-python/breathe/Manifest
@@ -1 +1,2 @@
+DIST breathe-4.14.1.tar.gz 69369 BLAKE2B 
93c394d7174aff8e8e8b1c95435d88c5f344ea1a26f46e9ef6ea8e7457bb9650d0cce96d03bc5c23e58704e3dcda3228ef1a61b16cd9ab45b07c2f1989eea88f
 SHA512 
7247aae71c8e3e2491b76e6a5889fd9b97100e921e8c724c26e6c75b904c4e5dca825ae824b015f156960d5afbbf622b29535a46261c7fa0c24dd52deb46d096
 DIST breathe-4.6.0.tar.gz 67655 BLAKE2B 
1d3a2915f8530da2b56583565ba03b1b05f38ce4e763c10a0a7f72661f2d22800a5d1b72d1e1497c537150f883dbc434bb8950275ee28668df21a87123dc8898
 SHA512 
8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f

diff --git a/dev-python/breathe/breathe-4.14.1.ebuild 
b/dev-python/breathe/breathe-4.14.1.ebuild
new file mode 100644
index 000..d6aacc5d304
--- /dev/null
+++ b/dev-python/breathe/breathe-4.14.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-doc/doxygen
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-03-15 Thread Mikle Kolyada
commit: ff6551ae2f9b9f8fa64756929b3e10e4040e64f7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 15 12:16:01 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 15 12:16:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6551ae

dev-python/breathe: Add ~arm keyword wrt bug #709752

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/breathe/breathe-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
index 5aa8a0808ea..a55de22e45d 100644
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-03-01 Thread Matthias Maier
commit: 463d6d1b9e83b541e9c8e63ef0043a07581cb44c
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Mar  1 18:29:13 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Mar  1 18:35:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463d6d1b

dev-python/breathe: remove app-doc/doxygen[latex] dependency

Bug: https://bugs.gentoo.org/430914
Bug: https://bugs.gentoo.org/709316
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/breathe/breathe-4.6.0.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
index 58da5e3699e..5aa8a0808ea 100644
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -17,10 +17,15 @@ KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="
-   app-doc/doxygen[latex]
+   app-doc/doxygen
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
 "
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2020-02-15 Thread Georgy Yakovlev
commit: 9f634960d9518c7668a1a4a733b24f2d292f997a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb 16 06:52:37 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb 16 07:12:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f634960

dev-python/breathe: keyword on ~ppc64

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/breathe/breathe-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
index 80d34d62e80..58da5e3699e 100644
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2019-03-26 Thread Aaron Bauman
commit: 4adfd4a10503bdb3ef3a9cb443297ff943966a20
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar 22 07:45:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 26 18:52:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adfd4a1

dev-python/breathe: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/breathe/breathe-4.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
index ba576557858..74728917ff6 100644
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Sphinx Doxygen renderer"
-HOMEPAGE="http://breathe.readthedocs.io/;
+HOMEPAGE="https://breathe.readthedocs.io/en/latest/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2018-06-27 Thread Pacho Ramos
commit: 308fb7d844434e50f9a46eb727e7db3e127c46f6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 20:34:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 20:34:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308fb7d8

dev-python/breathe: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/breathe/breathe-4.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
index ed1e407e476..ba576557858 100644
--- a/dev-python/breathe/breathe-4.6.0.ebuild
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/breathe/

2017-02-26 Thread Sebastien Fabbro
commit: 64accd661ade02435683e872382fe9cdbc30c8d7
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sun Feb 26 16:43:38 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sun Feb 26 18:02:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64accd66

dev-python/breathe: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/breathe/Manifest |  1 +
 dev-python/breathe/breathe-4.6.0.ebuild | 28 
 dev-python/breathe/metadata.xml | 20 
 3 files changed, 49 insertions(+)

diff --git a/dev-python/breathe/Manifest b/dev-python/breathe/Manifest
new file mode 100644
index 00..4ee2d5209e
--- /dev/null
+++ b/dev-python/breathe/Manifest
@@ -0,0 +1 @@
+DIST breathe-4.6.0.tar.gz 67655 SHA256 
9db2ba770f824da323b9ea3db0b98d613a4e0af094c82ccb0a82991da81b736a SHA512 
8e26a102c38a916818ecf1a5d6a0f6f01de4285a98dce7abda6f2a401f8e5db380150b24bd2bf6f430a53324be5f1da28d084d8d4ae3969ec03914b88bc3908f
 WHIRLPOOL 
7db736ed8f9219595c9a75977c6f019c335c26f91684a787cb296ecbeb2e6d5f02ab64966df1085758a5301ea05a034e25bf4003db6146c3beac3781a92e70e2

diff --git a/dev-python/breathe/breathe-4.6.0.ebuild 
b/dev-python/breathe/breathe-4.6.0.ebuild
new file mode 100644
index 00..06f88131da
--- /dev/null
+++ b/dev-python/breathe/breathe-4.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Doxygen renderer"
+HOMEPAGE="http://breathe.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   app-doc/doxygen[latex]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/breathe/metadata.xml b/dev-python/breathe/metadata.xml
new file mode 100644
index 00..c4975d2a8a
--- /dev/null
+++ b/dev-python/breathe/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+Breathe provides a bridge between the Sphinx and Doxygen
+documentation systems. 
+It is an easy way to include Doxygen information in a set of
+documentation generated by Sphinx. The aim is to produce an autodoc
+like support for people who enjoy using Sphinx but work with languages
+other than Python. The system relies on the Doxygen’s xml output.
+  
+  
+breathe
+michaeljones/breathe
+  
+