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 09B7A158030 for ; Mon, 27 Feb 2023 00:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2063BE0827; Mon, 27 Feb 2023 00:22:01 +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 16B75E0827 for ; Mon, 27 Feb 2023 00:21:58 +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 5C586340E6B for ; Mon, 27 Feb 2023 00:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F2FE8B5 for ; Mon, 27 Feb 2023 00:21:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677457286.99e194a443c2673106f632551f7a07996f8d5fc1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: dev-python/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99e194a443c2673106f632551f7a07996f8d5fc1 X-VCS-Branch: master Date: Mon, 27 Feb 2023 00:21:55 +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: 594021ba-9302-4a04-bf78-200c8efbe748 X-Archives-Hash: d92c23f8ea8ef7a199a0c708aea5eecf commit: 99e194a443c2673106f632551f7a07996f8d5fc1 Author: Sam James gentoo org> AuthorDate: Mon Feb 27 00:21:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 27 00:21:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e194a4 dev-python/pkgcraft: require cython-3 in 9999 See https://github.com/pkgcraft/pkgcraft-python/commit/543a260b2392bfaa25a074af23fc3ad119fa4dff. Signed-off-by: Sam James gentoo.org> dev-python/pkgcraft/pkgcraft-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index be43bfffaec1..8969d25f9d5f 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - dev-python/cython + >=dev-python/cython-3.0.0_beta1 dev-python/setuptools_scm virtual/pkgconfig "