From ed8b52d283617f3b4b0862ca6c36e135d674b0fc Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 11 Dec 2013 15:59:03 -0500 Subject: python-hp3parclient: import recipe to meet glance test requirments Signed-off-by: Bruce Ashfield --- .../python/python-hp3parclient_2.0.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb b/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb new file mode 100644 index 0000000..75ad641 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb @@ -0,0 +1,17 @@ +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://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +PR = "r0" +SRCNAME = "hp3parclient" + +SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "52cdcb930eb0dc81d93689abe169c502" +SRC_URI[sha256sum] = "bab78a3fa14236d7884af52271fd91d08d51ec99b7e2d6c6fb477bfdfb9ef259" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf