commit: 4d1c5805f27129c54bd0d300b95e01eff5147a8b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Mar 2 03:28:16 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Mar 2 03:55:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1c5805
dev-python/sphinx-autodoc-typehints: Bump to 3.9.2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sphinx-autodoc-typehints/Manifest | 2 + .../sphinx-autodoc-typehints-3.9.2.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest index 0fc6c7dbadb5..db883f9c00b7 100644 --- a/dev-python/sphinx-autodoc-typehints/Manifest +++ b/dev-python/sphinx-autodoc-typehints/Manifest @@ -6,3 +6,5 @@ DIST sphinx_autodoc_typehints-3.7.0.tar.gz 41344 BLAKE2B bb9c2fcdb430792742cedc0 DIST sphinx_autodoc_typehints-3.7.0.tar.gz.provenance 9780 BLAKE2B d87012cb873a7818a5a9b2752aae257e09dedb180d9a54c83f979c08f65a7d08c4e8643779e5da349d3818b14caf6baa0aa0ce35d03a6aa403a5ebdba1a48e9c SHA512 fb218bfb892b94bf499d9b9b34b5c015a2c8938af52a1af3ae6ba141b2e23d80683360bb92de7625dfe1910e24e7a5087f9950a1a056726ecd2bb441b283b315 DIST sphinx_autodoc_typehints-3.8.0.tar.gz 59672 BLAKE2B 05bf3eff2eb1f4a66b151e8d676ebddb081e2d8240c13c50d255d4e3f88cfe284c0cccac8be355a2b850c0341ba8a59aba4ab10c1fdbec5b47bf75e2fdadd84d SHA512 48648be12dce2640531846ccebdec653496f44309ec002411a61ee531efcfea8911fed75edcf95718bb0e5a8b096f9d47b8214b8a4a64f299f94b9e0d552967b DIST sphinx_autodoc_typehints-3.8.0.tar.gz.provenance 9964 BLAKE2B b1a4800a4778509bb2af2f3350b4e0213a1f3cc34f3636a9505ec07be7c5eea8d431ffee3796597d4ffbc4218b85f4aff5b4fe1809f7dae25189b6f18faebc6b SHA512 7f630714ab8461ab4449e839d2fabb0633f24490b1c4851600cb94407051e4ad7862870e9b382c4bfb4d8dbc34a080a84ce6abf63c1944d7656ab629d918448b +DIST sphinx_autodoc_typehints-3.9.2.tar.gz 62101 BLAKE2B 81f0e15974b583aa836022380d1d661fe8757afb2a4a53585451aa9719d5918c223059a72b4878148a4f1854c18fb2ddfae869b07f16d8b101c7201100ec0fbc SHA512 dc9c3be509ec2f226ab79c8e581c2318348780dc27b69decc75fcab361a74d707332ce748b72422965e517d557cd0aef39109d010cd72378d013a22564207d56 +DIST sphinx_autodoc_typehints-3.9.2.tar.gz.provenance 9793 BLAKE2B 12d1542ad6bb7209e15b8b646ba768a3a5e65451103a3a63eb8381cc60e91a063ea384f47338e67953f059735c61094abad2152d2915fc9ed0d453b83541f877 SHA512 57d7c685ff15e2fea0e88ac6a16db72f2a7d92f339ac6badf54712d4186325d5d94ca126e30ed5f1eb62e013b605a6127c25c05166ebc0adf2e8a5d9538c0161 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.2.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.2.ebuild new file mode 100644 index 000000000000..0dadbbbd37b2 --- /dev/null +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.9.2.ebuild @@ -0,0 +1,43 @@ +# 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 +)
