aboutsummaryrefslogtreecommitdiff
path: root/science/py-h5py/files
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 09:29:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 09:31:41 +0000
commit540636e549f1e423bdfb05dc128ff5a6ea96572d (patch)
tree6858ae58e80438c6b136219e484ca3e2d4f2d18c /science/py-h5py/files
parent2c283447f531e6fd9a0d3723a9baa68e4f1cbd11 (diff)
downloadports-540636e549f1e423bdfb05dc128ff5a6ea96572d.tar.gz
ports-540636e549f1e423bdfb05dc128ff5a6ea96572d.zip
Diffstat (limited to 'science/py-h5py/files')
-rw-r--r--science/py-h5py/files/patch-pyproject.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/science/py-h5py/files/patch-pyproject.toml b/science/py-h5py/files/patch-pyproject.toml
index 9568f19589d1..2558efdd5a4f 100644
--- a/science/py-h5py/files/patch-pyproject.toml
+++ b/science/py-h5py/files/patch-pyproject.toml
@@ -1,10 +1,11 @@
---- pyproject.toml.orig 2023-10-04 09:21:14 UTC
+--- pyproject.toml.orig 2024-04-05 09:38:21 UTC
+++ pyproject.toml
-@@ -1,7 +1,7 @@ requires = [
+@@ -1,8 +1,7 @@ requires = [
[build-system]
requires = [
- "Cython >=0.29.31,<1",
-- "oldest-supported-numpy",
+ "Cython >=0.29.31,<4",
+- "oldest-supported-numpy; python_version=='3.8'",
+- "numpy >=2.0.0rc1; python_version>='3.9'",
+ "numpy",
"pkgconfig",
"setuptools >=61",