[packages/python3-pikepdf] - disable stripping by skbuild and nanobind (nanobind adds stripping in release build types)

qboosh qboosh at pld-linux.org
Sun Jun 7 12:36:46 CEST 2026


commit c1ea4e21016e2cfdb778f1c5fb6f8c27fc2de9b2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 7 12:36:57 2026 +0200

    - disable stripping by skbuild and nanobind (nanobind adds stripping in release build types)

 python3-pikepdf.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/python3-pikepdf.spec b/python3-pikepdf.spec
index fac3abe..4425e86 100644
--- a/python3-pikepdf.spec
+++ b/python3-pikepdf.spec
@@ -91,6 +91,9 @@ Dokumentacja API modułu Pythona pikepdf.
 
 %build
 export CMAKE_BUILD_PARALLEL_LEVEL=%{__jobs}
+export SKBUILD_BUILD_VERBOSE=true
+export SKBUILD_CMAKE_BUILD_TYPE=PLD
+export SKBUILD_INSTALL_STRIP=false
 %py3_build_pyproject
 
 %if %{with doc} || %{with tests}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-pikepdf.git/commitdiff/c1ea4e21016e2cfdb778f1c5fb6f8c27fc2de9b2



More information about the pld-cvs-commit mailing list