diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-06 16:11:59 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-10 09:48:17 -0400 |
| commit | 3c355c1b0f1f780e00ad786440b4e0dd3060b9d0 (patch) | |
| tree | b9db27c6038592faf6e4307612482930c0598b98 /meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb | |
| parent | a96e4cceaeb02aa62980f05d6d89ba84d0d70731 (diff) | |
| download | meta-cloud-services-3c355c1b0f1f780e00ad786440b4e0dd3060b9d0.tar.gz | |
python-jsonpointer: upgrade 1.7 -> 1.9
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb new file mode 100644 index 0000000..61b2f3f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.9.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Identify specific nodes in a JSON document" | ||
| 2 | HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "jsonpointer" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c4d3f28e72ba77062538d1c0864c40a9" | ||
| 13 | SRC_URI[sha256sum] = "39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
