summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan.inc16
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb18
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb2
3 files changed, 20 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan.inc b/meta-openstack/recipes-devtools/python/python-pecan.inc
new file mode 100644
index 0000000..884ce75
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pecan.inc
@@ -0,0 +1,16 @@
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
7SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4"
8SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff"
9
10inherit pypi
11
12RDEPENDS_${PN} = "${PYTHON_PN}-mako \
13 ${PYTHON_PN}-webtest \
14 ${PYTHON_PN}-six \
15 ${PYTHON_PN}-logutils \
16"
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
index 62f29fa..6fa052e 100644
--- a/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
@@ -1,16 +1,2 @@
1DESCRIPTION = "WSGI object-dispatching web framework" 1inherit setuptools
2HOMEPAGE = "https://pypi.python.org/pypi/pecan/" 2require python-pecan.inc
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
6
7SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4"
8SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} = "python-mako \
13 python-webtest \
14 python-six \
15 python-logutils \
16"
diff --git a/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
new file mode 100644
index 0000000..2e6a223
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
@@ -0,0 +1,2 @@
1inherit setuptools3
2require python-pecan.inc