From patchwork Tue Nov 12 21:03:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 1193855 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47CKvx0s8cz9s7T for ; Wed, 13 Nov 2019 08:03:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CE8108543A; Tue, 12 Nov 2019 21:03:06 +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 mIT9M6RNK7Yj; Tue, 12 Nov 2019 21:03:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9037C85149; Tue, 12 Nov 2019 21:03:05 +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 8F71E1BF3D1 for ; Tue, 12 Nov 2019 21:03:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 85DF586B6F for ; Tue, 12 Nov 2019 21:03:03 +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 uw8V6x2A0Bjo for ; Tue, 12 Nov 2019 21:03:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from secvs05.rockwellcollins.com (unknown [205.175.225.131]) by hemlock.osuosl.org (Postfix) with ESMTPS id 746AA865A1 for ; Tue, 12 Nov 2019 21:03:02 +0000 (UTC) IronPort-SDR: O6tN81XE0AXHmB2kbkwVLRWkvfvpu+Rjwevu6+j6eptC372GK6PWaemYSTlVOpcxbCcuw/MBfK Taf2i6j0zxqbe0+/bFFi9FOIQk9Njw65X1kCfCwRmloY3dwxRLFf8U82iybeVRN6roLdTmlTar lovM84HRPVMBGYgJt9EFvSTQ7flnIKWhjVFgNMwg97wRLhVScekecPBCVZiUvPKr5Ne+sCuOZs b8/5fEEJib464zZjybbIUYgOoj2I72/P1mUTftiZ7FSZl/l/2wtxpfe3A1efQEsF00AY+B6vPx 50w= Received: from ofwgwc03.rockwellcollins.com (HELO ciulimr01.rockwellcollins.com) ([205.175.225.12]) by secvs05.rockwellcollins.com with ESMTP; 12 Nov 2019 15:03:01 -0600 X-Received: from biscuits.rockwellcollins.lab (biscuits.rockwellcollins.lab [10.148.119.137]) by ciulimr01.rockwellcollins.com (Postfix) with ESMTP id 36D116072B; Tue, 12 Nov 2019 15:03:01 -0600 (CST) From: Matt Weber To: buildroot@buildroot.org Date: Tue, 12 Nov 2019 15:03:00 -0600 Message-Id: <20191112210300.17792-1-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 2.17.1 Subject: [Buildroot] [Next] package/python-bunch: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 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" Signed-off-by: Matthew Weber --- package/python-bunch/Config.in | 6 ++++++ package/python-bunch/python-bunch.hash | 5 +++++ package/python-bunch/python-bunch.mk | 14 ++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 package/python-bunch/Config.in create mode 100644 package/python-bunch/python-bunch.hash create mode 100644 package/python-bunch/python-bunch.mk diff --git a/package/python-bunch/Config.in b/package/python-bunch/Config.in new file mode 100644 index 0000000000..89eae742b8 --- /dev/null +++ b/package/python-bunch/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_BUNCH + bool "python-bunch" + help + A dot-accessible dictionary (a la JavaScript objects). + + http://github.com/dsc/bunch diff --git a/package/python-bunch/python-bunch.hash b/package/python-bunch/python-bunch.hash new file mode 100644 index 0000000000..5cf2cece46 --- /dev/null +++ b/package/python-bunch/python-bunch.hash @@ -0,0 +1,5 @@ +# md5, sha256 from https://pypi.org/pypi/bunch/json +md5 0a829d64e95ed96defbcae2bf9061bb0 bunch-1.0.1.tar.gz +sha256 50c77a0fc0cb372dfe48b5e11937d5f70e743adbf42683f3a6d2857645a76aaa bunch-1.0.1.tar.gz +# Locally computed sha256 checksums +sha256 57ca95c92059c8380625192462979bd32994aae3fcdf902ff6eb1e467eeb0469 LICENSE.txt diff --git a/package/python-bunch/python-bunch.mk b/package/python-bunch/python-bunch.mk new file mode 100644 index 0000000000..18fdc223bb --- /dev/null +++ b/package/python-bunch/python-bunch.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-bunch +# +################################################################################ + +PYTHON_BUNCH_VERSION = 1.0.1 +PYTHON_BUNCH_SOURCE = bunch-$(PYTHON_BUNCH_VERSION).tar.gz +PYTHON_BUNCH_SITE = https://files.pythonhosted.org/packages/ef/bf/a4cf1779a4ffb4f610903fa08e15d1f4a8a2f4e3353a02afbe097c5bf4a8 +PYTHON_BUNCH_SETUP_TYPE = setuptools +PYTHON_BUNCH_LICENSE = MIT +PYTHON_BUNCH_LICENSE_FILES = LICENSE.txt + +$(eval $(python-package))