SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
textproc/py-jsonpatch/pkg/DESCR
Normal file
5
textproc/py-jsonpatch/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Library to apply JSON Patches according to RFC 6902.
|
||||
|
||||
JSON Patch is a format identified by the "application/json-patch+json"
|
||||
media type for expressing a sequence of operations to apply to a target
|
||||
JSON document. It is suitable for use with the HTTP PATCH method.
|
12
textproc/py-jsonpatch/pkg/PLIST
Normal file
12
textproc/py-jsonpatch/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
bin/jsondiff
|
||||
bin/jsonpatch
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}jsonpatch.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}jsonpatch.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/AUTHORS
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/COPYING
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpatch.py
|
Loading…
Add table
Add a link
Reference in a new issue