mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-python/orjson: fix file discovery
Closes: https://bugs.gentoo.org/816186 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -90,11 +90,11 @@ pkg_setup() {
|
|||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
maturin build --no-sdist --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
|
unzip target/wheels/${P}-*.whl || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
python_domodule "${PN}"*.so
|
python_domodule orjson/orjson*.so
|
||||||
dodoc README.md
|
dodoc README.md
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user