[meta-virtualization] [RFC][PATCH 06/16] Added python-jsonpointer recipe

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:48 PST 2012


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 .../jsonpointer/python-jsonpointer_0.5.bb          |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-python/jsonpointer/python-jsonpointer_0.5.bb

diff --git a/recipes-python/jsonpointer/python-jsonpointer_0.5.bb b/recipes-python/jsonpointer/python-jsonpointer_0.5.bb
new file mode 100644
index 0000000..a5451ba
--- /dev/null
+++ b/recipes-python/jsonpointer/python-jsonpointer_0.5.bb
@@ -0,0 +1,16 @@
+SUMMARY = "python-jsonpointer"
+DESCRIPTION = "Identify specific nodes in a JSON document"
+SECTION = "devel/python"
+HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer"
+LICENSE = "MIT"
+PR = "0"
+
+LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c"
+SRC_URI = "http://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "41fe4189279b9c6cd35a4131cb2498f2"
+SRC_URI[sha256sum] = "6a27fb4cb590a118d0f8c7e367f902cf553abf5dcb4b7938cdc91cc36e3e4bdf"
+
+S = "${WORKDIR}/jsonpointer-${PV}"
+
+inherit distutils
-- 
1.7.9.5




More information about the meta-virtualization mailing list