python3-jsonschema-default: added recipe

Added jsonschema-default python package

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yishai Jaffe 2025-07-08 20:14:19 +03:00 committed by Khem Raj
parent 0273ea57e9
commit eb6b6b1d35
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,14 @@
DESCRIPTION = "A Python package that creates default objects from a JSON schema."
HOMEPAGE = "https://github.com/mnboos/jsonschema-default"
LICENSE = "AGPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ae09d45eac4aa08d013b5f2e01c67f6"
SRC_URI[sha256sum] = "77e35e4a95519c7dbdbe25438c00af33c17bb766cbb0a29a2aa9d645ee3c1399"
PYPI_PACKAGE = "jsonschema_default"
inherit pypi python_hatchling
RDEPENDS:${PN} = "python3-rstr"
BBCLASSEXTEND = "native nativesdk"