summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan_0.4.2.bb17
1 files changed, 17 insertions, 0 deletions
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 @@
1DESCRIPTION = "WSGI object-dispatching web framework"
2HOMEPAGE = "https://pypi.python.org/pypi/pecan/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
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
12SRC_URI[md5sum] = "2321ce0eb09ab4ba4cf184b55a6e3c21"
13SRC_URI[sha256sum] = "72aea7ffe4085944beec4134ad8bff31fcea13cf900f11e9b31f7470863916f8"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools