textproc/py-json2html: New port: JSON to HTML Table Representation

This commit is contained in:
Yuri Victorovich 2023-08-01 18:47:16 -07:00
parent 43c9c43382
commit 711ddb582b
4 changed files with 25 additions and 0 deletions

View File

@ -1387,6 +1387,7 @@
SUBDIR += py-jc
SUBDIR += py-jinja2-cli
SUBDIR += py-jq
SUBDIR += py-json2html
SUBDIR += py-jsonslicer
SUBDIR += py-jsx-lexer
SUBDIR += py-jtextfsm

View File

@ -0,0 +1,19 @@
PORTNAME= json2html
PORTVERSION= 1.3.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= JSON to HTML Table Representation
WWW= https://github.com/softvar/json2html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1690940619
SHA256 (json2html-1.3.0.tar.gz) = 8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c34600689c
SIZE (json2html-1.3.0.tar.gz) = 6977

View File

@ -0,0 +1,2 @@
json2html is a Python module for converting complex JSON to HTML Table
representation.