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 8AED315800A for ; Wed, 19 Jul 2023 11:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F296DE0802; Wed, 19 Jul 2023 11:10:14 +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 D86C4E0802 for ; Wed, 19 Jul 2023 11:10:14 +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 EC624340E43 for ; Wed, 19 Jul 2023 11:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92213BCE for ; Wed, 19 Jul 2023 11:10:10 +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: <1689765004.6cd9ff3bbd1a921fa7c132af5a1a54db9bf9cde2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typeguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typeguard/typeguard-4.0.0.ebuild X-VCS-Directories: dev-python/typeguard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6cd9ff3bbd1a921fa7c132af5a1a54db9bf9cde2 X-VCS-Branch: master Date: Wed, 19 Jul 2023 11:10:10 +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: 016294c6-513d-40d9-a93d-e6ce1ed85029 X-Archives-Hash: 68ac17ffe0f917eb3dc1335bb9c6aa2c commit: 6cd9ff3bbd1a921fa7c132af5a1a54db9bf9cde2 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 19 11:04:25 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 19 11:10:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd9ff3b dev-python/typeguard: Eliminate stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/typeguard/typeguard-4.0.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/typeguard/typeguard-4.0.0.ebuild b/dev-python/typeguard/typeguard-4.0.0.ebuild index b6c81488ed30..ae12dc690a1b 100644 --- a/dev-python/typeguard/typeguard-4.0.0.ebuild +++ b/dev-python/typeguard/typeguard-4.0.0.ebuild @@ -19,12 +19,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}] - ' 3.9) $(python_gen_cond_dep ' >=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}] - ' 3.{9..10}) + ' 3.10) " BDEPEND=" >=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]