ports/math/py-numexpr/files/patch-pyproject.toml
Po-Chuan Hsieh cdae5e9305
math/py-numexpr: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-06 07:58:03 +08:00

9 lines
316 B
TOML

--- pyproject.toml.orig 2024-01-26 12:44:10 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "wheel", "oldest-supported-numpy"]
-build-backend = "setuptools.build_meta"
\ No newline at end of file
+requires = ["setuptools", "wheel", "numpy"]
+build-backend = "setuptools.build_meta"