devel/py-jsonpatch: Apply JSON-Patches (RFC 6902)
WWW: https://pypi.python.org/pypi/jsonpatch PR: 192674 Submitted by: harm weites com
This commit is contained in:
parent
8aeb4c225a
commit
1ea45f523d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365329
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-jsonpatch
|
||||
SUBDIR += py-jsonpointer
|
||||
SUBDIR += py-jsonrpclib
|
||||
SUBDIR += py-jsonschema
|
||||
|
|
17
devel/py-jsonpatch/Makefile
Normal file
17
devel/py-jsonpatch/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonpatch
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= harm@weites.com
|
||||
COMMENT= Apply JSON-Patches (RFC 6902)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-jsonpatch/distinfo
Normal file
2
devel/py-jsonpatch/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (jsonpatch-1.7.tar.gz) = 14ca0944de01cba9091f54951da058dd515ff3d3a203e6b29e00362eeef67dae
|
||||
SIZE (jsonpatch-1.7.tar.gz) = 14109
|
3
devel/py-jsonpatch/pkg-descr
Normal file
3
devel/py-jsonpatch/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Library to apply JSON Patches according to RFC 6902.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/jsonpatch
|
Loading…
Reference in a new issue