diff options
| author | Yishai Jaffe <yishai1999@gmail.com> | 2025-07-10 15:50:03 +0300 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-10 10:46:23 -0700 | 
| commit | 473d0b27a3a034be6aa989a0a58f4b645862daa1 (patch) | |
| tree | f7c7e398513a0fd22ca8f6cb07426e3adf73cc10 /meta-python/recipes-devtools/python | |
| parent | 0d88de194ab3376bec089b95a39e6aa5241877a7 (diff) | |
| download | meta-openembedded-473d0b27a3a034be6aa989a0a58f4b645862daa1.tar.gz | |
python3-genson: added recipe
Adde genson python package
Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-genson_1.3.0.bb | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb b/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb new file mode 100644 index 0000000000..e23af06a2b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | DESCRIPTION = "GenSON is a powerful, user-friendly JSON Schema generator built in Python." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c30d55dbfb3a28d420d918534adf6b" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "e02db9ac2e3fd29e65b5286f7135762e2cd8a986537c075b06fc5f1517308e37" | ||
| 6 | |||
| 7 | inherit pypi python_setuptools_build_meta | ||
| 8 | |||
| 9 | BBCLASSEXTEND = "native nativesdk" | ||
