Files
macports-ports/python/py-fabio/files/pyproject.toml.patch
2025-10-17 15:23:52 -07:00

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" ]