diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-22 02:02:12 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-22 02:45:44 -0700 |
commit | 8795b96a0b8ae5249fe70519ae471a54cdee3f4e (patch) | |
tree | 90bffb94fe8eeda1f1f03120a515860ec962edba /math/py-CyLP/files | |
parent | databases/py-sqlcipher3: update 0.5.2 → 0.5.3 (diff) |
math/py-CyLP: update 0.92.2 → 0.92.3
Reported by: portscout
Diffstat (limited to 'math/py-CyLP/files')
-rw-r--r-- | math/py-CyLP/files/patch-pyproject.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/py-CyLP/files/patch-pyproject.toml b/math/py-CyLP/files/patch-pyproject.toml index 22abefe510ff..5476121381fd 100644 --- a/math/py-CyLP/files/patch-pyproject.toml +++ b/math/py-CyLP/files/patch-pyproject.toml @@ -1,15 +1,15 @@ ---- pyproject.toml.orig 2023-11-01 20:21:56 UTC +--- pyproject.toml.orig 2024-08-20 08:36:08 UTC +++ pyproject.toml -@@ -2,10 +2,10 @@ +@@ -1,10 +1,10 @@ requires = [ + [build-system] requires = [ 'setuptools', - 'wheel', -- 'Cython == 3.0.4', -+ 'Cython >= 3.0.4', +- 'Cython == 3.0.10', ++ 'Cython >= 3.0.10', # https://numpy.org/devdocs/user/depending_on_numpy.html#build-time-dependency # from https://github.com/scipy/oldest-supported-numpy/pull/78#issuecomment-1747936818: - "oldest-supported-numpy; platform_python_implementation != 'PyPy'", + "numpy; platform_python_implementation != 'PyPy'", - "numpy; platform_python_implementation=='PyPy'" + "numpy < 2.0.0; platform_python_implementation=='PyPy'", + 'hypothesis' ] - build-backend = "setuptools.build_meta" |