Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 17:20:58 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365327 - in head/devel: . py-jsonpointer
Message-ID:  <201408181720.s7IHKwFo088189@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Aug 18 17:20:58 2014
New Revision: 365327
URL: http://svnweb.freebsd.org/changeset/ports/365327
QAT: https://qat.redports.org/buildarchive/r365327/

Log:
  devel/py-jsonpointer: Identify specific nodes in a JSON document (RFC 6901)
  
  WWW: https://pypi.python.org/pypi/jsonpointer
  
  PR:		192673
  Submitted by:	harm weites com

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 18 16:44:14 2014	(r365326)
+++ head/devel/Makefile	Mon Aug 18 17:20:58 2014	(r365327)
@@ -3747,6 +3747,7 @@
     SUBDIR += py-json-py
     SUBDIR += py-jsonlib
     SUBDIR += py-jsonlib2
+    SUBDIR += py-jsonpointer
     SUBDIR += py-jsonrpclib
     SUBDIR += py-jsonschema
     SUBDIR += py-kazoo

Added: head/devel/py-jsonpointer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonpointer/Makefile	Mon Aug 18 17:20:58 2014	(r365327)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	jsonpointer
+PORTVERSION=	1.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	harm@weites.com
+COMMENT=	Identify specific nodes in a JSON document (RFC 6901)
+
+LICENSE=	BSD3CLAUSE
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-jsonpointer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonpointer/distinfo	Mon Aug 18 17:20:58 2014	(r365327)
@@ -0,0 +1,2 @@
+SHA256 (jsonpointer-1.4.tar.gz) = cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4
+SIZE (jsonpointer-1.4.tar.gz) = 6936

Added: head/devel/py-jsonpointer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jsonpointer/pkg-descr	Mon Aug 18 17:20:58 2014	(r365327)
@@ -0,0 +1,3 @@
+Library to resolve JSON Pointers according to RFC 6901.
+
+WWW: https://pypi.python.org/pypi/jsonpointer



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