summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-07 13:32:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:37 -0500
commit88deadf46dc1bf61ec9fe5fb4f719e7058ba0cfb (patch)
tree05a7c8c256e9daffe5c1489501f19eba4d6deb80 /meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb
parentcc4990a1a861907ee2562623024fcc38eefae16e (diff)
downloadmeta-cloud-services-88deadf46dc1bf61ec9fe5fb4f719e7058ba0cfb.tar.gz
python-waitress: introduce recipe to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-waitress_0.8.7.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "Waitress WSGI server"
2HOMEPAGE = "https://pypi.python.org/pypi/waitress/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
6
7PR = "r0"
8SRCNAME = "waitress"
9
10SRC_URI = "https://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "714f3d458d82a47f12fb168460de8366"
13SRC_URI[sha256sum] = "e161e27faa12837739294dd8c837541aa66a5b2764eed753f0bf851d8ac81a74"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools