diff mbox series

[2/2] python3-jsonschema-default: added recipe

Message ID 20250708171419.2695068-2-yishai1999@gmail.com
State Under Review
Headers show
Series [1/2] python3-rstr: added recipe | expand

Commit Message

Yishai Jaffe July 8, 2025, 5:14 p.m. UTC
Added jsonschema-default python package

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
---
 .../python/python3-jsonschema-default_1.8.1.bb     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb
new file mode 100644
index 0000000000..03cba50b99
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb
@@ -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"