ports/devel/py-pycocotools/files/patch-pyproject.toml
Po-Chuan Hsieh b21fe715af
devel/py-pycocotools: Remove cython hack
- Bump PORTREVISION for potential package change
2025-06-27 01:30:02 +08:00

13 lines
284 B
TOML

--- pyproject.toml.orig 2025-06-04 23:30:12 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
"cython>=3.1.0",
- "numpy>=2.0.0,<3",
- "setuptools>=70.1.0",
+ "numpy",
+ "setuptools>=43.0.0",
]
build-backend = "setuptools.build_meta"