You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b9b76200f4
- add py313 subport - switch to PyPI - drop MKL variant; upstream no longer supports macOS and there is an error during linking (i.e., it cannot find the library) that I cannot get resolved - only add 'accelerate' variant on systems where NumPy supports it - add myself as co-maintainer Closes: https://trac.macports.org/ticket/69326 See: https://trac.macports.org/ticket/69538
12 lines
251 B
Diff
12 lines
251 B
Diff
--- pyproject.toml.orig 2024-10-31 23:11:57
|
|
+++ pyproject.toml 2024-10-31 23:12:07
|
|
@@ -2,7 +2,7 @@
|
|
build-backend = "mesonpy"
|
|
requires = [
|
|
"Cython>=0.29.34,<3.1",
|
|
- "meson-python>=0.15.0,<0.16.0",
|
|
+ "meson-python>=0.15.0",
|
|
]
|
|
|
|
[project]
|