From owner-svn-ports-head@freebsd.org Thu Jan 17 12:37:58 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1692914932BE; Thu, 17 Jan 2019 12:37:58 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1F3A8B8B5; Thu, 17 Jan 2019 12:37:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A8ED1A366; Thu, 17 Jan 2019 12:37:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0HCbvQG092773; Thu, 17 Jan 2019 12:37:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0HCbueq092769; Thu, 17 Jan 2019 12:37:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901171237.x0HCbueq092769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 17 Jan 2019 12:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490553 - in head/devel: . py-jsonform X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . py-jsonform X-SVN-Commit-Revision: 490553 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B1F3A8B8B5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2019 12:37:58 -0000 Author: swills Date: Thu Jan 17 12:37:56 2019 New Revision: 490553 URL: https://svnweb.freebsd.org/changeset/ports/490553 Log: 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 Added: head/devel/py-jsonform/ head/devel/py-jsonform/Makefile (contents, props changed) head/devel/py-jsonform/distinfo (contents, props changed) head/devel/py-jsonform/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 17 12:30:45 2019 (r490552) +++ head/devel/Makefile Thu Jan 17 12:37:56 2019 (r490553) @@ -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 Added: head/devel/py-jsonform/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonform/Makefile Thu Jan 17 12:37:56 2019 (r490553) @@ -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 Added: head/devel/py-jsonform/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonform/distinfo Thu Jan 17 12:37:56 2019 (r490553) @@ -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 Added: head/devel/py-jsonform/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonform/pkg-descr Thu Jan 17 12:37:56 2019 (r490553) @@ -0,0 +1,3 @@ +Form validation for JSON-like data (i.e. document) in Python. + +WWW: https://github.com/RussellLuo/jsonform