From a46f0ec88e6c7ea84ed2f67a40bbf89ef44bc6af Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Jun 2026 10:59:35 -0500 Subject: Adding metadata --- dev-python/sphinx-hoverxref/Manifest | 4 +- dev-python/sphinx-hoverxref/metadata.xml | 9 ++-- .../sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild | 49 ------------------- .../sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild | 57 ++++++++++++++++++++++ 4 files changed, 64 insertions(+), 55 deletions(-) delete mode 100644 dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild create mode 100644 dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild (limited to 'dev-python/sphinx-hoverxref') diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest index 92a4d8f1de1c..d3ed6ec1df8e 100644 --- a/dev-python/sphinx-hoverxref/Manifest +++ b/dev-python/sphinx-hoverxref/Manifest @@ -1 +1,3 @@ -DIST sphinx-hoverxref-1.4.2.gh.tar.gz 1719736 BLAKE2B 844584a379dec3b83c9661e6abc432f8ae1a9dab4236323c7cc73fa03a9a35251a27a4fa76c7bfb85580fe9e3299ba8929e349bd80d9ec2e5e9859aa6f391c97 SHA512 0de6810dec1d71a130526a96a28fc651fc53f4310cf866fa4fa23a386996681598ac588d41f6fcefdd1edb381efbbc5cf4048a7e2d6d7f6829b72d6c87bfb0c6 +DIST sphinx-hoverxref-1.5.0.gh.tar.gz 1719733 BLAKE2B 4e662bb32c9a910d7e081c32ef6c0032dd7b7ca815b67e2aefe2a6571a97728f4ed833c4c62311f3898a6927cfdfcbbd9c1fb429b636499db922dd07a22c4793 SHA512 706cc9a937f11f45050450903cde8034e38443932d4baa400cdc423502b83511f284aa1bdd3eaf6c457df2086957dcf332b6724b013f6c7e12c2b7698c801210 +EBUILD sphinx-hoverxref-1.5.0.ebuild 1418 BLAKE2B 69eb9a67b5a2191ea109491ccf75ab26fe48bc3311d10f7841fd946d07d4e5d1b5a968ded00d5c67c34954976352166a9d617237ee1d59ef1c14bb296d96e3b3 SHA512 7017a7f5234eededfe9101fb05dedcb5bffda5aca4e28e5f1ec0fe636f7cb4fcac575e602663e7ed7f2ff8371b3251cac1bb33df72237fe2db284331387740d6 +MISC metadata.xml 479 BLAKE2B 382e8785e24f13aeb15e38f50800f18e846daf23550c0b95bc4629e509f35fff01fc93cfcc9c4e939c8529384b4c147fa23d43c94debfdf101748371c5c8c4a5 SHA512 bff25c65bb1170c1743aaf042f3724f48e0c54db90be8ea6cc1b107ec9994c093ad5087d82f56d47993ffd3445c42b43e713fa955b968c2cf780a62991e65386 diff --git a/dev-python/sphinx-hoverxref/metadata.xml b/dev-python/sphinx-hoverxref/metadata.xml index 4bb7a772396c..d883e9deb808 100644 --- a/dev-python/sphinx-hoverxref/metadata.xml +++ b/dev-python/sphinx-hoverxref/metadata.xml @@ -1,12 +1,11 @@ + + marcin.deranek@slonko.net + Marcin Deranek + - https://sphinx-hoverxref.readthedocs.io/en/latest/ - - Manuel Kaufmann - humitos@gmail.com - https://github.com/readthedocs/sphinx-hoverxref/issues baldeagleos-repo diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild deleted file mode 100644 index 79a80d6f64bd..000000000000 --- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -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 ~arm64 ~x86" - -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 diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild new file mode 100644 index 000000000000..909344dccb76 --- /dev/null +++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{13..14} ) + +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/sphinx-hoverxref/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/sphinx-5.0[${PYTHON_USEDEP}] + dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/sphinxcontrib-bibtex-2.6.0[${PYTHON_USEDEP}] + ) +" + +EPYTEST_DESELECT=( + # 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-rtd-theme \ +# dev-python/sphinx-tabs \ +# dev-python/sphinx-version-warning \ +# dev-python/sphinxcontrib-bibtex \ +# dev-python/sphinxemoji +# +#python_prepare_all() { +# # Fix the name +# sed -i \ +# -e 's/sphinx-prompt/sphinx_prompt/g' \ +# docs/conf.py || die +# +# distutils-r1_python_prepare_all +#} -- cgit v1.3.1