From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A38D215800A for ; Sun, 20 Aug 2023 08:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA592BC014; Sun, 20 Aug 2023 08:03:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B183B2BC014 for ; Sun, 20 Aug 2023 08:03:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A989335CB9 for ; Sun, 20 Aug 2023 08:03:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD5C7BF4 for ; Sun, 20 Aug 2023 08:03:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1692518629.61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.24.0.ebuild X-VCS-Directories: dev-python/sphinx-autodoc-typehints/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf X-VCS-Branch: master Date: Sun, 20 Aug 2023 08:03:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b974216-1b34-4b2a-988e-dfb92d6c626f X-Archives-Hash: 6d99eb7aaca29a535ef6b03a2a9f2392 commit: 61b7fc8b23787ae0220cb9fa9a2b22a7c0e0accf Author: Michał Górny gentoo org> AuthorDate: Sun Aug 20 08:03:18 2023 +0000 Commit: Michał Górny gentoo 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 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}] )