[meta-virtualization] [m-c-s][PATCH 18/49] python-futurist: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:13 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

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 at gmail.com>
---
 .../python/python-futurist_0.8.0.bb                | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb

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 @@
+DESCRIPTION = "Useful additions to futures, from the future"
+HOMEPAGE = "https://pypi.python.org/pypi/futurist"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRCNAME = "futurist"
+
+SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ccef2f5a651fffcfe13c71d91262be4d"
+SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools 
+
+DEPENDS += " \
+        python-pip \
+        "
+
+RDEPENDS_${PN} += " \
+        python-futures \
+        python-contextlib2 \
+        "
+
-- 
2.1.4



More information about the meta-virtualization mailing list