Date: Fri, 29 Dec 2017 18:46:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457519 - in head/devel: . py-ejson Message-ID: <201712291846.vBTIkowe061833@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712291846.vBTIkowe061833>