devel/py-jsonform: create port
Form validation for JSON-like data (i.e. document) in Python. WWW: https://github.com/RussellLuo/jsonform PR: 234889 Submitted by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
This commit is contained in:
parent
c889d30615
commit
d584ffc1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490553
@ -4636,6 +4636,7 @@
|
||||
SUBDIR += py-json-py
|
||||
SUBDIR += py-json-sempai
|
||||
SUBDIR += py-json_tricks
|
||||
SUBDIR += py-jsonform
|
||||
SUBDIR += py-jsonlib
|
||||
SUBDIR += py-jsonlib2
|
||||
SUBDIR += py-jsonlines
|
||||
|
23
devel/py-jsonform/Makefile
Normal file
23
devel/py-jsonform/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonform
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Form validation for JSON-like data
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.4.0:devel/py-jsonschema@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= RussellLuo
|
||||
GH_PROJECT= jsonform
|
||||
GH_TAGNAME= 7ee5f95
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-jsonform/distinfo
Normal file
3
devel/py-jsonform/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1547201011
|
||||
SHA256 (RussellLuo-jsonform-0.0.2-7ee5f95_GH0.tar.gz) = dd6d8fe62a817f17a76cf988122248adc1c40aa280c7c7098b2a07f3775a16dc
|
||||
SIZE (RussellLuo-jsonform-0.0.2-7ee5f95_GH0.tar.gz) = 2973
|
3
devel/py-jsonform/pkg-descr
Normal file
3
devel/py-jsonform/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Form validation for JSON-like data (i.e. document) in Python.
|
||||
|
||||
WWW: https://github.com/RussellLuo/jsonform
|
Loading…
Reference in New Issue
Block a user