diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 15:12:20 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 4192eeeee2b846aa12fe744926679f75982bc787 (patch) | |
| tree | 91920763d30c0a005e380868da265a5e21896d13 /meta-openstack/recipes-devtools/python | |
| parent | 4c9902405c1f8a756513340c5950f1073c2843b6 (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WSME/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "WSME" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "88764f4923e83bd995940ef06eb42aa7" | ||
| 13 | SRC_URI[sha256sum] = "7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
