diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-20 15:28:49 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-20 15:28:49 -0400 |
| commit | 6c1c9bde9b96db08e78fecb7aeef6fb5e0fda80a (patch) | |
| tree | 4d9326761c3c763354256b994a6f44ecd9a9b743 /meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb | |
| parent | f51eb7faeaf3f91aaa3e459cf9b6021a01ec7bc3 (diff) | |
| download | meta-cloud-services-6c1c9bde9b96db08e78fecb7aeef6fb5e0fda80a.tar.gz | |
eventlet: uprev to 0.15.1
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb new file mode 100644 index 0000000..ea9eb3f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.15.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Highly concurrent networking library" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "eventlet" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "7155780824bb6344651a573838416f21" | ||
| 13 | SRC_URI[sha256sum] = "2b2ec222aba392bde157168000f0827c493f756a06dab7bc346b46439fd0f6ae" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
