From b713f7ea8c4537ea5c054e7cef63fcbd77eebf10 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 31 May 2024 20:15:54 +0200 Subject: dev-python/sphinx-hoverxref Version bump --- dev-python/sphinx-hoverxref/Manifest | 4 +-- .../sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 35 ------------------ .../sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 43 insertions(+), 37 deletions(-) delete mode 100644 dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild create mode 100644 dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest index d195831..5cd4840 100644 --- a/dev-python/sphinx-hoverxref/Manifest +++ b/dev-python/sphinx-hoverxref/Manifest @@ -1,3 +1,3 @@ -DIST sphinx-hoverxref-1.3.0.gh.tar.gz 1720899 BLAKE2B dae94b9ba8fb46e76d669548d9cfb41cc858756d800c5be8bdc73fb58c44587d56dd1fdb2c402ef8cb685f03f5e09a58852dff51c4670de9116e0f35f39fdb66 SHA512 29b61e9391b973094acccfed8206dd9b49aa1954621727b7bf1e2914bf91f8840b3114937f8fde386f6d9dca680330192df66cade4f9eb9952971111de9f0cf7 -EBUILD sphinx-hoverxref-1.3.0.ebuild 841 BLAKE2B fa08d09cbf19cd9ae66c43bc67274a58d3dce7e1b84c0f9da95a516488cb2377e05ffa350449b4a84df2923d4b6db7e45f199d216d1a15e0ee59eb464179470d SHA512 142c30c234d339b458f9308ee075f7bd6f32d7a2e9beec7228f5b70bf0911f51931d5a90e3d42aa22466284bd37d75f3efd42d43475a4e190679c4fcff27c811 +DIST sphinx-hoverxref-1.4.0.gh.tar.gz 1719473 BLAKE2B cfcb8801c84b6bbeb791f2865377c055fc4cbc163e0aff7239c983945d7fe2a68f36132cf6dc7e95bbae0f1f2304fb01a69f4fbabe2e0b899e43f313cf40336d SHA512 6cde78a41e3695c9b36c79ea87a0fa10adbe3e2a7c5915f27b425a95e553ce08b20c87a220d1086b01a66837d9bc6f47118a204499b4aab7f3b20d911792182c +EBUILD sphinx-hoverxref-1.4.0.ebuild 1040 BLAKE2B 9d945f81a2a2b96a4b5b2b2d8050e19b0c5dd7c5591c48f990c5a6882cf5716667cefd65bad22a0f2533bf332de41fec8989a71d26c2b2c697cf4981274fbd57 SHA512 2ae48bb9c7736439aae1875cd0b97d425754888fb79421559c9c6730b299726e935bef86cb91f97a4cc7805c615ab99a285904c0e99dad1a24e294df2af24cea MISC metadata.xml 479 BLAKE2B 382e8785e24f13aeb15e38f50800f18e846daf23550c0b95bc4629e509f35fff01fc93cfcc9c4e939c8529384b4c147fa23d43c94debfdf101748371c5c8c4a5 SHA512 bff25c65bb1170c1743aaf042f3724f48e0c54db90be8ea6cc1b107ec9994c093ad5087d82f56d47993ffd3445c42b43e713fa955b968c2cf780a62991e65386 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 a832739..0000000 --- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) - -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" -PROPERTIES="test_network" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -#distutils_enable_sphinx docs \ -# dev-python/sphinx-rtd-theme diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild new file mode 100644 index 0000000..6eb9abd --- /dev/null +++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..11} ) + +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" +PROPERTIES="test_network" + +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}] + ) +" + +distutils_enable_tests pytest +#distutils_enable_sphinx docs \ +# dev-python/sphinx-autoapi \ +# dev-python/sphinxcontrib-bibtex \ +# dev-python/sphinx-notfound-page \ +# dev-python/sphinx-prompt \ +# dev-python/sphinx-rtd-theme \ +# dev-python/sphinx-tabs \ +# dev-python/sphinxemoji -- cgit v1.2.3