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 D13811581D3 for ; Tue, 21 May 2024 14:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D01682BC018; Tue, 21 May 2024 14:35:39 +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 AE9C32BC018 for ; Tue, 21 May 2024 14:35:39 +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 A1E7F33BE19 for ; Tue, 21 May 2024 14:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F121AE6 for ; Tue, 21 May 2024 14:35:36 +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: <1716302113.8f2f47864e351620f8fb4e124eca51684a75d9d7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/black/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/black/black-24.4.2-r1.ebuild dev-python/black/black-24.4.2.ebuild X-VCS-Directories: dev-python/black/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f2f47864e351620f8fb4e124eca51684a75d9d7 X-VCS-Branch: master Date: Tue, 21 May 2024 14:35:36 +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: ca5e0d04-8edc-4be4-ba9d-b248a67eba46 X-Archives-Hash: 0a4a3e3a4815302cc7ff64ee441e8734 commit: 8f2f47864e351620f8fb4e124eca51684a75d9d7 Author: Michał Górny gentoo org> AuthorDate: Tue May 21 14:30:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 21 14:35:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2f4786 dev-python/black: Add missing dev-python/typing-extensions RDEP Closes: https://bugs.gentoo.org/932359 Signed-off-by: Michał Górny gentoo.org> dev-python/black/{black-24.4.2.ebuild => black-24.4.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/black/black-24.4.2.ebuild b/dev-python/black/black-24.4.2-r1.ebuild similarity index 95% rename from dev-python/black/black-24.4.2.ebuild rename to dev-python/black/black-24.4.2-r1.ebuild index 0d889f9204fb..3f2df6f8ed94 100644 --- a/dev-python/black/black-24.4.2.ebuild +++ b/dev-python/black/black-24.4.2-r1.ebuild @@ -27,6 +27,7 @@ RDEPEND=" >=dev-python/platformdirs-2[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.0.1[${PYTHON_USEDEP}] ' 3.10) " BDEPEND="