From 4ede6d94ebddabc453495582fadc817e4497b98b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 23 Apr 2014 23:07:47 -0400 Subject: falcon: An unladen web framework for building APIs and app backends To support Barbican, we introduce the recipe for falcon. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-falcon_0.1.8.bb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-falcon_0.1.8.bb (limited to 'meta-openstack/recipes-devtools/python/python-falcon_0.1.8.bb') diff --git a/meta-openstack/recipes-devtools/python/python-falcon_0.1.8.bb b/meta-openstack/recipes-devtools/python/python-falcon_0.1.8.bb new file mode 100644 index 0000000..152aff6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-falcon_0.1.8.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "An unladen web framework for building APIs and app backends." +HOMEPAGE = "http://falconframework.org" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README.rst;md5=795813ca586f7662f91b9ff2265f4bc5" + +PR = "r0" + +SRCNAME = "falcon" +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "82049bd4a6a3e2ec4bb7ea59955a2493" +SRC_URI[sha256sum] = "dafccf547df57324993c8c13a0e40629b61817e0462f04c7e44fed12f26ff556" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/tests/* +} + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-six \ + python-mimeparse \ + " -- cgit v1.2.3-54-g00ecf