poky/meta/recipes-devtools/python/python3-jsonschema_4.25.1.bb
Wang Mingyu 93d60bcd50 python3-jsonschema: upgrade 4.25.0 -> 4.25.1
(From OE-Core rev: 35d381bb7e64afb47941550b20629dafe82bae63)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-09-11 11:31:55 +01:00

49 lines
1.3 KiB
BlitzBasic

SUMMARY = "An implementation of JSON Schema validation for Python"
HOMEPAGE = "https://github.com/python-jsonschema/jsonschema"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
SRC_URI[sha256sum] = "e4a9655ce0da0c0b67a085847e00a3a51449e1157f4f75e9fb5aa545e122eb85"
inherit pypi python_hatchling
PACKAGES =+ "${PN}-tests"
FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests"
DEPENDS += "python3-hatch-fancy-pypi-readme-native python3-hatch-vcs-native "
PACKAGECONFIG ??= "format"
PACKAGECONFIG[format] = ",,,\
python3-idna \
python3-jsonpointer \
python3-webcolors \
python3-rfc3987 \
python3-rfc3339-validator \
"
PACKAGECONFIG[format-nongpl] = ",,,\
python3-idna \
python3-jsonpointer \
python3-webcolors \
python3-rfc3986-validator \
python3-rfc3339-validator \
"
RDEPENDS:${PN} += " \
python3-attrs \
python3-core \
python3-datetime \
python3-io \
python3-json \
python3-jsonschema-specifications \
python3-netclient \
python3-numbers \
python3-pprint \
python3-referencing \
python3-rpds-py \
"
RDEPENDS:${PN}-tests = "${PN}"
BBCLASSEXTEND = "native nativesdk"