summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-05 05:16:44 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-05 05:46:49 +0100
commitbf587c58245661f87e7eb87b0230de9601c8e649 (patch)
tree11cfe553fcf0a4fe350a4d6daeb4802c409eaf0a /dev-python
parent39ce8538db788f61f1f7ec901ce5be99d1ddc1a0 (diff)
downloadgentoo-bf587c58245661f87e7eb87b0230de9601c8e649.tar.gz
gentoo-bf587c58245661f87e7eb87b0230de9601c8e649.tar.bz2
gentoo-bf587c58245661f87e7eb87b0230de9601c8e649.zip
dev-python/sphinx-autodoc-typehints: Bump to 3.9.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx-autodoc-typehints/Manifest2
-rw-r--r--dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.6.ebuild44
2 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest
index 14c7e86c10a4..6a5cb2a262b9 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -10,3 +10,5 @@ DIST sphinx_autodoc_typehints-3.9.2.tar.gz 62101 BLAKE2B 81f0e15974b583aa8360223
DIST sphinx_autodoc_typehints-3.9.2.tar.gz.provenance 9793 BLAKE2B 12d1542ad6bb7209e15b8b646ba768a3a5e65451103a3a63eb8381cc60e91a063ea384f47338e67953f059735c61094abad2152d2915fc9ed0d453b83541f877 SHA512 57d7c685ff15e2fea0e88ac6a16db72f2a7d92f339ac6badf54712d4186325d5d94ca126e30ed5f1eb62e013b605a6127c25c05166ebc0adf2e8a5d9538c0161
DIST sphinx_autodoc_typehints-3.9.5.tar.gz 63249 BLAKE2B 198ed592499814f2bb9cf6b4e01783a8181b8bc9432de8645697e60baab6e9ecf918c39270cacd6e1a25128f2a6f93f629c99d0755a44dcedfe72508a7dae8e4 SHA512 c06d91686d4281f6b6171ce49b4355a53e47b9c6a2fe8f71f03418a3043230c592575106c784ed44c393ae1e770c603888c4224e4d4ca5bc076610e761dc03e3
DIST sphinx_autodoc_typehints-3.9.5.tar.gz.provenance 9965 BLAKE2B 5a3a5c9f6787b73a0ae93dca4cc1025dad95599c474e2724621caa453f330be2607c7f763a57083e3c991da044cd22425e1b9ec273ba6d3ffddbdfbc70da184e SHA512 155b95c6e276c9a599864c89d838326d1cb06cc028e6633794e606bfa903f43ff23ad60a7fc119900317b2682518851a76dc662378e22ac6ecafbec7304954c8
+DIST sphinx_autodoc_typehints-3.9.6.tar.gz 68601 BLAKE2B 9acda8a6915bfb26ea8cfe861421513e6ef3977076431a1cf806012c425b23cdf65a4df16fbbc9a8dafe3e3ad4e87bba194e31b297581086da0d389c199be99a SHA512 99f45b628c4e8e84c7e60847ccfcce433f3d9f2600fc7f03d6b19bdfc889444be12c9d79f5a7907ded5f12aff363420986b6865653304934111b01a95cbaaf79
+DIST sphinx_autodoc_typehints-3.9.6.tar.gz.provenance 9930 BLAKE2B 26479aa53fc9588cfd2bc50e747ab6dc7e2da454ed8f872ce28914206f91fd31c671db6e27cc590df56d7c303b21f33cfd3c20ddb1544f10ca16d0e18f5c5b0e SHA512 a70ad948a536fa61c38a62d5c6e74d8081cfb86ee7f1eba551673dcb407a53b418d3af90e0055cc43b53fff30d909195955c3a3a3a37f94791bcaf54ca0439f8
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.6.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.6.ebuild
new file mode 100644
index 000000000000..95d324968350
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/tox-dev/sphinx-autodoc-typehints
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension"
+HOMEPAGE="
+ https://github.com/tox-dev/sphinx-autodoc-typehints/
+ https://pypi.org/project/sphinx-autodoc-typehints/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/sphinx-9.0.4[${PYTHON_USEDEP}]
+"
+# skipping optional test dep on dev-python/nptyping as that package
+# is horribly broken and on its way out
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/attrs-25.4[${PYTHON_USEDEP}]
+ >=dev-python/numpydoc-1.10[${PYTHON_USEDEP}]
+ >=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # Internet
+ tests/test_annotations.py::test_format_annotation
+ tests/test_resolver/test_stubs.py::test_sphinx_build_stub_types_produce_crossrefs
+)