summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@gmail.com>2026-05-05 12:09:14 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:49 -0700
commit96ab7b827abb82fce61470f00b6477c5100e39c3 (patch)
tree3001e66b920d7cc1a27ef31c8d8fd31d33dda30b /meta-python/recipes-devtools/python
parent6a01b25316a35706b75132e01982285fd3ad9707 (diff)
downloadmeta-openembedded-96ab7b827abb82fce61470f00b6477c5100e39c3.tar.gz
python3-py-serializable: add recipe
This Pythonic library provides a framework for serializing/ deserializing Python classes to and from JSON and XML Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-py-serializable_2.1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py-serializable_2.1.0.bb b/meta-python/recipes-devtools/python/python3-py-serializable_2.1.0.bb
new file mode 100644
index 0000000000..8e2a6111d7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-py-serializable_2.1.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Library for serializing and deserializing Python Objects to and from JSON and XML."
2HOMEPAGE = "https://github.com/madpah/serializable"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
5
6SRC_URI[sha256sum] = "9d5db56154a867a9b897c0163b33a793c804c80cee984116d02d49e4578fc103"
7
8inherit pypi python_poetry_core
9
10PYPI_PACKAGE = "py_serializable"
11
12BBCLASSEXTEND = "native nativesdk"
13
14RDEPENDS:${PN} += "python3-defusedxml"