From d42e6a38d9aa6b0f97f517aabedffe14eb54cd55 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 15 Nov 2024 15:32:50 +0100 Subject: [PATCH] Add pymsbuild as another build backend --- conda_smithy/linter/utils.py | 1 + news/pymsbuild.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 news/pymsbuild.rst diff --git a/conda_smithy/linter/utils.py b/conda_smithy/linter/utils.py index e0cfff20a..b339963da 100644 --- a/conda_smithy/linter/utils.py +++ b/conda_smithy/linter/utils.py @@ -62,6 +62,7 @@ "poetry-core", "pdm-backend", "pdm-pep517", + "pymsbuild", "meson-python", "scikit-build-core", "maturin", diff --git a/news/pymsbuild.rst b/news/pymsbuild.rst new file mode 100644 index 000000000..f14964094 --- /dev/null +++ b/news/pymsbuild.rst @@ -0,0 +1,3 @@ +**Added:** + +* Add ``pymsbuild`` as another build backend