From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1526377-garchives=archives.gentoo.org@lists.gentoo.org>
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 B034815810F
	for <garchives@archives.gentoo.org>; Thu,  8 Jun 2023 05:55:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7F848E07EF;
	Thu,  8 Jun 2023 05:55:53 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 69098E07EF
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Jun 2023 05:55:53 +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 A43F2335DB0
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Jun 2023 05:55:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D6AFEA8D
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Jun 2023 05:55:50 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1686203745.8fd4fb2f9f224e8b38eebe500da34ac0df675e30.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/symengine/symengine-0.10.0.ebuild dev-python/symengine/symengine-0.9.2-r3.ebuild
X-VCS-Directories: dev-python/symengine/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 8fd4fb2f9f224e8b38eebe500da34ac0df675e30
X-VCS-Branch: master
Date: Thu,  8 Jun 2023 05:55:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 27f161c9-2f53-4c9e-b53e-b7cae7b4b7b3
X-Archives-Hash: ee3b7c7f0b0215388f3fd96fc49b8a30

commit:     8fd4fb2f9f224e8b38eebe500da34ac0df675e30
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 05:25:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 05:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd4fb2f

dev-python/symengine: Require <dev-python/cython-3

Bug: https://bugs.gentoo.org/898720
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/symengine/symengine-0.10.0.ebuild   | 2 +-
 dev-python/symengine/symengine-0.9.2-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/symengine/symengine-0.10.0.ebuild b/dev-python/symengine/symengine-0.10.0.ebuild
index 64d96ed99b0b..5ae18cdf1733 100644
--- a/dev-python/symengine/symengine-0.10.0.ebuild
+++ b/dev-python/symengine/symengine-0.10.0.ebuild
@@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 
 BDEPEND="
 	dev-util/cmake
-	dev-python/cython[${PYTHON_USEDEP}]
+	<dev-python/cython-3[${PYTHON_USEDEP}]
 	test? (
 		dev-python/sympy[${PYTHON_USEDEP}]
 	)

diff --git a/dev-python/symengine/symengine-0.9.2-r3.ebuild b/dev-python/symengine/symengine-0.9.2-r3.ebuild
index a3b4db94be9d..f98f2ae91aff 100644
--- a/dev-python/symengine/symengine-0.9.2-r3.ebuild
+++ b/dev-python/symengine/symengine-0.9.2-r3.ebuild
@@ -26,7 +26,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 BDEPEND="
 	dev-util/cmake
-	dev-python/cython[${PYTHON_USEDEP}]
+	<dev-python/cython-3[${PYTHON_USEDEP}]
 	test? (
 		dev-python/sympy[${PYTHON_USEDEP}]
 	)