From patchwork Wed Oct 7 17:52:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guillaume Bres X-Patchwork-Id: 527393 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 12DD3140D7A for ; Thu, 8 Oct 2015 04:58:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4A80094C8F; Wed, 7 Oct 2015 17:58:56 +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 gYtR1mMe381G; Wed, 7 Oct 2015 17:58:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AE01194E36; Wed, 7 Oct 2015 17:58:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id EBCC31C0FC3 for ; Wed, 7 Oct 2015 17:58:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E45278AAF7 for ; Wed, 7 Oct 2015 17:58:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zjGYNNdN2cFL for ; Wed, 7 Oct 2015 17:58:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from wsget2.nist.gov (wsget2.nist.gov [129.6.13.151]) by whitealder.osuosl.org (Postfix) with ESMTPS id D990F8855E for ; Wed, 7 Oct 2015 17:58:53 +0000 (UTC) Received: from WSXGHUB1.xchange.nist.gov (129.6.18.96) by wsget2.nist.gov (129.6.13.151) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Oct 2015 13:53:00 -0400 Received: from postmark.nist.gov (129.6.16.94) by WSXGHUB1.xchange.nist.gov (129.6.18.96) with Microsoft SMTP Server (TLS) id 8.3.406.0; Wed, 7 Oct 2015 13:53:29 -0400 Received: from 688pn2a171.bw.nist.gov (688pn2a171.bw.nist.gov [132.163.81.111]) by postmark.nist.gov (8.13.8/8.13.1) with ESMTP id t97HrBTg022370; Wed, 7 Oct 2015 13:53:15 -0400 From: Guillaume William Bres To: Date: Wed, 7 Oct 2015 11:52:59 -0600 Message-ID: <1444240379-22896-3-git-send-email-guillaume.bressaix@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1444240379-22896-1-git-send-email-guillaume.bressaix@gmail.com> References: <1444240379-22896-1-git-send-email-guillaume.bressaix@gmail.com> X-NIST-MailScanner-Information: MIME-Version: 1.0 Cc: Guillaume William Bres Subject: [Buildroot] [PATCH 2/2] Add new package PyQtGraph 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" --- package/python-pyqtgraph/Config.in | 14 ++++++++++++++ package/python-pyqtgraph/python-pyqtgraph.hash | 5 +++++ package/python-pyqtgraph/python-pyqtgraph.mk | 15 +++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 package/python-pyqtgraph/Config.in create mode 100644 package/python-pyqtgraph/python-pyqtgraph.hash create mode 100644 package/python-pyqtgraph/python-pyqtgraph.mk diff --git a/package/python-pyqtgraph/Config.in b/package/python-pyqtgraph/Config.in new file mode 100644 index 0000000..14619e3 --- /dev/null +++ b/package/python-pyqtgraph/Config.in @@ -0,0 +1,14 @@ +comment "PyQtGraph requires a GLibc Toolchain w/ WCHAR and C++." + depends on BR2_PACKAGE_PYTHON_PYQT + +config BR2_PACKAGE_PYTHON_PYQTGRAPH + bool "python-pyqtgraph" + depends on BR2_PACKAGE_PYTHON_PYQT + select BR2_PACKAGE_PYTHON_PYEXPAT + select BR2_PACKAGE_QT_SVG + select BR2_PACKAGE_PYTHON_NUMPY + help + PyQtGraph is a pure Python graphics and GUI library built on PyQt4, PySide and Numpy. + Official website: + + http://www.pyqtgraph.org/ diff --git a/package/python-pyqtgraph/python-pyqtgraph.hash b/package/python-pyqtgraph/python-pyqtgraph.hash new file mode 100644 index 0000000..0a43fbc --- /dev/null +++ b/package/python-pyqtgraph/python-pyqtgraph.hash @@ -0,0 +1,5 @@ +# From http://www.pyqtgraph.org/downloads/pyqtgraph-0.9.10.tar.gz +md5 6e2efa185b6b9227dfe16fefd921a8ec pyqtgraph-0.9.10.tar.gz + +# Locally calculated: +sha256 4c0589774e3c8b0c374931397cf6356b9cc99a790215d1917bb7f015c6f0729a pyqtgraph-0.9.10.tar.gz diff --git a/package/python-pyqtgraph/python-pyqtgraph.mk b/package/python-pyqtgraph/python-pyqtgraph.mk new file mode 100644 index 0000000..dbc3598 --- /dev/null +++ b/package/python-pyqtgraph/python-pyqtgraph.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# python-pyqtgraph +# +################################################################################ + +PYTHON_PYQTGRAPH_VERSION = 0.9.10 +PYTHON_PYQTGRAPH_SOURCE = pyqtgraph-$(PYTHON_PYQTGRAPH_VERSION).tar.gz +PYTHON_PYQTGRAPH_SITE = http://www.pyqtgraph.org/downloads +PYTHON_PYQTGRAPH_LICENSE = MIT +PYTHON_PYQTGRAPH_LICENSE_FILES = COPYING +PYTHON_PYQTGRAPH_SETUP_TYPE = distutils +PYTHON_PYQTGRAPH_DEPENDENCIES = python-pyqt + +$(eval $(python-package))