[meta-virtualization] [RFC][PATCH 05/16] Added python-jsonpatch recipe

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


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

diff --git a/recipes-python/jsonpatch/python-jsonpatch_0.10.bb b/recipes-python/jsonpatch/python-jsonpatch_0.10.bb
new file mode 100644
index 0000000..f3ea03e
--- /dev/null
+++ b/recipes-python/jsonpatch/python-jsonpatch_0.10.bb
@@ -0,0 +1,20 @@
+SUMMARY="jsonpatch"
+DESCRIPTION = "An implementation of the JSON Patch format"
+SECTION = "devel/python"
+LICENSE = "BSD+"
+PR = "0"
+
+DEPENDS += "python-jsonpointer"
+
+LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe"
+SRC_URI = "http://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "d9a96bdfe208c42415b1749f1b591fa7"
+SRC_URI[sha256sum] = "86409f5c0a8392a277488dd11fc0f603e7241c95cf547b7048e30e69b7f74107"
+
+S = "${WORKDIR}/jsonpatch-${PV}"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit setuptools
-- 
1.7.9.5




More information about the meta-virtualization mailing list