You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
12 lines
508 B
Diff
12 lines
508 B
Diff
|
|
--- meson.build.orig 2025-09-20 22:46:14
|
||
|
|
+++ meson.build 2025-09-20 22:46:44
|
||
|
|
@@ -1,7 +1,7 @@
|
||
|
|
project(
|
||
|
|
'matplotlib',
|
||
|
|
'c', 'cpp',
|
||
|
|
- version: run_command(find_program('python3'), '-m', 'setuptools_scm', check: true).stdout().strip(),
|
||
|
|
+ version: run_command(find_program('@@PYTHONBIN@@'), '-m', 'setuptools_scm', check: true).stdout().strip(),
|
||
|
|
# qt_editor backend is MIT
|
||
|
|
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0
|
||
|
|
# Carlogo, STIX and Computer Modern is OFL
|