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 64ADD158089 for ; Thu, 26 Oct 2023 18:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 789072BC095; Thu, 26 Oct 2023 18:50:43 +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 5BC6C2BC095 for ; Thu, 26 Oct 2023 18:50:43 +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 3AA03335C2A for ; Thu, 26 Oct 2023 18:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D20BB9 for ; Thu, 26 Oct 2023 18:50:40 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1698346176.469bb63b80b399db6b45cf7151a6fce278c36f08.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cypari2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cypari2/cypari2-2.1.4-r1.ebuild dev-python/cypari2/cypari2-2.1.4.ebuild X-VCS-Directories: dev-python/cypari2/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 469bb63b80b399db6b45cf7151a6fce278c36f08 X-VCS-Branch: master Date: Thu, 26 Oct 2023 18:50:40 +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: 5041c110-73f4-4a7e-ab1e-c8857794cde7 X-Archives-Hash: 3099908c55d3268bba9c8b3cbf53a79d commit: 469bb63b80b399db6b45cf7151a6fce278c36f08 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Oct 26 18:23:25 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Oct 26 18:49:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469bb63b dev-python/cypari2: require cython-3.x Signed-off-by: Michael Orlitzky gentoo.org> dev-python/cypari2/{cypari2-2.1.4.ebuild => cypari2-2.1.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cypari2/cypari2-2.1.4.ebuild b/dev-python/cypari2/cypari2-2.1.4-r1.ebuild similarity index 94% rename from dev-python/cypari2/cypari2-2.1.4.ebuild rename to dev-python/cypari2/cypari2-2.1.4-r1.ebuild index 97c339f4b723..84038a84a693 100644 --- a/dev-python/cypari2/cypari2-2.1.4.ebuild +++ b/dev-python/cypari2/cypari2-2.1.4-r1.ebuild @@ -24,7 +24,7 @@ IUSE="" DEPEND="sci-mathematics/pari[gmp,doc] dev-python/cysignals[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" +BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/${P}-regen-bindings-for-each-python.patch" )