From 48d4b54ca27920fdf56fe58d7eb15461db4ad94c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 00:20:46 -0500 Subject: python-pecan: introduce recipe python-pecan is a ceilometer dependency. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pecan_0.4.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb b/meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb new file mode 100644 index 0000000..9af3c0a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "WSGI object-dispatching web framework" +HOMEPAGE = "https://pypi.python.org/pypi/pecan/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c" + +PR = "r0" +SRCNAME = "pecan" + +SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "2321ce0eb09ab4ba4cf184b55a6e3c21" +SRC_URI[sha256sum] = "72aea7ffe4085944beec4134ad8bff31fcea13cf900f11e9b31f7470863916f8" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf