aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-09-15 15:26:44 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-22 22:50:41 +0000
commit2bff60256348493072d827176f75416d05d0d066 (patch)
treeff8760c0de674613f016869a2c96ac6fec1ed89c /meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb
parentb2050ad3eeea7014245f406cee747591c9917f6f (diff)
downloadmeta-openembedded-contrib-2bff60256348493072d827176f75416d05d0d066.tar.gz
python-jsonpointer: update to version 1.12
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb b/meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb
new file mode 100644
index 0000000000..f5c1aa868c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jsonpointer_1.12.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Resolve JSON Pointers in Python"
+HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
+
+inherit pypi setuptools
+
+SRC_URI[md5sum] = "eaaad79e983d58ecbee5b4a326723777"
+SRC_URI[sha256sum] = "819b6dd4fd0a18ac219e02a0117f24b2d31296b0c475c33862cfa9a1616d62c3"
+
+RDEPENDS_${PN} += "python-re python-json"