python3-json2html: add new pkg

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2023-07-16 15:03:56 -04:00
parent b713a8e661
commit 686c7c0b8a

View File

@@ -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