mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-18 00:13:09 +03:00
use meson-python as builder backend. don't force mpi[romio] and remove all excludes since those tests are skipped by upstream already Closes: https://bugs.gentoo.org/743448 Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
12 lines
309 B
Diff
12 lines
309 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 8585f6d..5b0b2d8 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,4 +1,3 @@
|
|
[build-system]
|
|
-requires = ["setuptools >= 42", "build"]
|
|
-build-backend = "builder"
|
|
-backend-path = ["conf"]
|
|
+requires = ["meson-python", "Cython"]
|
|
+build-backend = "mesonpy"
|