You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
16 lines
437 B
Diff
16 lines
437 B
Diff
--- pyproject.toml.orig 2024-09-12 03:02:54
|
|
+++ pyproject.toml 2025-10-17 15:19:23
|
|
@@ -52,11 +52,10 @@
|
|
'meson-python>=0.11',
|
|
"meson>=0.64; platform_system=='Windows'",
|
|
"meson; platform_system!='Windows'",
|
|
- 'ninja',
|
|
'wheel',
|
|
'Cython>=0.29',
|
|
'pyproject-metadata>=0.5.0',
|
|
- 'tomli>=1.0.0'
|
|
+ 'tomli>=1.0.0; python_version < "3.11"'
|
|
]
|
|
[project.optional-dependencies]
|
|
gui = [ "pyqt5", "matplotlib" ]
|