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 D3F7915808B for ; Fri, 8 Apr 2022 10:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87C8BE093E; Fri, 8 Apr 2022 10:00:36 +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 0F5ADE093E for ; Fri, 8 Apr 2022 10:00:36 +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 B364434107F for ; Fri, 8 Apr 2022 10:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AEA61BD for ; Fri, 8 Apr 2022 10:00:33 +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: <1649412026.7e9fab249e382be516134c61fb9ef743080a8ea3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nptyping/nptyping-2.0.0.ebuild X-VCS-Directories: dev-python/nptyping/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e9fab249e382be516134c61fb9ef743080a8ea3 X-VCS-Branch: master Date: Fri, 8 Apr 2022 10:00:33 +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: 5fb86af4-ce70-44a3-8940-7a2608dde101 X-Archives-Hash: ac76092bf0ea0f38923aea65dab13714 commit: 7e9fab249e382be516134c61fb9ef743080a8ea3 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 8 09:57:51 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 8 10:00:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9fab24 dev-python/nptyping: Add a test dep on dev-python/mypy Closes: https://bugs.gentoo.org/837251 Signed-off-by: Michał Górny gentoo.org> dev-python/nptyping/nptyping-2.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nptyping/nptyping-2.0.0.ebuild b/dev-python/nptyping/nptyping-2.0.0.ebuild index deaae0738239..3a0ad81b5c2a 100644 --- a/dev-python/nptyping/nptyping-2.0.0.ebuild +++ b/dev-python/nptyping/nptyping-2.0.0.ebuild @@ -30,6 +30,7 @@ RDEPEND=" " BDEPEND=" test? ( + dev-python/mypy[${PYTHON_USEDEP}] dev-python/typeguard[${PYTHON_USEDEP}] ) "