commit:     696ff65c1a0f34c5c31dd83667f5f4adfc2c07ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 07:09:13 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 09:03:35 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696ff65c

dev-python/sphinx-autodoc-typehints: Bump to 3.7.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx-autodoc-typehints/Manifest       |  2 ++
 .../sphinx-autodoc-typehints-3.7.0.ebuild          | 41 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 0ccdaea7a464..203aec5f4527 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -4,3 +4,5 @@ DIST sphinx_autodoc_typehints-3.6.2.tar.gz 37574 BLAKE2B 
b37ce4d527e22b06d49075f
 DIST sphinx_autodoc_typehints-3.6.2.tar.gz.provenance 9980 BLAKE2B 
85c11e72d568b2ae3cdf3d0ba655a1dd2410ed0a8f2c741bdc16242cebfeaf0ade71676b9cd069dc12657af45ca9bf5145841ac220e3470e431ae0b4806c0248
 SHA512 
3c3ef450a9fcf621d164eee8a522dfff5d16a1feb8ee76921a7a69652bd6ce6d1dad35c4b684f978de7cabcdd4268d480dfdfb1de95251935ece9fe07a92815b
 DIST sphinx_autodoc_typehints-3.6.3.tar.gz 38288 BLAKE2B 
5275aedbf4199d517be26329e58c24f758a4ede9ac7d0497f3c8d0d7a095cb153eb25e16dd8834209415fbbefd0ebc885c14443c1394e311c6efcdb313eb72b0
 SHA512 
aa5a198ab3aca789e4c526b58542a0695ed5e1fdf7f53563f7df1fd7d6f9166d30ffa3f71a1f2774497ded137d3556c864133508e385d6f25aeae65cdb384b12
 DIST sphinx_autodoc_typehints-3.6.3.tar.gz.provenance 9682 BLAKE2B 
6fccc524ada3ba91168ce5587ca568d929dc7782462fc4c61565c74d7def21b85bb402104f3452b47e4c7fbdb065040a50d8d1e5f4e4c855e473572a6f3b951c
 SHA512 
b0fae4c259fe8894d9153fa74b1f7ab48d6493f504a3b584e98a5315b5dd7e1e1d8f6114c44f8c6c34cb8591fb10d1f40565d02f6cd7b586cc1a0821ead4a01d
+DIST sphinx_autodoc_typehints-3.7.0.tar.gz 41344 BLAKE2B 
bb9c2fcdb430792742cedc0d3cc3a507a971ecc1193bc316a4875b413609dd4c01d93c3adf0ffc32d6e0802b7cb289ca30001c67c99ae5e0ace76036e886862b
 SHA512 
60117435e80f511a0d20ce0072cdb4c776424d9cd8cde4fc49982245e5edb3254849308d3951971dcdecd54162a9abf25596e98ffbf35d1a8ef665633ff63b48
+DIST sphinx_autodoc_typehints-3.7.0.tar.gz.provenance 9780 BLAKE2B 
d87012cb873a7818a5a9b2752aae257e09dedb180d9a54c83f979c08f65a7d08c4e8643779e5da349d3818b14caf6baa0aa0ce35d03a6aa403a5ebdba1a48e9c
 SHA512 
fb218bfb892b94bf499d9b9b34b5c015a2c8938af52a1af3ae6ba141b2e23d80683360bb92de7625dfe1910e24e7a5087f9950a1a056726ecd2bb441b283b315

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.7.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.7.0.ebuild
new file mode 100644
index 000000000000..9b16bfe85d37
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.7.0.ebuild
@@ -0,0 +1,41 @@
+# 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 ~loong ~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/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_sphinx_autodoc_typehints.py::test_format_annotation
+)

Reply via email to