From 4192eeeee2b846aa12fe744926679f75982bc787 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 15:12:20 -0500 Subject: 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 --- .../recipes-devtools/python/python-wsme_0.5b5.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.5b5.bb') 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 @@ +DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" +HOMEPAGE = "https://pypi.python.org/pypi/WSME/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7" + +PR = "r0" +SRCNAME = "WSME" + +SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "88764f4923e83bd995940ef06eb42aa7" +SRC_URI[sha256sum] = "7d8bf27e78d4c701c10a1f0047f4cf7e375ffc458bf88bb10a12efb98695be1a" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf