import textproc/py-jsonpointer. From portno12 protonmail com, ok sthen
Library to resolve JSON Pointers according to RFC 6901. JSON Pointer is a standardized (RFC6901) way to select a value inside a JSON Document (DOM). This is analogous to XPath for an XML document. However, JSON Pointer is much simpler, and a single JSON Pointer only points to a single value.
This commit is contained in:
parent
a67e59536b
commit
cf7766d29b
25
textproc/jsonpointer/Makefile
Normal file
25
textproc/jsonpointer/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
COMMENT = library to resolve JSON Pointers according to RFC 6901
|
||||
|
||||
MODPY_EGG_VERSION = 2.3
|
||||
|
||||
DISTNAME = jsonpointer-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
HOMEPAGE = https://github.com/stefankoegl/python-json-pointer
|
||||
|
||||
# BSD-3-Clause
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = tests.py
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/jsonpointer/distinfo
Normal file
2
textproc/jsonpointer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (jsonpointer-2.3.tar.gz) = l8ulFSbIKSgiGP65nasbHmvfjv0cQ9ydV74JPA1pyZo=
|
||||
SIZE (jsonpointer-2.3.tar.gz) = 9295
|
6
textproc/jsonpointer/pkg/DESCR
Normal file
6
textproc/jsonpointer/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Library to resolve JSON Pointers according to RFC 6901.
|
||||
|
||||
JSON Pointer is a standardized (RFC6901) way to select a value inside
|
||||
a JSON Document (DOM). This is analogous to XPath for an XML document.
|
||||
However, JSON Pointer is much simpler, and a single JSON Pointer only
|
||||
points to a single value.
|
9
textproc/jsonpointer/pkg/PLIST
Normal file
9
textproc/jsonpointer/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
bin/jsonpointer
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}jsonpointer.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpointer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpointer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpointer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpointer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpointer-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jsonpointer.py
|
Loading…
x
Reference in New Issue
Block a user