Files
macports-ports/python/py-matplotlib-basemap/files/patch-pyproject.toml.diff
Renee Otten 3acc052be3 py-matplotlib-basemap: update to 2.0.0
- drop py39, add py313 subport
2025-12-04 10:18:18 -05:00

17 lines
465 B
Diff

--- pyproject.toml.orig 2025-12-04 09:58:03
+++ pyproject.toml 2025-12-04 09:58:30
@@ -1,10 +1,8 @@
[build-system]
requires = [
- "setuptools >= 67.0, < 81.0",
- "wheel >= 0.40, < 0.46",
- "cython >= 3.0, < 3.2",
- "numpy == 2.1.0; python_version == '3.13'",
- "numpy == 2.0.0; python_version <= '3.12'",
+ "setuptools >= 67.0",
+ "cython >= 3.0",
+ "numpy >= 2.1.0; python_version >= '3.13'",
]
build-backend = "setuptools.build_meta"