mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
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>
19 lines
699 B
Diff
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' ]
|