summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-26 09:49:03 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-01 15:33:57 +0200
commit345f9ee0ecf1cb0aa59f86f56d2a826debf45305 (patch)
tree7ea7f79b8b5211ebb647590554a2a80e0ac0d415 /meta-oe/recipes-devtools/python
parent038931773a1ea0b6edffde8c493ff29bad3fbce3 (diff)
downloadmeta-openembedded-345f9ee0ecf1cb0aa59f86f56d2a826debf45305.tar.gz
python-futures: update to version 3.0.5
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r--meta-oe/recipes-devtools/python/python-futures_3.0.5.bb (renamed from meta-oe/recipes-devtools/python/python-futures_2.1.5.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/python/python-futures_2.1.5.bb b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
index 817a9179a..3eb18829f 100644
--- a/meta-oe/recipes-devtools/python/python-futures_2.1.5.bb
+++ b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb
@@ -1,13 +1,13 @@
1DESCRIPTION = "The concurrent.futures module provides a high-level interface for asynchronously executing callables." 1DESCRIPTION = "The concurrent.futures module provides a high-level interface for asynchronously executing callables."
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e96d16356742ac95c07be571717e51a3" 4LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3d78c5bb15ac641d34f2ddc3bd7f51fa"
5HOMEPAGE = "http://code.google.com/p/pythonfutures" 5HOMEPAGE = "http://code.google.com/p/pythonfutures"
6DEPENDS = "python" 6DEPENDS = "python"
7 7
8SRC_URI = "https://pypi.python.org/packages/source/f/futures/futures-${PV}.tar.gz" 8SRC_URI = "https://pypi.python.org/packages/source/f/futures/futures-${PV}.tar.gz"
9SRC_URI[md5sum] = "2fc924890ccd30a5fe676fa9bbcf0ab8" 9SRC_URI[md5sum] = "ced2c365e518242512d7a398b515ff95"
10SRC_URI[sha256sum] = "8f5a627d3aee94cc1859a942965fdebb714be8cdd2366d819cb8fb9b7cc628a6" 10SRC_URI[sha256sum] = "0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df"
11 11
12S = "${WORKDIR}/futures-${PV}" 12S = "${WORKDIR}/futures-${PV}"
13 13