From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jsonpointer_1.7.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb new file mode 100644 index 0000000..d7b976b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Identify specific nodes in a JSON document" +HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c" + +PR = "r0" +SRCNAME = "jsonpointer" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "97666849a7c390950a5ecfbeb74e64f4" +SRC_URI[sha256sum] = "46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4760f5e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf