From patchwork Thu Oct 6 04:48:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 678733 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sqKtj6BRLz9s8x for ; Thu, 6 Oct 2016 15:49:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A4C3FC21F4; Thu, 6 Oct 2016 04:49:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17McnjTnk-Nd; Thu, 6 Oct 2016 04:49:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4BD34C2106; Thu, 6 Oct 2016 04:49:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 996161CE59D for ; Thu, 6 Oct 2016 04:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 93FD8956AD for ; Thu, 6 Oct 2016 04:49:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZyOX86dqWxGG for ; Thu, 6 Oct 2016 04:49:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by hemlock.osuosl.org (Postfix) with ESMTPS id 1DA8D9468F for ; Thu, 6 Oct 2016 04:49:06 +0000 (UTC) Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de [172.20.27.147]) by mailout02.t-online.de (Postfix) with SMTP id 06E7541AF6D6 for ; Thu, 6 Oct 2016 06:49:03 +0200 (CEST) Received: from fli4l.lan.fli4l (XR5AYgZOYhcXlWn8iCbyeH9Pp4OLUxHk2Zdh9imvg0BIhd-o21zsouYMdDsyz-1gSs@[84.178.250.140]) by fwd01.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1bs0cA-2OerHE0; Thu, 6 Oct 2016 06:49:02 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:58040 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1bs0c8-0007Ab-Tb; Thu, 06 Oct 2016 06:49:01 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 6 Oct 2016 06:48:55 +0200 Message-Id: <20161006044858.27768-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161006044858.27768-1-bernd.kuhls@t-online.de> References: <20161006044858.27768-1-bernd.kuhls@t-online.de> X-ID: XR5AYgZOYhcXlWn8iCbyeH9Pp4OLUxHk2Zdh9imvg0BIhd-o21zsouYMdDsyz-1gSs X-TOI-MSGID: 020e625c-d3b2-434a-9811-5ba4ac795d87 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 2/5] package/python-futures: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Needed by upcoming python-mwscrape package. Signed-off-by: Bernd Kuhls --- package/Config.in | 1 + package/python-futures/Config.in | 7 +++++++ package/python-futures/python-futures.hash | 3 +++ package/python-futures/python-futures.mk | 14 ++++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 package/python-futures/Config.in create mode 100644 package/python-futures/python-futures.hash create mode 100644 package/python-futures/python-futures.mk diff --git a/package/Config.in b/package/Config.in index c7f29e5..67c4aff 100644 --- a/package/Config.in +++ b/package/Config.in @@ -681,6 +681,7 @@ menu "External python modules" source "package/python-flask-jsonrpc/Config.in" source "package/python-flask-login/Config.in" source "package/python-flup/Config.in" + source "package/python-futures/Config.in" source "package/python-gobject/Config.in" source "package/python-html5lib/Config.in" source "package/python-httplib2/Config.in" diff --git a/package/python-futures/Config.in b/package/python-futures/Config.in new file mode 100644 index 0000000..2eb40e9 --- /dev/null +++ b/package/python-futures/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_FUTURES + bool "python-futures" + depends on BR2_PACKAGE_PYTHON # not needed for python3 + help + Backport of the concurrent.futures package from Python 3.2. + + https://github.com/agronholm/pythonfutures diff --git a/package/python-futures/python-futures.hash b/package/python-futures/python-futures.hash new file mode 100644 index 0000000..f0948ae --- /dev/null +++ b/package/python-futures/python-futures.hash @@ -0,0 +1,3 @@ +# md5 from https://pypi.python.org/pypi/futures/json, sha256 locally computed +md5 ced2c365e518242512d7a398b515ff95 futures-3.0.5.tar.gz +sha256 0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df futures-3.0.5.tar.gz diff --git a/package/python-futures/python-futures.mk b/package/python-futures/python-futures.mk new file mode 100644 index 0000000..710c2c9 --- /dev/null +++ b/package/python-futures/python-futures.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-futures +# +################################################################################ + +PYTHON_FUTURES_VERSION = 3.0.5 +PYTHON_FUTURES_SOURCE = futures-$(PYTHON_FUTURES_VERSION).tar.gz +PYTHON_FUTURES_SITE = https://pypi.python.org/packages/55/db/97c1ca37edab586a1ae03d6892b6633d8eaa23b23ac40c7e5bbc55423c78 +PYTHON_FUTURES_SETUP_TYPE = setuptools +PYTHON_FUTURES_LICENSE = BSD +PYTHON_FUTURES_LICENSE_FILES = LICENSE + +$(eval $(python-package))