textproc/py-json2html: New port: JSON to HTML Table Representation
This commit is contained in:
parent
43c9c43382
commit
711ddb582b
@ -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
|
||||
|
||||
19
textproc/py-json2html/Makefile
Normal file
19
textproc/py-json2html/Makefile
Normal 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>
|
||||
3
textproc/py-json2html/distinfo
Normal file
3
textproc/py-json2html/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1690940619
|
||||
SHA256 (json2html-1.3.0.tar.gz) = 8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c34600689c
|
||||
SIZE (json2html-1.3.0.tar.gz) = 6977
|
||||
2
textproc/py-json2html/pkg-descr
Normal file
2
textproc/py-json2html/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
json2html is a Python module for converting complex JSON to HTML Table
|
||||
representation.
|
||||
Loading…
x
Reference in New Issue
Block a user