From 345f9ee0ecf1cb0aa59f86f56d2a826debf45305 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 26 Mar 2016 09:49:03 -0400 Subject: python-futures: update to version 3.0.5 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-futures_2.1.5.bb | 14 -------------- meta-oe/recipes-devtools/python/python-futures_3.0.5.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python-futures_2.1.5.bb create mode 100644 meta-oe/recipes-devtools/python/python-futures_3.0.5.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/python/python-futures_2.1.5.bb b/meta-oe/recipes-devtools/python/python-futures_2.1.5.bb deleted file mode 100644 index 817a9179a2..0000000000 --- a/meta-oe/recipes-devtools/python/python-futures_2.1.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "The concurrent.futures module provides a high-level interface for asynchronously executing callables." -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e96d16356742ac95c07be571717e51a3" -HOMEPAGE = "http://code.google.com/p/pythonfutures" -DEPENDS = "python" - -SRC_URI = "https://pypi.python.org/packages/source/f/futures/futures-${PV}.tar.gz" -SRC_URI[md5sum] = "2fc924890ccd30a5fe676fa9bbcf0ab8" -SRC_URI[sha256sum] = "8f5a627d3aee94cc1859a942965fdebb714be8cdd2366d819cb8fb9b7cc628a6" - -S = "${WORKDIR}/futures-${PV}" - -inherit setuptools diff --git a/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb new file mode 100644 index 0000000000..3eb18829fb --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-futures_3.0.5.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "The concurrent.futures module provides a high-level interface for asynchronously executing callables." +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3d78c5bb15ac641d34f2ddc3bd7f51fa" +HOMEPAGE = "http://code.google.com/p/pythonfutures" +DEPENDS = "python" + +SRC_URI = "https://pypi.python.org/packages/source/f/futures/futures-${PV}.tar.gz" +SRC_URI[md5sum] = "ced2c365e518242512d7a398b515ff95" +SRC_URI[sha256sum] = "0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df" + +S = "${WORKDIR}/futures-${PV}" + +inherit setuptools -- cgit 1.2.3-korg