diff options
Diffstat (limited to 'dev-python/sphinx-hoverxref')
| -rw-r--r-- | dev-python/sphinx-hoverxref/Manifest | 4 | ||||
| -rw-r--r-- | dev-python/sphinx-hoverxref/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild (renamed from dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild) | 28 |
3 files changed, 25 insertions, 16 deletions
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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>marcin.deranek@slonko.net</email> + <name>Marcin Deranek</name> + </maintainer> <upstream> - <doc>https://sphinx-hoverxref.readthedocs.io/en/latest/</doc> - <maintainer> - <name>Manuel Kaufmann</name> - <email>humitos@gmail.com</email> - </maintainer> <bugs-to>https://github.com/readthedocs/sphinx-hoverxref/issues</bugs-to> </upstream> <origin>baldeagleos-repo</origin> diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild index 79a80d6f64bd..909344dccb76 100644 --- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild +++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.5.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 1999-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 +PYTHON_COMPAT=( python3_{13..14} ) + inherit distutils-r1 DESCRIPTION="Sphinx extension to show tooltips with content embedded when hover a reference" @@ -12,38 +13,45 @@ 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" +SRC_URI="https://github.com/readthedocs/sphinx-hoverxref/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64" RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] + >=dev-python/sphinx-5.0[${PYTHON_USEDEP}] dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}] " BDEPEND=" test? ( - dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}] + >=dev-python/sphinxcontrib-bibtex-2.6.0[${PYTHON_USEDEP}] ) " EPYTEST_DESELECT=( - # tests that require network + # 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-rtd-theme \ # dev-python/sphinx-tabs \ # dev-python/sphinx-version-warning \ -# dev-python/sphinx-rtd-theme \ # 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 +#} |
