mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/orjson: try to fix "EPYTHON is unset"
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -81,10 +81,13 @@ BDEPEND="
|
||||
dev-util/maturin
|
||||
"
|
||||
|
||||
QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
export QA_FLAGS_IGNORED="$(python_get_sitedir)/${PN}*.so"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
maturin build --no-sdist --manylinux off --interpreter ${EPYTHON} $(usex debug "" --release) || die
|
||||
unzip "target/wheels/${P}-*.whl" || die
|
||||
|
||||
Reference in New Issue
Block a user