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 ED6BE158090 for ; Sun, 22 May 2022 10:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26387E092A; Sun, 22 May 2022 10:58:22 +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 0689CE092A for ; Sun, 22 May 2022 10:58:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 041C0341DC2 for ; Sun, 22 May 2022 10:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8451326 for ; Sun, 22 May 2022 10:58:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1653217069.f87d241aa8bc370902d9bd58820fcd7e9e98bdd5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.22.4.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f87d241aa8bc370902d9bd58820fcd7e9e98bdd5 X-VCS-Branch: master Date: Sun, 22 May 2022 10:58:19 +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: 6b2a006e-4a94-44fd-8315-aa9c009ab274 X-Archives-Hash: 7e3e7a1fe614c002f7f1019de4ee8341 commit: f87d241aa8bc370902d9bd58820fcd7e9e98bdd5 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 22 10:57:49 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 22 10:57:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87d241a dev-python/numpy: Needs newer cython to build Otherwise it fails with: RuntimeError: Building NumPy requires Cython >= 0.29.30, found 0.29.28 at /usr/lib/python3.9/site-packages/Cython/__init__.py Signed-off-by: Pacho Ramos gentoo.org> dev-python/numpy/numpy-1.22.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.22.4.ebuild b/dev-python/numpy/numpy-1.22.4.ebuild index c81dc51e4e98..f3f3c53c5eb8 100644 --- a/dev-python/numpy/numpy-1.22.4.ebuild +++ b/dev-python/numpy/numpy-1.22.4.ebuild @@ -36,7 +36,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} app-arch/unzip - >=dev-python/cython-0.29.24[${PYTHON_USEDEP}] + >=dev-python/cython-0.29.30[${PYTHON_USEDEP}] lapack? ( virtual/pkgconfig ) test? ( >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]