dev-python/orjson: don't strip, flag QA ignored

Closes: https://bugs.gentoo.org/799650
Closes: https://bugs.gentoo.org/799653
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-01 12:49:10 +02:00
parent 44467209cd
commit 19e3391430

View File

@@ -73,19 +73,20 @@ DEPEND="
$(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' python3_{8,9})
$(python_gen_cond_dep '>=dev-python/xxhash-1.4.3[${PYTHON_USEDEP}]' python3_8)
)"
)
"
BDEPEND="
app-arch/unzip
dev-lang/rust[nightly]
dev-util/maturin
"
QA_FLAGS_IGNORED="*"
QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so"
distutils_enable_tests pytest
src_compile() {
maturin build --no-sdist --strip --manylinux off --interpreter "${EPYTHON}" $(usex debug "" --release) || die
maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} $(usex debug "" --release) || die
unzip "target/wheels/${P}-*.whl" || die
}