summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-05-17 17:19:01 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:54 -0400
commit797813a6fc0039983f641a35f234df52bcdea997 (patch)
tree48317b8ea9ae5ebdf6a9178325af9db729488e8a /meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb
parenta4c9d9b13e253292b34fdab368e23acc770e5892 (diff)
downloadmeta-cloud-services-797813a6fc0039983f641a35f234df52bcdea997.tar.gz
python-jsonpatch: added 0.10
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb
new file mode 100644
index 0000000..4f3853a
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "An implementation of the JSON Patch format"
2SECTION = "devel/python"
3LICENSE = "BSD+"
4LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe"
5
6PR = "0"
7SRCNAME = "jsonpatch"
8
9SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "d9a96bdfe208c42415b1749f1b591fa7"
12SRC_URI[sha256sum] = "86409f5c0a8392a277488dd11fc0f603e7241c95cf547b7048e30e69b7f74107"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18RDEPENDS_${PN} += "python-jsonpointer"