ports/math/py-numpy/files/patch-pyproject.toml
Matthew Wener 9fea2cd984 math/py-numpy: Reland Migrate to PEP517
This restores 3f582fcf38bb0cee40f9346683490aceb3bda654 but with
allflavors removed.

PR:	ports/287794
2025-10-14 22:10:50 -07:00

12 lines
247 B
TOML

--- pyproject.toml.orig 2025-06-24 22:40:55 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ requires = [
build-backend = "mesonpy"
requires = [
"Cython>=0.29.34,<3.1",
- "meson-python>=0.15.0,<0.16.0",
+ "meson-python>=0.15.0",
]
[project]