From fb00393ba7e453acf005d3b7ac134a0ec52e5968 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 29 Apr 2017 16:54:43 +0200 Subject: [PATCH] python-future: recipe for version 0.16.0 with python2/python3 support --- recipes-devtools/python/python-future.inc | 13 +++++++++++++ recipes-devtools/python/python-future_0.16.0.bb | 3 +++ recipes-devtools/python/python3-future_0.16.0.bb | 3 +++ 3 files changed, 19 insertions(+) create mode 100644 recipes-devtools/python/python-future.inc create mode 100644 recipes-devtools/python/python-future_0.16.0.bb create mode 100644 recipes-devtools/python/python3-future_0.16.0.bb diff --git a/recipes-devtools/python/python-future.inc b/recipes-devtools/python/python-future.inc new file mode 100644 index 0000000..6613dfe --- /dev/null +++ b/recipes-devtools/python/python-future.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "Clean single-source support for Python 3 and 2" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3f457538b297bd0ef86564b8ac216ad7" +SRCNAME = "future" + +SRC_URI = "https://pypi.python.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-${PV}.tar.gz" +SRC_URI[md5sum] = "3e8e88a2bda48d54b1da7634d04760d7" +SRC_URI[sha256sum] = "e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +BBCLASSEXTEND += "native" diff --git a/recipes-devtools/python/python-future_0.16.0.bb b/recipes-devtools/python/python-future_0.16.0.bb new file mode 100644 index 0000000..0279dfb --- /dev/null +++ b/recipes-devtools/python/python-future_0.16.0.bb @@ -0,0 +1,3 @@ +require python-future.inc + +inherit setuptools diff --git a/recipes-devtools/python/python3-future_0.16.0.bb b/recipes-devtools/python/python3-future_0.16.0.bb new file mode 100644 index 0000000..9952c83 --- /dev/null +++ b/recipes-devtools/python/python3-future_0.16.0.bb @@ -0,0 +1,3 @@ +require python-future.inc + +inherit setuptools3