From owner-svn-ports-all@freebsd.org Fri Dec 29 18:46:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5917EAA5FF; Fri, 29 Dec 2017 18:46:51 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id 6F12375839; Fri, 29 Dec 2017 18:46:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBTIkoUw061837; Fri, 29 Dec 2017 18:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBTIkowe061833; Fri, 29 Dec 2017 18:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712291846.vBTIkowe061833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Dec 2017 18:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457519 - in head/devel: . py-ejson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-ejson X-SVN-Commit-Revision: 457519 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 18:46:51 -0000 Author: sunpoet Date: Fri Dec 29 18:46:49 2017 New Revision: 457519 URL: https://svnweb.freebsd.org/changeset/ports/457519 Log: Add py-ejson 0.1.6 ejson provides an API to extend the json library to make it easy to register new serializers and new deserializers. WWW: https://pypi.python.org/pypi/ejson Added: head/devel/py-ejson/ head/devel/py-ejson/Makefile (contents, props changed) head/devel/py-ejson/distinfo (contents, props changed) head/devel/py-ejson/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 29 18:25:55 2017 (r457518) +++ head/devel/Makefile Fri Dec 29 18:46:49 2017 (r457519) @@ -4397,6 +4397,7 @@ SUBDIR += py-efilter SUBDIR += py-efl SUBDIR += py-eggtestinfo + SUBDIR += py-ejson SUBDIR += py-entrypoints SUBDIR += py-enum-compat SUBDIR += py-enum34 Added: head/devel/py-ejson/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ejson/Makefile Fri Dec 29 18:46:49 2017 (r457519) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ejson +PORTVERSION= 0.1.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Extensible JSON serializers and deserializers + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/devel/py-ejson/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ejson/distinfo Fri Dec 29 18:46:49 2017 (r457519) @@ -0,0 +1,3 @@ +TIMESTAMP = 1514439425 +SHA256 (ejson-0.1.6.tar.gz) = 8ef4b2563fbe2e0fdf28efb52e8b06d1f8d9099aa7685c26ce51761d116da4ef +SIZE (ejson-0.1.6.tar.gz) = 10244 Added: head/devel/py-ejson/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ejson/pkg-descr Fri Dec 29 18:46:49 2017 (r457519) @@ -0,0 +1,4 @@ +ejson provides an API to extend the json library to make it easy to register new +serializers and new deserializers. + +WWW: https://pypi.python.org/pypi/ejson