From 9ede510fc4d48bfaa867bcd94dc522c5f0e6abc5 Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Wed, 14 Sep 2016 01:30:03 -0400 Subject: python-eventlet: 0.17.4 -> 0.18.4 Upgrade python-eventlet from 0.17.4 to 0.18.4. Signed-off-by: Wang Xin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-eventlet_0.18.4.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb new file mode 100644 index 0000000..8c5e904 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Highly concurrent networking library" +HOMEPAGE = "http://pypi.python.org/pypi/eventlet" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" + +SRCNAME = "eventlet" + +SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "8d1c646d8cc10a4958c92fe8a30f3676" +SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf