math/py-numexpr: Update to 2.11.0
Changes: https://github.com/pydata/numexpr/releases https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= numexpr
|
||||
PORTVERSION= 2.10.2
|
||||
PORTVERSION= 2.11.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI \
|
||||
https://github.com/pydata/numexpr/releases/download/v${PORTVERSION}/
|
||||
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${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}
|
||||
|
||||
USES= dos2unix python:3.9+
|
||||
USES= dos2unix python:3.10+
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
post-install:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1734888336
|
||||
SHA256 (numexpr-2.10.2.tar.gz) = b0aff6b48ebc99d2f54f27b5f73a58cb92fde650aeff1b397c71c8788b4fff1a
|
||||
SIZE (numexpr-2.10.2.tar.gz) = 106787
|
||||
TIMESTAMP = 1750188128
|
||||
SHA256 (numexpr-2.11.0.tar.gz) = 75b2c01a4eda2e7c357bc67a3f5c3dd76506c15b5fd4dc42845ef2e182181bad
|
||||
SIZE (numexpr-2.11.0.tar.gz) = 108960
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- pyproject.toml.orig 2024-06-20 17:09:56 UTC
|
||||
--- pyproject.toml.orig 2025-06-19 14:14:08 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -2,7 +2,7 @@ requires = [
|
||||
requires = [
|
||||
@@ -9,3 +9,12 @@
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
@@ -15,7 +15,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 = {text = "MIT"}
|
||||
classifiers = [
|
||||
"Development Status :: 6 - Mature",
|
||||
"Intended Audience :: Developers",
|
||||
|
||||
Reference in New Issue
Block a user