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-25 09:19:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-25 09:19:39 -0400
commit74f2c911a92bc88036c8ba7fbf080a5796f4e6eb (patch)
tree55f6e7d564e13bc226048d9ee9c5127787c8b2be /meta-openstack/recipes-devtools/python/python-pecan_0.8.3.bb
parent88c55e3162405835e0af14d28229d915745b80aa (diff)
parentd8bf5c732b3399820306a2ef2b540e6d1489ba96 (diff)
downloadmeta-cloud-services-74f2c911a92bc88036c8ba7fbf080a5796f4e6eb.tar.gz
Merge branch 'master' into kilo
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"