From 4e538f21389aada4b51f90f8235af605a0779aa4 Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Fri, 20 Jun 2014 09:25:27 -0400 Subject: add python-pecan 0.5.0 bb file One of the ceilometer builtin test ceilometer.tests.api.v2.test_list_events_scenarios.TestListEvents.test_all_trailing_slash failed as it tries to test with trailing slash. The root cause is in pecan package, and the following two upstream commits fix the issue: Upstream 0e18b1f7d490695f4988d92c83bf239cf2937bf6 from https://github.com/stackforge/pecan.git branch master Upstream 573846e01209327030db146909de03e97cd8a858 from https://github.com/stackforge/pecan.git branch master Instead of back porting these commits, it's better to uprev python-pecan to 0.5.0 version which also contains these commits. Also remove meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb Signed-off-by: Vu Tran --- .../recipes-devtools/python/python-pecan_0.4.2.bb | 17 --------------- .../recipes-devtools/python/python-pecan_0.5.0.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb (limited to 'meta-openstack/recipes-devtools/python') 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 deleted file mode 100644 index 9af3c0a..0000000 --- a/meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -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 diff --git a/meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb b/meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb new file mode 100644 index 0000000..ea546f8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "WSGI object-dispatching web framework" +HOMEPAGE = "https://pypi.python.org/pypi/pecan/" +SECTION = "devel/python" +LICENSE = "BSD" +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] = "819ea890e8a0412717b8aa791595725f" +SRC_URI[sha256sum] = "726d000cc2b5078de560a9a69e29637c59fc93b6707b292a56bdb0a466555922" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} = "python-webob \ + python-mako \ + python-webtest \ + python-six \ + python-logutils \ +" -- cgit v1.2.3-54-g00ecf