Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 22:29: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: r463054 - in head/devel: . py-jsonlines
Message-ID:  <201802262229.w1QMToRD020857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 26 22:29:50 2018
New Revision: 463054
URL: https://svnweb.freebsd.org/changeset/ports/463054

Log:
  Add py-jsonlines 1.2.0
  
  jsonlines is a Python library to simplify working with jsonlines and ndjson
  data.
  
  WWW: https://pypi.python.org/pypi/jsonlines
  WWW: https://github.com/wbolster/jsonlines

Added:
  head/devel/py-jsonlines/
  head/devel/py-jsonlines/Makefile   (contents, props changed)
  head/devel/py-jsonlines/distinfo   (contents, props changed)
  head/devel/py-jsonlines/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Feb 26 22:14:40 2018	(r463053)
+++ head/devel/Makefile	Mon Feb 26 22:29:50 2018	(r463054)
@@ -4546,6 +4546,7 @@
     SUBDIR += py-json-sempai
     SUBDIR += py-jsonlib
     SUBDIR += py-jsonlib2
+    SUBDIR += py-jsonlines
     SUBDIR += py-jsonpatch
     SUBDIR += py-jsonpointer
     SUBDIR += py-jsonref

Added: head/devel/py-jsonlines/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonlines/Makefile	Mon Feb 26 22:29:50 2018	(r463054)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jsonlines
+PORTVERSION=	1.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Library with helpers for the jsonlines file format
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/devel/py-jsonlines/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonlines/distinfo	Mon Feb 26 22:29:50 2018	(r463054)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519647064
+SHA256 (jsonlines-1.2.0.tar.gz) = 43b8d5588a9d4862c8a4a49580e38e20ec595aee7ad6fe469b10fb83fbefde88
+SIZE (jsonlines-1.2.0.tar.gz) = 6075

Added: head/devel/py-jsonlines/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonlines/pkg-descr	Mon Feb 26 22:29:50 2018	(r463054)
@@ -0,0 +1,5 @@
+jsonlines is a Python library to simplify working with jsonlines and ndjson
+data.
+
+WWW: https://pypi.python.org/pypi/jsonlines
+WWW: https://github.com/wbolster/jsonlines



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802262229.w1QMToRD020857>