gentoo-ebuilds/net-wireless/nanovna-saver/files/nanovna-saver-0.7.3-pyproject.patch
Thomas Beierlein 7ab9b24d15
net-wireless/nanovna-saver: add 0.7.3
Drop x86 keyword as new build system would requiere
dev-qt/qtlanguageserver keyworded for these arch.
Discussed with ionen and jsmolic on irc.
Both spoke for keeping footprint of qt dev tools small.
As package is relevant only for small group of radio and electronic
enthusiasts lets drop x86 for new versions and keep old 0.6.8 with x86
support as long as possible.

Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
2025-05-06 17:34:06 +02:00

19 lines
699 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 14b5df0..1db3080 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -69,11 +69,11 @@ requires = [
"setuptools>=64",
"setuptools-scm>=8"
]
-# build-backend = 'setuptools.build_meta'
+build-backend = 'setuptools.build_meta'
# in-tree build backend, wrapper around setuptools, just to run ui-compile task
# See also https://setuptools.pypa.io/en/latest/build_meta.html#dynamic-build-dependencies-and-other-build-meta-tweaks
-build-backend = "setuptools_wrapper"
-backend-path = ["src/tools"]
+# build-backend = "setuptools_wrapper"
+# backend-path = ["src/tools"]
[tool.setuptools.exclude-package-data]
"*" = ['*.png', '*.ui', '*.qrc' ]