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

17 lines
398 B
TOML

--- pyproject.toml.orig 2024-09-03 20:46:46 UTC
+++ pyproject.toml
@@ -1,10 +1,9 @@ requires = [
[build-system]
requires = [
- "setuptools>=67.8",
+ "setuptools>=61",
"wheel",
- "cython~=3.0.2",
- "numpy>=2.0.0,<3.0; python_version >= '3.9'",
- "oldest-supported-numpy; python_version < '3.9'"
+ "cython>=3.0.2",
+ "numpy",
]
build-backend = "setuptools.build_meta"