commit: 5c47357f1110decde7fe67cc5369b7de789f1adb Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Mar 26 15:13:43 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Mar 26 15:16:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c47357f
dev-python/orjson: do not strip Closes: https://bugs.gentoo.org/835895 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/orjson/files/orjson-3.6.7-no-strip.patch | 11 +++++++++++ dev-python/orjson/orjson-3.6.7.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/dev-python/orjson/files/orjson-3.6.7-no-strip.patch b/dev-python/orjson/files/orjson-3.6.7-no-strip.patch new file mode 100644 index 000000000..1b52cdba8 --- /dev/null +++ b/dev-python/orjson/files/orjson-3.6.7-no-strip.patch @@ -0,0 +1,11 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -8,7 +8,7 @@ + + [tool.maturin] + sdist-include = ["build.rs", "Cargo.lock"] +-strip = true ++strip = false + + [tool.black] + line-length = 88 diff --git a/dev-python/orjson/orjson-3.6.7.ebuild b/dev-python/orjson/orjson-3.6.7.ebuild index 9ad656031..4a66e9bed 100644 --- a/dev-python/orjson/orjson-3.6.7.ebuild +++ b/dev-python/orjson/orjson-3.6.7.ebuild @@ -95,6 +95,7 @@ BDEPEND=" " QA_FLAGS_IGNORED=".*" +PATCHES=( "${FILESDIR}/${P}-no-strip.patch" ) distutils_enable_tests pytest