Files
macports-ports/python/py-matplotlib/files/patch-meson-version-pyproject.toml.diff
Renee Otten cb1cbfa411 py-matplotlib: update to 3.10.0
- pin to 3.9.4 for PY39 subport
2024-12-14 22:23:37 -05:00

12 lines
326 B
Diff

--- pyproject.toml.orig 2024-12-14 21:58:36
+++ pyproject.toml 2024-12-14 21:58:45
@@ -70,7 +70,7 @@
build-backend = "mesonpy"
# Also keep in sync with optional dependencies above.
requires = [
- "meson-python>=0.13.1,<0.17.0",
+ "meson-python>=0.13.1",
"pybind11>=2.13.2,!=2.13.3",
"setuptools_scm>=7",
]