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:
Steve Wills 2019-01-17 12:37:56 +00:00
parent c889d30615
commit d584ffc1d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490553
4 changed files with 30 additions and 0 deletions

View File

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

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

View 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

View File

@ -0,0 +1,3 @@
Form validation for JSON-like data (i.e. document) in Python.
WWW: https://github.com/RussellLuo/jsonform