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:
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
|
@ -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
|
||||
|
|
17
devel/py-jsonpointer/Makefile
Normal file
17
devel/py-jsonpointer/Makefile
Normal 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>
|
2
devel/py-jsonpointer/distinfo
Normal file
2
devel/py-jsonpointer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (jsonpointer-1.4.tar.gz) = cb9d357edc67fe41a929fbfd583e95a2a6c5fdc71e22522d88ab715c752905b4
|
||||
SIZE (jsonpointer-1.4.tar.gz) = 6936
|
3
devel/py-jsonpointer/pkg-descr
Normal file
3
devel/py-jsonpointer/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Library to resolve JSON Pointers according to RFC 6901.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/jsonpointer
|
Loading…
Reference in a new issue