From owner-svn-ports-head@freebsd.org Fri Sep 25 09:27:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E9C8D3F0925; Fri, 25 Sep 2020 09:27:07 +0000 (UTC) (envelope-from ehaupt@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4ByRQ35wH2z4tDw; Fri, 25 Sep 2020 09:27:07 +0000 (UTC) (envelope-from ehaupt@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 9604110AF8; Fri, 25 Sep 2020 09:27:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08P9R7X9065589; Fri, 25 Sep 2020 09:27:07 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08P9R6Qd065586; Fri, 25 Sep 2020 09:27:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202009250927.08P9R6Qd065586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 25 Sep 2020 09:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550008 - in head/devel: . py-genson X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/devel: . py-genson X-SVN-Commit-Revision: 550008 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 25 Sep 2020 09:27:08 -0000 Author: ehaupt Date: Fri Sep 25 09:27:06 2020 New Revision: 550008 URL: https://svnweb.freebsd.org/changeset/ports/550008 Log: Add py-genson 1.2.2, genSON is a powerful, user-friendly JSON Schema generator. Added: head/devel/py-genson/ head/devel/py-genson/Makefile (contents, props changed) head/devel/py-genson/distinfo (contents, props changed) head/devel/py-genson/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Sep 25 09:26:17 2020 (r550007) +++ head/devel/Makefile Fri Sep 25 09:27:06 2020 (r550008) @@ -4416,6 +4416,7 @@ SUBDIR += py-game_sdl2 SUBDIR += py-gast SUBDIR += py-gdata + SUBDIR += py-genson SUBDIR += py-genty SUBDIR += py-geojson SUBDIR += py-gevent Added: head/devel/py-genson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-genson/Makefile Fri Sep 25 09:27:06 2020 (r550008) @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= genson +PORTVERSION= 1.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= GenSON is a powerful, user-friendly JSON Schema generator + +LICENSE= MIT + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.1:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.4+ +USE_PYTHON= autoplist concurrent distutils + +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) + +.include Added: head/devel/py-genson/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-genson/distinfo Fri Sep 25 09:27:06 2020 (r550008) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601017489 +SHA256 (genson-1.2.2.tar.gz) = 8caf69aa10af7aee0e1a1351d1d06801f4696e005f06cedef438635384346a16 +SIZE (genson-1.2.2.tar.gz) = 34387 Added: head/devel/py-genson/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-genson/pkg-descr Fri Sep 25 09:27:06 2020 (r550008) @@ -0,0 +1,7 @@ +GenSON's core function is to take JSON objects and generate schemas that +describe them, but it is unique in its ability to merge schemas. It was +originally built to describe the common structure of a large number of +JSON objects, and it uses its merging ability to generate a single +schema from any number of JSON objects and/or schemas. + +WWW: https://pypi.org/project/genson/