Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 11:22:11 GMT
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: 3e897b84246d - main - math/py-numexpr: Update to 2.12.1
Message-ID:  <202510061122.596BMBTD085694@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=3e897b84246d70ea06f8d1acb75564b80776ca08

commit 3e897b84246d70ea06f8d1acb75564b80776ca08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:15:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:15:45 +0000

    math/py-numexpr: Update to 2.12.1
    
    Changes:        https://github.com/pydata/numexpr/releases
                    https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
---
 math/py-numexpr/Makefile                   |  4 ++--
 math/py-numexpr/distinfo                   |  6 +++---
 math/py-numexpr/files/patch-pyproject.toml | 12 +++++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 625e573db981..8f796c3465c6 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	numexpr
-PORTVERSION=	2.11.0
+PORTVERSION=	2.12.1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI \
 		https://github.com/pydata/numexpr/releases/download/v${PORTVERSION}/
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${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.23.0,1:math/py-numpy@${PY_FLAVOR}
 
diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo
index c96ebe825f40..6a35de507d24 100644
--- a/math/py-numexpr/distinfo
+++ b/math/py-numexpr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750188128
-SHA256 (numexpr-2.11.0.tar.gz) = 75b2c01a4eda2e7c357bc67a3f5c3dd76506c15b5fd4dc42845ef2e182181bad
-SIZE (numexpr-2.11.0.tar.gz) = 108960
+TIMESTAMP = 1759324172
+SHA256 (numexpr-2.12.1.tar.gz) = e239faed0af001d1f1ea02934f7b3bb2bb6711ddb98e7a7bef61be5f45ff54ab
+SIZE (numexpr-2.12.1.tar.gz) = 115053
diff --git a/math/py-numexpr/files/patch-pyproject.toml b/math/py-numexpr/files/patch-pyproject.toml
index da1b991c2e63..f38f9c304dc5 100644
--- a/math/py-numexpr/files/patch-pyproject.toml
+++ b/math/py-numexpr/files/patch-pyproject.toml
@@ -1,19 +1,21 @@
---- pyproject.toml.orig	2025-06-19 14:14:08 UTC
+--- pyproject.toml.orig	2025-09-11 10:39:22 UTC
 +++ pyproject.toml
-@@ -2,7 +2,7 @@ requires = [
+@@ -1,7 +1,7 @@ requires = [
+ [build-system]
  requires = [
-     "setuptools",
-     "wheel",
+-    "setuptools>=77.0.0",
 -    "numpy>=2.0.0",
++    "setuptools>=61.0.0",
 +    "numpy",
  ]
  build-backend = "setuptools.build_meta"
  
-@@ -15,7 +15,7 @@ maintainers = [{ name = "Blosc Development Team", emai
+@@ -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"}]
  maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}]
 -license = "MIT"
+-license-files = ["LICENSE.txt", "LICENSES/*"]
 +license = {text = "MIT"}
  classifiers = [
      "Development Status :: 6 - Mature",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061122.596BMBTD085694>