* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-hoverxref/
@ 2023-07-16 6:18 Haelwenn Monnier
0 siblings, 0 replies; 3+ messages in thread
From: Haelwenn Monnier @ 2023-07-16 6:18 UTC (permalink / raw
To: gentoo-commits
commit: 68fd095e1b85fae6664305e2e76a76d845c72cae
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jul 14 16:12:25 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 14 16:13:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68fd095e
dev-python/sphinx-hoverxref: disable docs
Closes: https://bugs.gentoo.org/883189
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
index 9a8d154f0..482a395b5 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
@@ -38,12 +38,13 @@ EPYTEST_DESELECT=(
distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx-autoapi \
- dev-python/sphinx-notfound-page \
- dev-python/sphinx-prompt \
- dev-python/sphinx-tabs \
- dev-python/sphinx-version-warning \
- dev-python/sphinx-rtd-theme \
- dev-python/sphinxcontrib-bibtex \
- dev-python/sphinxemoji
+# Bug #883189
+#distutils_enable_sphinx docs \
+# dev-python/sphinx-autoapi \
+# dev-python/sphinx-notfound-page \
+# dev-python/sphinx-prompt \
+# dev-python/sphinx-tabs \
+# dev-python/sphinx-version-warning \
+# dev-python/sphinx-rtd-theme \
+# dev-python/sphinxcontrib-bibtex \
+# dev-python/sphinxemoji
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-hoverxref/
2023-12-17 23:16 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-12-17 23:39 ` David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-12-17 23:39 UTC (permalink / raw
To: gentoo-commits
commit: a41956fd42409e629f27c4f579d3c9367ad87037
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 17 23:15:24 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 17 23:15:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a41956fd
dev-python/sphinx-hoverxref: enable py3.11
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
index 482a395b51..ebd0d7137b 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10,11} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1
@@ -25,7 +25,6 @@ RDEPEND="
BDEPEND="
test? (
dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
- dev-python/sphinx-testing[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-hoverxref/
@ 2024-05-14 19:12 Julien Roy
0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-14 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 6a584120962c2072281ecee6934de39cbd6da08f
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 18:12:59 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 18:12:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a584120
dev-python/sphinx-hoverxref: enable py3.12
Closes: https://bugs.gentoo.org/931427
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
index ebd0d7137b..789beaf3b6 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-14 19:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-16 6:18 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-hoverxref/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2023-12-17 23:16 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-12-17 23:39 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-14 19:12 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox