summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-06 15:12:20 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:36 -0500
commit4192eeeee2b846aa12fe744926679f75982bc787 (patch)
tree91920763d30c0a005e380868da265a5e21896d13 /meta-openstack/recipes-devtools/python
parent4c9902405c1f8a756513340c5950f1073c2843b6 (diff)
downloadmeta-cloud-services-4192eeeee2b846aa12fe744926679f75982bc787.tar.gz
python-wsme: introduce recipe
Introduce wsme 0.5b6 (and NOT 0.5b6) to meet the specific version requirements of ceilometer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb
new file mode 100644
index 0000000..645389f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
2HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7"
6
7PR = "r0"
8SRCNAME = "WSME"
9
10SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "88764f4923e83bd995940ef06eb42aa7"
13SRC_URI[sha256sum] = "7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools