Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 05:47:00 +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: 24f335461d2e - main - math/py-numexpr: Update version requirement of BUILD_DEPENDS
Message-ID:  <69fc2754.38a61.24b39b92@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=24f335461d2ea5b8cf7687e6171e52373320a6b8

commit 24f335461d2ea5b8cf7687e6171e52373320a6b8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-07 05:43:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-07 05:43:27 +0000

    math/py-numexpr: Update version requirement of BUILD_DEPENDS
---
 math/py-numexpr/Makefile                   | 2 +-
 math/py-numexpr/files/patch-pyproject.toml | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 4db5ef00cb03..7e5d48e3e66d 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -13,7 +13,7 @@ WWW=		https://github.com/pydata/numexpr
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR}
diff --git a/math/py-numexpr/files/patch-pyproject.toml b/math/py-numexpr/files/patch-pyproject.toml
index f38f9c304dc5..c7b81465e49b 100644
--- a/math/py-numexpr/files/patch-pyproject.toml
+++ b/math/py-numexpr/files/patch-pyproject.toml
@@ -1,15 +1,13 @@
---- pyproject.toml.orig	2025-09-11 10:39:22 UTC
+--- pyproject.toml.orig	2026-05-06 14:38:18 UTC
 +++ pyproject.toml
-@@ -1,7 +1,7 @@ requires = [
+@@ -1,6 +1,6 @@ requires = [
  [build-system]
  requires = [
 -    "setuptools>=77.0.0",
--    "numpy>=2.0.0",
 +    "setuptools>=61.0.0",
-+    "numpy",
+     "numpy>=2.0.0",
  ]
  build-backend = "setuptools.build_meta"
- 
 @@ -14,8 +14,7 @@ maintainers = [{ name = "Blosc Development Team", emai
  readme = "README.rst"
  authors = [{name = "David M. Cooke, Francesc Alted, and others", email = "blosc@blosc.org"}]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc2754.38a61.24b39b92>