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 6B6E015ACFB for ; Tue, 11 Apr 2023 17:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73492E0924; Tue, 11 Apr 2023 17:25:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56F56E0924 for ; Tue, 11 Apr 2023 17:25:51 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 645A2340B54 for ; Tue, 11 Apr 2023 17:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA46A41 for ; Tue, 11 Apr 2023 17:25:47 +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: <1681233941.6dcfd456bf929e42333fe41c21db3bb2afc98b23.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loguru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/loguru/loguru-0.7.0.ebuild X-VCS-Directories: dev-python/loguru/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6dcfd456bf929e42333fe41c21db3bb2afc98b23 X-VCS-Branch: master Date: Tue, 11 Apr 2023 17:25:47 +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: f971c4a7-235b-4872-ab55-c5cdd2a07623 X-Archives-Hash: cdb7c8dea7e9a314561bf59452d5d4ff commit: 6dcfd456bf929e42333fe41c21db3bb2afc98b23 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 11 16:46:56 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 11 17:25:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcfd456 dev-python/loguru: Add test dep on dev-python/mypy Closes: https://bugs.gentoo.org/904153 Signed-off-by: Michał Górny gentoo.org> dev-python/loguru/loguru-0.7.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/loguru/loguru-0.7.0.ebuild b/dev-python/loguru/loguru-0.7.0.ebuild index f776f2759d43..d81e7c00a5a4 100644 --- a/dev-python/loguru/loguru-0.7.0.ebuild +++ b/dev-python/loguru/loguru-0.7.0.ebuild @@ -26,6 +26,7 @@ BDEPEND=" test? ( >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}] >=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}] + dev-python/mypy[${PYTHON_USEDEP}] ) "