commit: 61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 08:03:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 08:03:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7fc8b
dev-python/sphinx-autodoc-typehints: Remove test dep on nptyping
The test dependency on dev-python/nptyping is entirely optional
and the package itself is barely kept alive, with a lot of test
failures and multiple versions behind dev-python/numpy.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild
index c12ff85ed759..cf645ba4eba9 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild
@@ -21,10 +21,11 @@ SLOT="0"
RDEPEND="
>=dev-python/sphinx-5.3[${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/nptyping-2.5[${PYTHON_USEDEP}]
>=dev-python/sphobjinv-2.3.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
)