diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:14:17 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | e24b9a9add399c037fc657320f6a47adc50c9c2d (patch) | |
| tree | 4e1bf4ecd3549bbf5b451a0d3821953dae79759a /meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb | |
| parent | 20847fb285fcaab2e5a4cca3694f91a372cb9274 (diff) | |
| download | meta-cloud-services-e24b9a9add399c037fc657320f6a47adc50c9c2d.tar.gz | |
python-eventlet: added 0.12.1
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.12.1.bb new file mode 100644 index 0000000..e1f5072 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.12.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] = "3718973195adb36bbf6626be370e7f47" | ||
| 13 | SRC_URI[sha256sum] = "aaf97960b7e00f36844549399a22746c7ef27d76fffcd4056fb36bd242dd1e47" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
