diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-26 03:04:32 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-26 03:04:32 -0500 |
| commit | 8a7e9bb6193b9b54ffb149bdf92c9689a3798e00 (patch) | |
| tree | a65a4cafeec5fa345fbaad47d0c3892cbb3bd183 /dev-python/sphinx-autodoc-typehints | |
| parent | a2d754850b88dddfc90152e4eaf858d6907b5201 (diff) | |
| download | baldeagleos-repo-8a7e9bb6193b9b54ffb149bdf92c9689a3798e00.tar.gz baldeagleos-repo-8a7e9bb6193b9b54ffb149bdf92c9689a3798e00.tar.xz baldeagleos-repo-8a7e9bb6193b9b54ffb149bdf92c9689a3798e00.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-autodoc-typehints')
| -rw-r--r-- | dev-python/sphinx-autodoc-typehints/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.12.0.ebuild | 44 |
2 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/sphinx-autodoc-typehints/Manifest b/dev-python/sphinx-autodoc-typehints/Manifest index 198744ee705b..f1891d4587c7 100644 --- a/dev-python/sphinx-autodoc-typehints/Manifest +++ b/dev-python/sphinx-autodoc-typehints/Manifest @@ -10,3 +10,5 @@ DIST sphinx_autodoc_typehints-3.10.6.tar.gz 80926 BLAKE2B bddd84c630da77a66ab70a DIST sphinx_autodoc_typehints-3.10.6.tar.gz.provenance 10284 BLAKE2B b7341d815e653acfd4f5f82f14b6f33b27501a32bdcc0a1a18eaa75facf3db7527c9f3396e4032a2cb5c9fe20a5e34faebe048c879651114b58f6cff0aa0d7a8 SHA512 2da7939129b668ec2899a52d161c9375e09d6def0c9bd49752f43355d113d088c5b080faa5a18b2d4dfcfbaba88d9954764c5ff1350fd21ddefcdd680dda0aa3 DIST sphinx_autodoc_typehints-3.11.0.tar.gz 82518 BLAKE2B 3021c92ae92e8ad2dbcec1e6a4f936a9b6cd49ef8b6254ecaabcb7d3a9d53feba57a4130195ceac463bd53b3fc604be74057ee552dabbefed2e61350d181fe81 SHA512 bb20c5f81723250dc4ef1eb8be4f9ca649de77e405f80bb95110ae14d563e614f7712eaa1c165d614c257faeb4e70e64b3ca15fb8208ddf240eb93cc6704e24b DIST sphinx_autodoc_typehints-3.11.0.tar.gz.provenance 10139 BLAKE2B 0eea213b241e1ac188205e4707f9db1cd1907efb94cdd8dd34aba0bfce7564714df65249b63d577d335d0bb63ca3306c5ddce131a9cd52dad42c12a26fd6fcc8 SHA512 063cb60182b133d9f627871a60e749743bacf29d7728504b6abb8d21b80f30b1bff02c5d5afb5150e0b332802a558480c81f3a4c73a5e57d1f7bf9bde38f109d +DIST sphinx_autodoc_typehints-3.12.0.tar.gz 83874 BLAKE2B d50d52d5a5af977d7251fb44f4017fedb7d85e81f494e2a7e135739894334d4998b8c240e1a733d30309d1045e397420038b265d95d5b4571430581b50070719 SHA512 764982f514244132595a0d2d42d29ab6c40a3c6fe083551d4cf259be16a3abd7cbdc6cd252fbef3eb08d9a90d6276e5377ce499dfc709987d4c9c372d9dd6c0e +DIST sphinx_autodoc_typehints-3.12.0.tar.gz.provenance 10272 BLAKE2B e2c05d79d5a33b84fa90eb67461f826cec47c33c8906a529cbbfaa947d7cb78458d581d4cebc4edda1c85e60175c232d69c51a6bf78107116e03cdec32314e94 SHA512 ab956266e98adf4cef989b41c00c85c8eea50c66a9171483d06ecf7543bb7867e074faafa2175ddedaac80d4d44fc17d6b590c72b9d1db87a30d9f3a1597e895 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.12.0.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.12.0.ebuild new file mode 100644 index 000000000000..238733c448a1 --- /dev/null +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-3.12.0.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_{13..14} ) + +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 +) |
