diff mbox series

[meta-security,3/3] python3-json2html: add new pkg

Message ID 20230716190822.362553-3-akuster808@gmail.com
State New
Headers show
Series [meta-security,1/3] python3-yamlpath: Add new pkg | expand

Commit Message

akuster808 July 16, 2023, 7:08 p.m. UTC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-devtools/python/python3-json2html_1.3.0.bb   | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
diff mbox series

Patch

diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
new file mode 100644
index 0000000..638c56f
--- /dev/null
+++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb
@@ -0,0 +1,9 @@ 
+DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767"
+
+SRC_URI[sha256sum] = "8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c34600689c"
+
+PYPI_PACKAGE = "json2html"
+
+inherit pypi setuptools3