summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-hoverxref
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx-hoverxref')
-rw-r--r--dev-python/sphinx-hoverxref/Manifest1
-rw-r--r--dev-python/sphinx-hoverxref/metadata.xml15
-rw-r--r--dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild49
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-python/sphinx-hoverxref/Manifest b/dev-python/sphinx-hoverxref/Manifest
deleted file mode 100644
index 92a4d8f1de1c..000000000000
--- a/dev-python/sphinx-hoverxref/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-hoverxref-1.4.2.gh.tar.gz 1719736 BLAKE2B 844584a379dec3b83c9661e6abc432f8ae1a9dab4236323c7cc73fa03a9a35251a27a4fa76c7bfb85580fe9e3299ba8929e349bd80d9ec2e5e9859aa6f391c97 SHA512 0de6810dec1d71a130526a96a28fc651fc53f4310cf866fa4fa23a386996681598ac588d41f6fcefdd1edb381efbbc5cf4048a7e2d6d7f6829b72d6c87bfb0c6
diff --git a/dev-python/sphinx-hoverxref/metadata.xml b/dev-python/sphinx-hoverxref/metadata.xml
deleted file mode 100644
index a134dc25ab9d..000000000000
--- a/dev-python/sphinx-hoverxref/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <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>
- <maintainer>
- <name>Manuel Kaufmann</name>
- <email>humitos@gmail.com</email>
- </maintainer>
- <bugs-to>https://github.com/readthedocs/sphinx-hoverxref/issues</bugs-to>
- </upstream>
-</pkgmetadata>
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