From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-falcon_0.2.bb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-falcon_0.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-falcon_0.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb b/meta-openstack/recipes-devtools/python/python-falcon_0.2.bb new file mode 100644 index 0000000..4045b1b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-falcon_0.2.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=2bf705a48be7b7799862ffe602c94b87" + +PR = "r0" + +SRCNAME = "falcon" +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "bf9e8bdd20700f1ff7ce6397cd441fbd" +SRC_URI[sha256sum] = "92bb899bf6e58e2299e3b1de1e628b90c38544ba3354a0141d108318b50c3402" + +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