summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-24 16:35:13 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-24 16:35:13 -0400
commita32d653b7db8346fab84342561c170c397e5da13 (patch)
tree41293008b9832f3f6a5fdd215adfe08a0581657e /meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb
parent038414fdec4c120c74f10b71e58a0a7d73ea9869 (diff)
downloadmeta-cloud-services-a32d653b7db8346fab84342561c170c397e5da13.tar.gz
libraries: refresh to latest versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb b/meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb
new file mode 100644
index 0000000..e7f32cd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "WSGI object-dispatching web framework"
2HOMEPAGE = "https://pypi.python.org/pypi/pecan/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
6
7PR = "r0"
8SRCNAME = "pecan"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "e2b329c5088c2adb1510ac9d1af84bca"
14SRC_URI[sha256sum] = "ca6c31e1fb98e4ae780a44a40a88eacb7a19172d3f64d4e31f32049a784a1281"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20RDEPENDS_${PN} = "python-webob \
21 python-mako \
22 python-webtest \
23 python-six \
24 python-logutils \
25"