public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/
@ 2025-02-20  1:20 demize
  0 siblings, 0 replies; 7+ messages in thread
From: demize @ 2025-02-20  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d810660b43d20fa31e464c70b108477311602a25
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Feb 20 01:12:18 2025 +0000
Commit:     demize <demize <AT> unstable <DOT> systems>
CommitDate: Thu Feb 20 01:19:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d810660b

dev-python/sphinx-hoverxref: add 1.4.2

Signed-off-by: demize <demize <AT> unstable.systems>

 dev-python/sphinx-hoverxref/Manifest               |  1 +
 .../sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest
index 2164c9d52..548d21e08 100644
--- a/dev-python/sphinx-hoverxref/Manifest
+++ b/dev-python/sphinx-hoverxref/Manifest
@@ -1 +1,2 @@
 DIST sphinx-hoverxref-1.3.0.gh.tar.gz 1720899 BLAKE2B dae94b9ba8fb46e76d669548d9cfb41cc858756d800c5be8bdc73fb58c44587d56dd1fdb2c402ef8cb685f03f5e09a58852dff51c4670de9116e0f35f39fdb66 SHA512 29b61e9391b973094acccfed8206dd9b49aa1954621727b7bf1e2914bf91f8840b3114937f8fde386f6d9dca680330192df66cade4f9eb9952971111de9f0cf7
+DIST sphinx-hoverxref-1.4.2.gh.tar.gz 1719736 BLAKE2B 844584a379dec3b83c9661e6abc432f8ae1a9dab4236323c7cc73fa03a9a35251a27a4fa76c7bfb85580fe9e3299ba8929e349bd80d9ec2e5e9859aa6f391c97 SHA512 0de6810dec1d71a130526a96a28fc651fc53f4310cf866fa4fa23a386996681598ac588d41f6fcefdd1edb381efbbc5cf4048a7e2d6d7f6829b72d6c87bfb0c6

diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild
new file mode 100644
index 000000000..1ba28b16f
--- /dev/null
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=flit
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to show tooltips with content embedded when hover a reference"
+HOMEPAGE="
+	https://pypi.org/project/sphinx-hoverxref/
+	https://github.com/readthedocs/sphinx-hoverxref
+"
+SRC_URI="https://github.com/readthedocs/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/sphinx[${PYTHON_USEDEP}]
+	dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_DESELECT=(
+	# tests that require network
+	tests/test_htmltag.py::test_intersphinx_default_configs
+	tests/test_htmltag.py::test_intersphinx_python_mapping
+	tests/test_htmltag.py::test_intersphinx_all_mappings
+)
+
+distutils_enable_tests pytest
+
+# 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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/
@ 2025-02-20  1:20 demize
  0 siblings, 0 replies; 7+ messages in thread
From: demize @ 2025-02-20  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d3694e34beb5a8e6368caa4ef6ef42df3b2a0878
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Feb 20 01:12:44 2025 +0000
Commit:     demize <demize <AT> unstable <DOT> systems>
CommitDate: Thu Feb 20 01:19:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3694e34

dev-python/sphinx-hoverxref: drop 1.3.0

Tests depend on dev-python/sphinxcontrib-bibtex
which dropped py3.10 support in ::gentoo.

Signed-off-by: demize <demize <AT> unstable.systems>

 dev-python/sphinx-hoverxref/Manifest               |  1 -
 .../sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 49 ----------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest
index 548d21e08..92a4d8f1d 100644
--- a/dev-python/sphinx-hoverxref/Manifest
+++ b/dev-python/sphinx-hoverxref/Manifest
@@ -1,2 +1 @@
-DIST sphinx-hoverxref-1.3.0.gh.tar.gz 1720899 BLAKE2B dae94b9ba8fb46e76d669548d9cfb41cc858756d800c5be8bdc73fb58c44587d56dd1fdb2c402ef8cb685f03f5e09a58852dff51c4670de9116e0f35f39fdb66 SHA512 29b61e9391b973094acccfed8206dd9b49aa1954621727b7bf1e2914bf91f8840b3114937f8fde386f6d9dca680330192df66cade4f9eb9952971111de9f0cf7
 DIST sphinx-hoverxref-1.4.2.gh.tar.gz 1719736 BLAKE2B 844584a379dec3b83c9661e6abc432f8ae1a9dab4236323c7cc73fa03a9a35251a27a4fa76c7bfb85580fe9e3299ba8929e349bd80d9ec2e5e9859aa6f391c97 SHA512 0de6810dec1d71a130526a96a28fc651fc53f4310cf866fa4fa23a386996681598ac588d41f6fcefdd1edb381efbbc5cf4048a7e2d6d7f6829b72d6c87bfb0c6

diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
deleted file mode 100644
index 789beaf3b..000000000
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=flit
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension to show tooltips with content embedded when hover a reference"
-HOMEPAGE="
-	https://pypi.org/project/sphinx-hoverxref/
-	https://github.com/readthedocs/sphinx-hoverxref
-"
-SRC_URI="https://github.com/readthedocs/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/sphinx[${PYTHON_USEDEP}]
-	dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
-	)
-"
-
-EPYTEST_DESELECT=(
-	# tests that require network
-	tests/test_htmltag.py::test_intersphinx_default_configs
-	tests/test_htmltag.py::test_intersphinx_python_mapping
-	tests/test_htmltag.py::test_intersphinx_all_mappings
-)
-
-distutils_enable_tests pytest
-
-# 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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-hoverxref/
@ 2024-05-14 19:12 Julien Roy
  2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/
@ 2023-12-17 23:16 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2023-12-17 23:16 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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/
@ 2023-07-14 16:13 Anna Vyalkova
  0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-07-14 16:13 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/
@ 2023-07-05 13:59 Anna Vyalkova
  0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2023-07-05 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6f33793e4394fc83f7d70f20a95c0ded2525f0ba
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul  5 13:36:06 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jul  5 13:57:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f33793e

dev-python/sphinx-hoverxref: update upstream metadata

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/sphinx-hoverxref/metadata.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/sphinx-hoverxref/metadata.xml b/dev-python/sphinx-hoverxref/metadata.xml
index 8b7f17e50..7d0992011 100644
--- a/dev-python/sphinx-hoverxref/metadata.xml
+++ b/dev-python/sphinx-hoverxref/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
@@ -9,5 +9,10 @@
 		<doc>https://sphinx-hoverxref.readthedocs.io/en/latest/</doc>
 		<remote-id type="pypi">sphinx-hoverxref</remote-id>
 		<remote-id type="github">readthedocs/sphinx-hoverxref</remote-id>
+		<maintainer>
+			<name>Manuel Kaufmann</name>
+			<email>humitos@gmail.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/readthedocs/sphinx-hoverxref/issues</bugs-to>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/
@ 2022-11-22  7:32 Anna Vyalkova
  0 siblings, 0 replies; 7+ messages in thread
From: Anna Vyalkova @ 2022-11-22  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     575033ad4d3eb7a9f8aded1d6f4dc4f509ef2766
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 22 06:19:47 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 22 06:19:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=575033ad

dev-python/sphinx-hoverxref: new package, add 1.3.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/sphinx-hoverxref/Manifest               |  1 +
 dev-python/sphinx-hoverxref/metadata.xml           | 13 ++++++
 .../sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 49 ++++++++++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest
new file mode 100644
index 000000000..2164c9d52
--- /dev/null
+++ b/dev-python/sphinx-hoverxref/Manifest
@@ -0,0 +1 @@
+DIST sphinx-hoverxref-1.3.0.gh.tar.gz 1720899 BLAKE2B dae94b9ba8fb46e76d669548d9cfb41cc858756d800c5be8bdc73fb58c44587d56dd1fdb2c402ef8cb685f03f5e09a58852dff51c4670de9116e0f35f39fdb66 SHA512 29b61e9391b973094acccfed8206dd9b49aa1954621727b7bf1e2914bf91f8840b3114937f8fde386f6d9dca680330192df66cade4f9eb9952971111de9f0cf7

diff --git a/dev-python/sphinx-hoverxref/metadata.xml b/dev-python/sphinx-hoverxref/metadata.xml
new file mode 100644
index 000000000..8b7f17e50
--- /dev/null
+++ b/dev-python/sphinx-hoverxref/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<doc>https://sphinx-hoverxref.readthedocs.io/en/latest/</doc>
+		<remote-id type="pypi">sphinx-hoverxref</remote-id>
+		<remote-id type="github">readthedocs/sphinx-hoverxref</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
new file mode 100644
index 000000000..db85821d6
--- /dev/null
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=flit
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to show tooltips with content embedded when hover a reference"
+HOMEPAGE="
+	https://pypi.org/project/sphinx-hoverxref/
+	https://github.com/readthedocs/sphinx-hoverxref
+"
+SRC_URI="https://github.com/readthedocs/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/sphinx[${PYTHON_USEDEP}]
+	dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
+		dev-python/sphinx-testing[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_DESELECT=(
+	# tests that require network
+	tests/test_htmltag.py::test_intersphinx_default_configs
+	tests/test_htmltag.py::test_intersphinx_python_mapping
+	tests/test_htmltag.py::test_intersphinx_all_mappings
+)
+
+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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-20  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20  1:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/ demize
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20  1:20 demize
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-12-17 23:16 David Roman
2023-07-14 16:13 Anna Vyalkova
2023-07-05 13:59 Anna Vyalkova
2022-11-22  7:32 Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox