summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-hp3parclient_2.0.0.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "HP 3PAR HTTP REST Client"
2HOMEPAGE = "https://pypi.python.org/pypi/hp3parclient/2.0.0"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7PR = "r0"
8SRCNAME = "hp3parclient"
9
10SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "52cdcb930eb0dc81d93689abe169c502"
13SRC_URI[sha256sum] = "bab78a3fa14236d7884af52271fd91d08d51ec99b7e2d6c6fb477bfdfb9ef259"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools