Date: Sun, 27 Jan 2019 15:50:41 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491361 - in head/devel: . py-jsonsir Message-ID: <201901271550.x0RFof5Z080164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jan 27 15:50:41 2019 New Revision: 491361 URL: https://svnweb.freebsd.org/changeset/ports/491361 Log: devel/py-jsonsir: create port A serializer for JSON-like data in Python. WWW: https://github.com/RussellLuo/jsonsir PR: 234883 Submitted by: Antonio Huete Jimenez <tuxillo@quantumachine.net> Added: head/devel/py-jsonsir/ head/devel/py-jsonsir/Makefile (contents, props changed) head/devel/py-jsonsir/distinfo (contents, props changed) head/devel/py-jsonsir/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 27 15:44:14 2019 (r491360) +++ head/devel/Makefile Sun Jan 27 15:50:41 2019 (r491361) @@ -4710,6 +4710,7 @@ SUBDIR += py-jsonrpclib SUBDIR += py-jsonrpclib-pelix SUBDIR += py-jsonschema + SUBDIR += py-jsonsir SUBDIR += py-jupyter_client SUBDIR += py-jupyter_console SUBDIR += py-jupyter_core Added: head/devel/py-jsonsir/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonsir/Makefile Sun Jan 27 15:50:41 2019 (r491361) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= jsonsir +PORTVERSION= 0.0.2 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Serializer for JSON-like data in Python + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes + +GH_ACCOUNT= RussellLuo +GH_TAGNAME= af866cb + +.include <bsd.port.mk> Added: head/devel/py-jsonsir/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonsir/distinfo Sun Jan 27 15:50:41 2019 (r491361) @@ -0,0 +1,3 @@ +TIMESTAMP = 1547201442 +SHA256 (RussellLuo-jsonsir-0.0.2-af866cb_GH0.tar.gz) = f6ecae04e48aaf47d11a99d842e49fa0af9e5573ba53150be72561f9fa330518 +SIZE (RussellLuo-jsonsir-0.0.2-af866cb_GH0.tar.gz) = 2907 Added: head/devel/py-jsonsir/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonsir/pkg-descr Sun Jan 27 15:50:41 2019 (r491361) @@ -0,0 +1,3 @@ +A serializer for JSON-like data in Python. + +WWW: https://github.com/RussellLuo/jsonsir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271550.x0RFof5Z080164>