python3-orjson: Upgrade to 3.11.5

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2026-01-25 21:22:10 -08:00
parent 0e0f1012ce
commit a466f496bc
2 changed files with 2197 additions and 57 deletions

View File

@@ -0,0 +1,22 @@
SUMMARY = "orjson is a fast, correct JSON library for Python"
HOMEPAGE = "https://pypi.org/project/orjson/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d"
SRC_URI[sha256sum] = "82393ab47b4fe44ffd0a7659fa9cfaacc717eb617c93cde83795f14af5c2e9d5"
CVE_PRODUCT = "orjson"
require ${BPN}-crates.inc
inherit pypi python_maturin cargo-update-recipe-crates
DEPENDS = "python3-maturin-native"
RDEPENDS:${PN} += "python3-maturin python3-mypy"
do_compile:prepend() {
sed -i "/panic = \"abort\"/d" ${S}/Cargo.toml
}
BBCLASSEXTEND = "native nativesdk"