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 6EDD51581C1 for ; Fri, 12 Jul 2024 12:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 434CA2BC06D; Fri, 12 Jul 2024 12:03:20 +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 24E522BC06D for ; Fri, 12 Jul 2024 12:03:19 +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 E518A33BED4 for ; Fri, 12 Jul 2024 12:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB451D44 for ; Fri, 12 Jul 2024 12:03:17 +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: <1720785792.bc72218deb931a72eea7969557e8dc43c0dafd4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/pythran-0.16.1.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc72218deb931a72eea7969557e8dc43c0dafd4c X-VCS-Branch: master Date: Fri, 12 Jul 2024 12:03:17 +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: 531b5356-bc85-42ce-81c8-392abc08eae9 X-Archives-Hash: 4f82d79caee5c4be6746a687279375f1 commit: bc72218deb931a72eea7969557e8dc43c0dafd4c Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 10:46:33 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 12:03:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc72218d dev-python/pythran: Extend ipython to py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/pythran/pythran-0.16.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pythran/pythran-0.16.1.ebuild b/dev-python/pythran/pythran-0.16.1.ebuild index f15b73db6283..b93681c29f4f 100644 --- a/dev-python/pythran/pythran-0.16.1.ebuild +++ b/dev-python/pythran/pythran-0.16.1.ebuild @@ -41,9 +41,7 @@ DEPEND=" " BDEPEND=" test? ( - $(python_gen_cond_dep ' - dev-python/ipython[${PYTHON_USEDEP}] - ' 3.{10..12}) + dev-python/ipython[${PYTHON_USEDEP}] dev-python/pip[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}]