From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F03AA158020 for ; Tue, 22 Nov 2022 07:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6345E0C0D; Tue, 22 Nov 2022 07:32:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0208E0C0D for ; Tue, 22 Nov 2022 07:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F8BA3412A7 for ; Tue, 22 Nov 2022 07:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34CAE763 for ; Tue, 22 Nov 2022 07:32:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1669097987.575033ad4d3eb7a9f8aded1d6f4dc4f509ef2766.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-hoverxref/Manifest dev-python/sphinx-hoverxref/metadata.xml dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild X-VCS-Directories: dev-python/sphinx-hoverxref/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 575033ad4d3eb7a9f8aded1d6f4dc4f509ef2766 X-VCS-Branch: dev Date: Tue, 22 Nov 2022 07:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d8ad914-2f38-4422-a368-52bdcdb8819d X-Archives-Hash: 42b824cbbad5859a2d6b69bdd217d2c0 commit: 575033ad4d3eb7a9f8aded1d6f4dc4f509ef2766 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 22 06:19:47 2022 +0000 Commit: Anna Vyalkova sysrq 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 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 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + https://sphinx-hoverxref.readthedocs.io/en/latest/ + sphinx-hoverxref + readthedocs/sphinx-hoverxref + + 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