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 AE55515800A for ; Wed, 19 Jul 2023 11:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C02DAE05C1; Wed, 19 Jul 2023 11:10:11 +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 A18BBE05C1 for ; Wed, 19 Jul 2023 11:10:11 +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 90CCB340DB4 for ; Wed, 19 Jul 2023 11:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFA5B8B for ; Wed, 19 Jul 2023 11:10:08 +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: <1689764986.74db7b2e0969d15a020b4fcbd72b979aa4b39665.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-23.3.0.ebuild dev-python/black/black-23.7.0.ebuild X-VCS-Directories: dev-python/black/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 74db7b2e0969d15a020b4fcbd72b979aa4b39665 X-VCS-Branch: master Date: Wed, 19 Jul 2023 11:10:08 +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: 3ef580ab-22fd-44e6-8e74-0972876d1d55 X-Archives-Hash: 9ddcf38cfcabcbf93155090c2f37f3e6 commit: 74db7b2e0969d15a020b4fcbd72b979aa4b39665 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 19 11:04:07 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 19 11:09:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74db7b2e dev-python/black: Eliminate stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/black/black-23.3.0.ebuild | 5 +---- dev-python/black/black-23.7.0.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-python/black/black-23.3.0.ebuild b/dev-python/black/black-23.3.0.ebuild index 9bfc7eb5cb19..2d1615d6d11d 100644 --- a/dev-python/black/black-23.3.0.ebuild +++ b/dev-python/black/black-23.3.0.ebuild @@ -27,10 +27,7 @@ RDEPEND=" >=dev-python/platformdirs-2[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] - ' 3.{9..10}) - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-3.10.0.0[${PYTHON_USEDEP}] - ' 3.9) + ' 3.10) " BDEPEND=" dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] diff --git a/dev-python/black/black-23.7.0.ebuild b/dev-python/black/black-23.7.0.ebuild index dc0fca200e6d..c9f6e9864cc3 100644 --- a/dev-python/black/black-23.7.0.ebuild +++ b/dev-python/black/black-23.7.0.ebuild @@ -27,10 +27,7 @@ RDEPEND=" >=dev-python/platformdirs-2[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] - ' 3.{9..10}) - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-3.10.0.0[${PYTHON_USEDEP}] - ' 3.9) + ' 3.10) " BDEPEND=" dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]