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 7E3011581C1 for ; Tue, 16 Jul 2024 07:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96FBE2A33; Tue, 16 Jul 2024 07:28:58 +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 8473CE2A33 for ; Tue, 16 Jul 2024 07:28:58 +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 9BDF133BF3B for ; Tue, 16 Jul 2024 07:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 142F8B82 for ; Tue, 16 Jul 2024 07:28:56 +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: <1721114929.ca7e5bb1cf46e9bae32e1b5e6a8651fcfca497a6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/griffe/griffe-0.48.0.ebuild X-VCS-Directories: dev-python/griffe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ca7e5bb1cf46e9bae32e1b5e6a8651fcfca497a6 X-VCS-Branch: master Date: Tue, 16 Jul 2024 07:28:56 +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: 431a353d-2115-44c9-ac78-b8d9ebf72500 X-Archives-Hash: c38ce4a4ed971af10d3f047bb4935b67 commit: ca7e5bb1cf46e9bae32e1b5e6a8651fcfca497a6 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 16 07:25:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 16 07:28:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7e5bb1 dev-python/griffe: Add test dep on dev-python/mkdocstrings Closes: https://bugs.gentoo.org/936139 Signed-off-by: Michał Górny gentoo.org> dev-python/griffe/griffe-0.48.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/griffe/griffe-0.48.0.ebuild b/dev-python/griffe/griffe-0.48.0.ebuild index da6105600ada..b1bdc003e9cd 100644 --- a/dev-python/griffe/griffe-0.48.0.ebuild +++ b/dev-python/griffe/griffe-0.48.0.ebuild @@ -33,6 +33,7 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/jsonschema-4.17[${PYTHON_USEDEP}] + dev-python/mkdocstrings[${PYTHON_USEDEP}] >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}] ) "