From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ODFHIpY2CGHoQQEAgWs5BA (envelope-from ) for ; Mon, 02 Aug 2021 20:16:54 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id SFsgHpY2CGGhCQAA1q6Kng (envelope-from ) for ; Mon, 02 Aug 2021 18:16:54 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 414C0B0F3 for ; Mon, 2 Aug 2021 20:16:54 +0200 (CEST) Received: from localhost ([::1]:35172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mAcUf-0006nN-4C for larch@yhetil.org; Mon, 02 Aug 2021 14:16:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcTs-0006AN-Fv for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mAcTs-0007wn-8T for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mAcTr-0000Fn-Mf for guix-patches@gnu.org; Mon, 02 Aug 2021 14:16:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49832] [PATCH 4/7] gnu: Add python-box. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Aug 2021 18:16:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49832 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49832@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1627928110827 (code B ref -1); Mon, 02 Aug 2021 18:16:03 +0000 Received: (at submit) by debbugs.gnu.org; 2 Aug 2021 18:15:10 +0000 Received: from localhost ([127.0.0.1]:39237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcT0-0000DG-8R for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:49988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAcSy-0000Cv-Ac for submit@debbugs.gnu.org; Mon, 02 Aug 2021 14:15:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47260) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSy-0005y9-4V for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:08 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:31007) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAcSw-00076m-01 for guix-patches@gnu.org; Mon, 02 Aug 2021 14:15:07 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4GdmPX1DmxzGp6t; Mon, 2 Aug 2021 18:14:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1627928096; bh=sAh/YHBEqWilXDIyq8AiP7J802xn5FGizUUuXdxGRVA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pmRdEwIdfknf/bzeZAv2bZ46z5yZUK2sjyWig2W3YQSHSBLO8CqsLzsCuhDTjOaak YAnGN/YrMCELbW67jicGUPbWRLQfVGNkW7UNhuC21lyF5bXpLi3iIzvsylFkwy3W3v X/2sGdL+Tof3XzII9ji6m4lyHnohCQfN+UShCPP8= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4GdmPX0KYhzGp4Q; Mon, 2 Aug 2021 18:14:56 +0000 (UTC) From: Giacomo Leidi Date: Mon, 2 Aug 2021 20:13:56 +0200 Message-Id: <20210802181359.10695-4-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210802181359.10695-1-goodoldpaul@autistici.org> References: <20210802181359.10695-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=goodoldpaul@autistici.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1627928214; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=sAh/YHBEqWilXDIyq8AiP7J802xn5FGizUUuXdxGRVA=; b=Gh8P83+YTAnm2yPeE9o544wxczNhXqBG8vghPzotfTn3wsIGt9KMmYlfeuRUoMM2xixbOU sU0ltpTWvCuvQAFrTkN08Ipe39PLvuxXi9LTYx8OX4kxrnbOen/izyuE4U6q70HKVb5TCk i+xdet66YW13injUzfw7t0Ntp8guszOtfJK2ix0ytKRl4Ge9BmhEyDDjgnWv+LqXIjeozZ r/+KA5mGTBPDs4gRmrgnYGTjkccdfHELKOK3UHA/W5fm2r7PDh74Kzb1cg8qXcIcV5I0Td BjVzjkinec5zm0ScPodRp96nTJ8aEqeFoxap7EjOtu75iWoYshJfHiMCFZzhvw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1627928214; a=rsa-sha256; cv=none; b=q8xp9GdKCyBskUPY4iS5Pgx3BoVQ7Ft03bFEIt8xztvDYNNEUEVBtVs464bCnxOJeap8aM EFpq3XlOcf2bTg+vNKdOh7GL4B0y5EcYLHNWMeTphfZG2izoufEHBrJT2x4Unw3jySxu8i gF9jzihMSFZn5TYtR/uRpF5YK1cm/RpqIaO7V+m9IXgktpA6k9wlNlaLtV1m/I7L5GP0rt GpIPHkRAAL5FC2m1dE+amdbIIVa6KxReHfIs7mY5GwpC+UGVDV92O9hZJUAqzT9UCIo6Jp 2PlaIJaU8T1Et3jpX153PiTDDBAz14NroEymxG0VgybFPIvnQa+PqePV8qLpzQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=pmRdEwId; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.58 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=pmRdEwId; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 414C0B0F3 X-Spam-Score: 3.58 X-Migadu-Scanner: scn1.migadu.com X-TUID: NSGZs2EOqJnu * gnu/packages/python-xyz.scm (python-box): New variable. --- gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f415d8b2c8..b3d0f535c4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26266,3 +26266,27 @@ Voronoi diagram.") "This package provides the @code{python-dotenv} Python module to read key-value pairs from a .env file and set them as environment variables") (license license:bsd-3))) + +(define-public python-box + (package + (name "python-box") + (version "5.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "python-box" version)) + (sha256 + (base32 + "0jhrdif57khx2hsw1q6a9x42knwcvq8ijgqyq1jmll6y6ifyzm2f")))) + (build-system python-build-system) + (propagated-inputs + `(("python-msgpack" ,python-msgpack) + ("python-ruamel.yaml" ,python-ruamel.yaml) + ("python-toml" ,python-toml))) + (home-page "https://github.com/cdgriffith/Box") + (synopsis + "Advanced Python dictionaries with dot notation access") + (description + "This package provides the @code{python-box} Python module. +It implements advanced Python dictionaries with dot notation access.") + (license license:expat))) -- 2.32.0