[meta-virtualization] [m-c-s][PATCH 19/49] python-contextlib2: initial version

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


From: Mark Asselstine <asselsm at gmail.com>

This package provides backports and enhancements for the contextlib
module.

This package is required by futurist and taskflow.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../python/python-contextlib2_0.4.0.bb             | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb
new file mode 100644
index 0000000..2bede47
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-contextlib2_0.4.0.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Backports and enhancements for the contextlib module"
+HOMEPAGE = "http://contextlib2.readthedocs.org/"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
+
+SRCNAME = "contextlib2"
+
+SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ea687207db25f65552061db4a2c6727d"
+SRC_URI[sha256sum] = "55a5dc78f7a742a0e756645134ffb39bbe11da0fea2bc0f7070d40dac208b732"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools 
+
+DEPENDS += " \
+        python-pip \
+        "
+
+RDEPENDS_${PN} += " \
+        "
+
-- 
2.1.4



More information about the meta-virtualization mailing list