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 F2C96158020 for ; Wed, 14 Dec 2022 06:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2A97E0845; Wed, 14 Dec 2022 06:31:48 +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 9A646E0845 for ; Wed, 14 Dec 2022 06:31:48 +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 93FE3340FEF for ; Wed, 14 Dec 2022 06:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF43A7CC for ; Wed, 14 Dec 2022 06:31:44 +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: <1670999494.7d11840eda44db5dfcb2ce51febc9d60d2ffa562.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipdb/ipdb-0.13.11.ebuild X-VCS-Directories: dev-python/ipdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d11840eda44db5dfcb2ce51febc9d60d2ffa562 X-VCS-Branch: master Date: Wed, 14 Dec 2022 06:31:44 +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: afe2b4f5-5160-4fca-bd0e-c3e356f98828 X-Archives-Hash: 928fe019b036521ae66bf5d06c181d10 commit: 7d11840eda44db5dfcb2ce51febc9d60d2ffa562 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 14 05:28:20 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 14 06:31:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d11840e dev-python/ipdb: Remove tomli dep on py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/ipdb/ipdb-0.13.11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/ipdb/ipdb-0.13.11.ebuild b/dev-python/ipdb/ipdb-0.13.11.ebuild index 395b79feccc6..ca401e15df98 100644 --- a/dev-python/ipdb/ipdb-0.13.11.ebuild +++ b/dev-python/ipdb/ipdb-0.13.11.ebuild @@ -24,7 +24,9 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/tomli[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.8 3.9 3.10) ) "