From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.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 smtp.lore.kernel.org (Postfix) with ESMTPS id D4D7EC4332F for ; Sat, 4 Nov 2023 22:14:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 569DC821E2; Sat, 4 Nov 2023 22:14:22 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 569DC821E2 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Lc5YzeG-Qo3; Sat, 4 Nov 2023 22:14:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 8989F821DE; Sat, 4 Nov 2023 22:14:20 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8989F821DE Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 718D81BF267 for ; Sat, 4 Nov 2023 22:14:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5612D4037E for ; Sat, 4 Nov 2023 22:14:09 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 5612D4037E X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id omD5wEojG3RM for ; Sat, 4 Nov 2023 22:14:08 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp2.osuosl.org (Postfix) with ESMTPS id EB15B40273 for ; Sat, 4 Nov 2023 22:14:07 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org EB15B40273 Received: by mail.gandi.net (Postfix) with ESMTPSA id 0F833E0002; Sat, 4 Nov 2023 22:14:05 +0000 (UTC) Date: Sat, 4 Nov 2023 23:14:05 +0100 To: Brandon Maier via buildroot Message-ID: <20231104231405.27c66910@windsurf> In-Reply-To: <20230919171505.53268-1-brandon.maier@collins.com> References: <20230919171505.53268-1-brandon.maier@collins.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1699136046; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uUbUCaGBpNPQi+UVv2GytwVMSaC1/cqdeDJT2AJHlp4=; b=VYU4fXJXE+25bFPTGsR33FE9uCUpojOAfJ0Utyi/39szVMYLjJkmO54wMlV3WXY7IGFN4C GI0KixoZuJVp5nkMof4USmiLr61bWDnQX/e5tpqHU42+QhtTpYmwKXjkr2fi834KpN7UWb +IXWBOLTUcZOkjHdR8U+wERVYY0CcbYyo/KwhPEH+q2bPQUO9LF1Gc/ZSQBw0/I1LOaFsz fQvLOSpjOc9VuqgWswY1jcZigP/V30hPktsDUokkgRGGOxiKTAd8xnTE2FDIdCJHbH2k2k m+sxCWuqgrFRJCAgU9r7R4dSI/GZWfoWd/QV7PQ1Y5auUN7eL3sQLVe8AgFS8Q== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=VYU4fXJX Subject: Re: [Buildroot] [PATCH 1/1] package/python-pysensors: new package X-BeenThere: buildroot@buildroot.org 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: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: James Hilliard , Asaf Kahlon , Brandon Maier Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Tue, 19 Sep 2023 17:15:05 +0000 Brandon Maier via buildroot wrote: > pysensors 0.0.4 from https://pypi.org/project/PySensors/ > > Signed-off-by: Brandon Maier > --- > DEVELOPERS | 1 + > package/Config.in | 1 + > package/python-pysensors/Config.in | 9 +++++++++ > package/python-pysensors/python-pysensors.hash | 3 +++ > package/python-pysensors/python-pysensors.mk | 13 +++++++++++++ > 5 files changed, 27 insertions(+) > create mode 100644 package/python-pysensors/Config.in > create mode 100644 package/python-pysensors/python-pysensors.hash > create mode 100644 package/python-pysensors/python-pysensors.mk Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot