Date: Thu, 15 Jan 2026 12:00:37 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b2f971c25e01 - main - math/py-numpy: Allow build with cython 3.2.0+ Message-ID: <6968d6e5.3a435.37c8dff1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2f971c25e01d157dec2806d652caa7a5be5f7bd commit b2f971c25e01d157dec2806d652caa7a5be5f7bd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:45:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:54:09 +0000 math/py-numpy: Allow build with cython 3.2.0+ - Bump PORTREVISION for package change PR: 291778 --- math/py-numpy/Makefile | 2 +- math/py-numpy/files/patch-pyproject.toml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 41f8534259b0..5d624eba8237 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ diff --git a/math/py-numpy/files/patch-pyproject.toml b/math/py-numpy/files/patch-pyproject.toml index 3eb3c97a8da5..e2eda9b1cea3 100644 --- a/math/py-numpy/files/patch-pyproject.toml +++ b/math/py-numpy/files/patch-pyproject.toml @@ -1,11 +1,13 @@ ---- pyproject.toml.orig 2025-06-24 22:40:55 UTC +--- pyproject.toml.orig 2024-02-05 21:17:48 UTC +++ pyproject.toml -@@ -2,7 +2,7 @@ requires = [ +@@ -1,8 +1,8 @@ requires = [ + [build-system] build-backend = "mesonpy" requires = [ - "Cython>=0.29.34,<3.1", +- "Cython>=0.29.34,<3.1", - "meson-python>=0.15.0,<0.16.0", ++ "Cython>=0.29.34", + "meson-python>=0.15.0", ] - + [project]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6e5.3a435.37c8dff1>
