From nobody Sun Nov 30 22:28:31 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dKMBR511qz6K11J for ; Sun, 30 Nov 2025 22:28:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4dKMBR2hqVz460K for ; Sun, 30 Nov 2025 22:28:31 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1764541711; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=s4/oaKpSj6n0gnYUx4FXJI0qUncf+MJFYDdIr2Uw1T8=; b=q0KXbPWa5YEZKJEmwL6kYAYm/eCoKtK3b56eFIrFZ/7/bhX2iUBuhwW3ZAkNahSJqkeIdV vHyc4oEH07IJo9JZMQEZ98hd/Zq64U6uoEkf+xjfjcmPqEifeSGLGCJqGV/NDkK6FcqdO2 qA9yl4D26pfhMbSzfOFiqLCHdPbZTlSsI7yhXVMWg45rwuvtZg6yEATE5t/Ni/RTYbuO51 k3rFOcgwM3e2harQ+5uWJM5jSfjT6euNwkeQPCtZZN0izUl9PDQZ3W4iiJl/N1HoSRRrtR Ho+t+L3Lh9f/fjyUaW577KItbWJt4kIm9Pjh9Cg3opHLM10wUZsKBjzbBlNUIw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1764541711; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=s4/oaKpSj6n0gnYUx4FXJI0qUncf+MJFYDdIr2Uw1T8=; b=OeRiYJ3pHX0n0Tllxmx4pD27WStODfqeSa0OwVgaeuCus52aSVvLlh7/Hut+7d3D3YkxEM 49D1qzAxEMhckbNrdx9O1RTrhMOPtFohuuSN68YUmqJ6YjKKnWcmT/LoHFNSTWbIPW/8vl tQR5oJlqqPailjLq7K8otPy1LDos2l2/Gh6yFK/huSC0bKGX3ADbMAvK8cqAyG9huPhZEP DU8IwUIAMslq8xi6vT6iI36AEgLzPklIDn4IR4/SHpRWtteFpgneLbaVoV6my2aqwosCw7 gxVPnA+01H5wUlxSylwehv/KV7TKOtwyh2qj/rpg8smuGS9WgQ6IXFLGRCfTyw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1764541711; a=rsa-sha256; cv=none; b=rKqWi/sz/jp6svPf4HUJjMcHR8PRaplFqus/+dIoIXw25GhlOhFj53/j9OoqA6sby3Q+nz 4Z4IVzc18JDf0gxdI4jccCJIa93EhimTkfwbQ1rogpBZnsBFTdZLdwipu280HeWsaGDHw7 DLJoK3+XgDZQ5XqRYGHcmZXyGzigeYWduPF+XCxkLy5MbgKk2rrO0HRFBbX8m6ORcBswNb e2mhhTVONHI0MZfDyrdquByXTABXNWkdwQQYXLD3C0dij6KC8LeQwulZQR0hUhEHVcHot9 PC6iZbPN77VPWTh5rtxkvydTmfDCVW3MMs9LmwZEstdzSL9NCIO65HJ6gMhDlA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dKMBR1QSSzv2S for ; Sun, 30 Nov 2025 22:28:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 360db by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 30 Nov 2025 22:28:31 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Xin LI Subject: git: 2a1eb94f1940 - main - science/py-scikit-learn: Fix build with newer version of Cython List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: delphij X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2a1eb94f194054c015e81b59192b42f2ca8910c9 Auto-Submitted: auto-generated Date: Sun, 30 Nov 2025 22:28:31 +0000 Message-Id: <692cc50f.360db.65f98d5c@gitrepo.freebsd.org> The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a1eb94f194054c015e81b59192b42f2ca8910c9 commit 2a1eb94f194054c015e81b59192b42f2ca8910c9 Author: Xin LI AuthorDate: 2025-11-30 22:26:11 +0000 Commit: Xin LI CommitDate: 2025-11-30 22:28:03 +0000 science/py-scikit-learn: Fix build with newer version of Cython Approved by: trivial build fix --- science/py-scikit-learn/files/patch-pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/science/py-scikit-learn/files/patch-pyproject.toml b/science/py-scikit-learn/files/patch-pyproject.toml index 7f238de2e52b..b29c5385b6ec 100644 --- a/science/py-scikit-learn/files/patch-pyproject.toml +++ b/science/py-scikit-learn/files/patch-pyproject.toml @@ -1,10 +1,12 @@ ---- pyproject.toml.orig 2025-10-28 21:25:52 UTC +--- pyproject.toml.orig 2025-09-08 08:05:27 UTC +++ pyproject.toml -@@ -99,7 +99,7 @@ build-backend = "mesonpy" +@@ -98,8 +98,8 @@ requires = [ + # Minimum requirements for the build system to execute. requires = [ "meson-python>=0.16.0,<0.19.0", - "Cython>=3.0.10,<3.2.0", +- "Cython>=3.0.10,<3.2.0", - "numpy>=2,<2.4.0", ++ "Cython>=3.0.10", + "numpy", "scipy>=1.8.0,<1.17.0", ]