From ada14e305a593fd2445b2080acb2c97c6ee49882 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 23 Apr 2014 23:04:03 -0400 Subject: uwsgi: introduce application server While other wsgi integrations are possible (apache, nginx), barbican is developed and supported via uwsgi. So we integrate uwsgi, with the default configuration capable of acting as a gateway for python applications. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb new file mode 100644 index 0000000..dba9bce --- /dev/null +++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "An unladen web framework for building APIs and app backends." +HOMEPAGE = "http://projects.unbit.it/uwsgi/" +SECTION = "net" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f" + +PR = "r0" + +SRCNAME = "uwsgi" +SRC_URI = "git://github.com/unbit/uwsgi.git;branch=master \ +" + +SRCREV="7604c6701809602804e3961f7fdb201049b8c993" +PV="2.0.4+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-six \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf