mirror of https://git.FreeBSD.org/ports.git
math/py-blis: Update 1.1.0
Changes: https://github.com/explosion/cython-blis/releases
This commit is contained in:
parent
29a52dc66e
commit
286e03c08b
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= blis
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.2.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>=1.19.3,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,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>=1.19.3,1<3.0.0,1:math/py-numpy@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent cython pep517
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1735227948
|
||||
SHA256 (blis-1.1.0.tar.gz) = ac0d136f4c96d5457f5e4fdc7d75eb40d0765b342de3114047235587eaa29eba
|
||||
SIZE (blis-1.1.0.tar.gz) = 3577115
|
||||
TIMESTAMP = 1738089114
|
||||
SHA256 (blis-1.2.0.tar.gz) = f25f99d7f3cad72c86a7499212ee833fb5062d80ad1763a935e0e498bc147c69
|
||||
SIZE (blis-1.2.0.tar.gz) = 2375955
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- setup.py.orig 2024-12-13 12:03:50 UTC
|
||||
--- setup.py.orig 2025-01-12 18:52:51 UTC
|
||||
+++ setup.py
|
||||
@@ -328,7 +328,7 @@ setup(
|
||||
python_requires=">=3.9,<3.14",
|
||||
@@ -303,7 +303,7 @@ setup(
|
||||
setup(
|
||||
setup_requires=[
|
||||
"cython>=0.25",
|
||||
"cython>=0.25,<4.0",
|
||||
- "numpy>=2.0.0,<3.0.0",
|
||||
+ "numpy>=1.19.3,<3.0.0",
|
||||
+ "numpy>=1.19.0,<3.0.0",
|
||||
],
|
||||
install_requires=[
|
||||
"numpy>=1.19.3,<3.0.0",
|
||||
"numpy>=1.15.0,<3.0.0; python_version < '3.9'",
|
||||
|
|
Loading…
Reference in New Issue