summaryrefslogtreecommitdiff
path: root/math/py-blis/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-04-18 13:16:52 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-04-18 13:37:45 +0800
commit60944f3cb03e0b1b33aebb5c078e232e6bd28bfa (patch)
tree2341016c1a901a0e7474b33df2e2c44ea9a62000 /math/py-blis/files/patch-pyproject.toml
parentmath/py-awkward-cpp: Update to 45 (diff)
math/py-blis: Update 1.1.0
Changes: https://github.com/explosion/cython-blis/releases
Diffstat (limited to 'math/py-blis/files/patch-pyproject.toml')
-rw-r--r--math/py-blis/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-blis/files/patch-pyproject.toml b/math/py-blis/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6e108948eb19
--- /dev/null
+++ b/math/py-blis/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-04-03 12:23:45 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+ "setuptools",
+- "cython>=3.0,<4.0",
++ "cython>=0,<4.0",
+ "numpy>=1.19.3,<3.0.0"
+ ]
+ build-backend = "setuptools.build_meta"