summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-21 07:04:18 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-21 07:04:18 +0100
commitd5cb05d501d599fe2e5110d47960cd58f785fb0b (patch)
treeb13c7e6e807b85ddc0238a0260b04662c1a23696 /dev-python
parenta463d161efabce6c5d1934480636d95fe22439fd (diff)
downloadgentoo-d5cb05d501d599fe2e5110d47960cd58f785fb0b.tar.gz
gentoo-d5cb05d501d599fe2e5110d47960cd58f785fb0b.tar.bz2
gentoo-d5cb05d501d599fe2e5110d47960cd58f785fb0b.zip
dev-python/sphinx-autodoc-typehints: Bump to 3.9.9
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.9.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 197e1f84b3785..0e459310726bb 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -16,3 +16,5 @@ DIST sphinx_autodoc_typehints-3.9.7.tar.gz 68689 BLAKE2B c7ceb2b59fd662183d7194b
DIST sphinx_autodoc_typehints-3.9.7.tar.gz.provenance 9746 BLAKE2B 995abbab6a170c3046b50094a6a917be0b11e6948ef75eb2d778228594b3b7f874c1744e025a1419269b40c066577595ec40e5606e9a0ce090995eefb9e85ebe SHA512 93b66d5150287a066da7c67a0ebdfdfee674fdf754ed1d4a091f725baf07663bdbdf0b0ea84d340d3fa8d9970c6ee38f5b162b824b5ca376291f575d5099249a
DIST sphinx_autodoc_typehints-3.9.8.tar.gz 68763 BLAKE2B 3557a4345c3ee06c952d9a9e1fc6cadd15d74644292daa1c7185a4291cf45092edb6ba6226e7e7053701b7e0f9679ae85ed177a7fe5c7188094c6a2e2649e9f1 SHA512 9f7d16af8b9257b64b57be391ffd2527eedbd69d0edf8db56b7f28150ee7faabbe5e77de9984677a5dc149ecdabf83a9f25b44b835114647f4170cab8a7d6217
DIST sphinx_autodoc_typehints-3.9.8.tar.gz.provenance 9507 BLAKE2B aeda0224606013e5dc918b5b8e13b5c93e625a8e820e72cd142a7bba28aaf7cf9e3f6f7a1495fd1f7973d1fae29514a1e3a859d341c786c8c7c45fe151d648fa SHA512 f1310d938631c77bd9a54438e8ae859e57c24286f18375aabdb6c7b3c8ced6e042e856258986d6d2b737d761b976206ae2dc8672c8ba220a809d01e0ab2416b9
+DIST sphinx_autodoc_typehints-3.9.9.tar.gz 69333 BLAKE2B 0c5e2f8a9d9e847c15b2c36ded688ecdc18dd9c54c741feec96c15315be43c19196336c705814a32f4b89dab83b0b143140b8b8b4d0add8754b16cada531ce12 SHA512 bb17b092185a4dd6e9e191c1d8ea0712c21c4ffd2289eef8e0ec846b0306c38215c342cfb8200e810e18895aaa101ea33a1ad7cad2b670a2267f9f3b4da868ee
+DIST sphinx_autodoc_typehints-3.9.9.tar.gz.provenance 9984 BLAKE2B df6adfc365e8d8f16410e5496428bb51589d43c5d5d2fc8ade440ce8b2a21ac84579a82af2ede5b81b29cc6f5ce4ef7f0e8ba84f1c93b64691e1b10c033384c4 SHA512 835cccecf99a92dfa5a44caf01f1a33f619cbf0120777f0489a1135601fb426167425ba5511b189e76b8e51886dfee73a5086cac5409593755cba7161311fb5b
diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.9.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.9.ebuild
new file mode 100644
index 0000000000000..95d324968350d
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.9.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
+)