git: e064dd616ad9 - main - math/py-blis: Update 1.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 16:02:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e064dd616ad96bf4e8fc2104b5d2d46788f8c1b1
commit e064dd616ad96bf4e8fc2104b5d2d46788f8c1b1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:49:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:49:47 +0000
math/py-blis: Update 1.1.0
Changes: https://github.com/explosion/cython-blis/releases
---
math/py-blis/Makefile | 6 +++---
math/py-blis/distinfo | 6 +++---
math/py-blis/files/patch-pyproject.toml | 11 -----------
math/py-blis/files/patch-setup.py | 14 +++++---------
4 files changed, 11 insertions(+), 26 deletions(-)
diff --git a/math/py-blis/Makefile b/math/py-blis/Makefile
index 64f2b05b043e..481260694b3a 100644
--- a/math/py-blis/Makefile
+++ b/math/py-blis/Makefile
@@ -1,5 +1,5 @@
PORTNAME= blis
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1.0
CATEGORIES= math python
MASTER_SITES= PYPI \
https://github.com/explosion/cython-blis/releases/download/release-v${PORTVERSION}/
@@ -12,10 +12,10 @@ WWW= https://github.com/explosion/cython-blis
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1<3.0.0,1:math/py-numpy@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent cython pep517
diff --git a/math/py-blis/distinfo b/math/py-blis/distinfo
index 9289d06930d5..46bd756d720f 100644
--- a/math/py-blis/distinfo
+++ b/math/py-blis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734888330
-SHA256 (blis-1.0.2.tar.gz) = 68df878871a9db34efd58f648e12e06806e381991bd9e70df198c33d7b259383
-SIZE (blis-1.0.2.tar.gz) = 3577178
+TIMESTAMP = 1735227948
+SHA256 (blis-1.1.0.tar.gz) = ac0d136f4c96d5457f5e4fdc7d75eb40d0765b342de3114047235587eaa29eba
+SIZE (blis-1.1.0.tar.gz) = 3577115
diff --git a/math/py-blis/files/patch-pyproject.toml b/math/py-blis/files/patch-pyproject.toml
deleted file mode 100644
index d6c991a4feb2..000000000000
--- a/math/py-blis/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2024-07-25 17:54:37 UTC
-+++ pyproject.toml
-@@ -2,7 +2,7 @@ requires = [
- requires = [
- "setuptools",
- "cython>=0.25",
-- "numpy>=2.0.0,<3.0.0"
-+ "numpy>=0,<3.0.0"
- ]
- build-backend = "setuptools.build_meta"
-
diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py
index f7813c468461..bf6bb938ebcb 100644
--- a/math/py-blis/files/patch-setup.py
+++ b/math/py-blis/files/patch-setup.py
@@ -1,15 +1,11 @@
---- setup.py.orig 2024-07-25 17:54:37 UTC
+--- setup.py.orig 2024-12-13 12:03:50 UTC
+++ setup.py
-@@ -327,10 +327,10 @@ setup(
- setup(
+@@ -328,7 +328,7 @@ setup(
+ python_requires=">=3.9,<3.14",
setup_requires=[
"cython>=0.25",
- "numpy>=2.0.0,<3.0.0",
-+ "numpy>=0,<3.0.0",
++ "numpy>=1.19.3,<3.0.0",
],
install_requires=[
-- "numpy>=2.0.0,<3.0.0",
-+ "numpy>=0,<3.0.0",
- ],
- ext_modules=cythonize(
- [
+ "numpy>=1.19.3,<3.0.0",