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 --- .../python/python-hp3parclient_3.2.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb b/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb new file mode 100644 index 0000000..427e76a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-hp3parclient_3.2.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "HP 3PAR HTTP REST Client" +HOMEPAGE = "https://pypi.python.org/pypi/hp3parclient/2.0.0" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=497435a85c6b1376c82b18488e9bc907" + +PR = "r0" +SRCNAME = "hp3parclient" + +SRC_URI = "\ + https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ + file://fix_hp3parclient_memory_leak.patch \ + " + +SRC_URI[md5sum] = "f4cc346281ae86c21b5f975cc3b4d759" +SRC_URI[sha256sum] = "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf