diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:13 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 67f308f82a6fd75a8743e681a143330308a0267f (patch) | |
| tree | da7a7071677b2146dfc6ba94a0368d94a75ba3f9 /meta-openstack/recipes-devtools/python | |
| parent | b45ce183ceaf30592521a84fb5cd06c827343e82 (diff) | |
| download | meta-cloud-services-67f308f82a6fd75a8743e681a143330308a0267f.tar.gz | |
python-futurist: initial version
This package provides a useful additions to futures, from the future.
This package is required by taskflow, tooz and others.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb new file mode 100644 index 0000000..3ad3993 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Useful additions to futures, from the future" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/futurist" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "futurist" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "ccef2f5a651fffcfe13c71d91262be4d" | ||
| 12 | SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | python-futures \ | ||
| 24 | python-contextlib2 \ | ||
| 25 | " | ||
| 26 | |||
