mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
Add python-jsonpointer package
This commit is contained in:
parent
2a3f3b848c
commit
881e88e881
@ -917,6 +917,7 @@ menu "External python modules"
|
||||
source "package/python-jaraco-classes/Config.in"
|
||||
source "package/python-jinja2/Config.in"
|
||||
source "package/python-jsonmodels/Config.in"
|
||||
source "package/python-jsonpointer/Config.in"
|
||||
source "package/python-jsonschema/Config.in"
|
||||
source "package/python-json-schema-validator/Config.in"
|
||||
source "package/python-keyring/Config.in"
|
||||
|
7
package/python-jsonpointer/Config.in
Normal file
7
package/python-jsonpointer/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_JSONPOINTER
|
||||
bool "python-jsonpointer"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Resolve JSON Pointers in Python.
|
||||
|
||||
https://github.com/stefankoegl/python-json-pointer
|
1
package/python-jsonpointer/python-jsonpointer.hash
Normal file
1
package/python-jsonpointer/python-jsonpointer.hash
Normal file
@ -0,0 +1 @@
|
||||
sha256 c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83975362 jsonpointer-2.0.tar.gz
|
14
package/python-jsonpointer/python-jsonpointer.mk
Normal file
14
package/python-jsonpointer/python-jsonpointer.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-jsonpointer
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JSONPOINTER_VERSION = 2.0
|
||||
PYTHON_JSONPOINTER_SOURCE = jsonpointer-$(PYTHON_JSONPOINTER_VERSION).tar.gz
|
||||
PYTHON_JSONPOINTER_SITE = https://files.pythonhosted.org/packages/52/e7/246d9ef2366d430f0ce7bdc494ea2df8b49d7a2a41ba51f5655f68cfe85f
|
||||
PYTHON_JSONPOINTER_SETUP_TYPE = setuptools
|
||||
PYTHON_JSONPOINTER_LICENSE = BSD
|
||||
PYTHON_JSONPOINTER_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
Loading…
x
Reference in New Issue
Block a user