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
This commit is contained in:
William Grzybowski 2014-08-18 17:20:58 +00:00
parent 3d62b77032
commit 521bd688a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365327
4 changed files with 23 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (jsonpointer-1.4.tar.gz) = cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4
SIZE (jsonpointer-1.4.tar.gz) = 6936

View file

@ -0,0 +1,3 @@
Library to resolve JSON Pointers according to RFC 6901.
WWW: https://pypi.python.org/pypi/jsonpointer