From 5ab439f38ac1ed6a6a5b59378b833702e587be5a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Nov 2013 08:26:32 -0500 Subject: python-eventlet: uprev to meet havana version requirements Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-eventlet_0.14.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb new file mode 100644 index 0000000..74bf167 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "http://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +PR = "r0" +SRCNAME = "eventlet" + +SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "207119abce774018432225bd719403fb" +SRC_URI[sha256sum] = "07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf