diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-07-16 15:03:56 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-07-31 06:18:52 -0400 |
commit | 686c7c0b8a97543580ca6ffa9e5b13c327d76766 (patch) | |
tree | 25d01548ad3483538edbcc85892d0618c7243e79 /dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb | |
parent | b713a8e661291768b521f8b6f337996a36d502aa (diff) | |
download | meta-security-686c7c0b8a97543580ca6ffa9e5b13c327d76766.tar.gz |
python3-json2html: add new pkg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation." | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767" | ||
4 | |||
5 | SRC_URI[sha256sum] = "8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c34600689c" | ||
6 | |||
7 | PYPI_PACKAGE = "json2html" | ||
8 | |||
9 | inherit pypi setuptools3 | ||