From 88deadf46dc1bf61ec9fe5fb4f719e7058ba0cfb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Nov 2013 13:32:41 -0500 Subject: python-waitress: introduce recipe to meet ceilometer requirements Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-waitress_0.8.7.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb b/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb new file mode 100644 index 0000000..6fc319f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Waitress WSGI server" +HOMEPAGE = "https://pypi.python.org/pypi/waitress/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" + +PR = "r0" +SRCNAME = "waitress" + +SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "714f3d458d82a47f12fb168460de8366" +SRC_URI[sha256sum] = "e161e27faa12837739294dd8c837541aa66a5b2764eed753f0bf851d8ac81a74" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf