Files
macports-ports/python/py-matplotlib/files/patch-python-binary-meson.build.diff

12 lines
486 B
Diff
Raw Permalink Normal View History

2025-05-08 22:27:36 -04:00
--- meson.build.orig 2025-05-08 14:45:22
+++ meson.build 2025-05-08 22:32:38
@@ -3,7 +3,7 @@
2024-10-14 10:35:38 -04:00
'c', 'cpp',
2025-05-08 22:27:36 -04:00
version: run_command(
# Also keep version in sync with pyproject.toml.
- find_program('python3', 'python', version: '>= 3.10'),
+ find_program('@@PYTHONBIN@@', 'python', version: '>= 3.10'),
'-m', 'setuptools_scm', check: true).stdout().strip(),
2024-10-14 10:35:38 -04:00
# qt_editor backend is MIT
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0