From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id mJhIIlNM72WLOAEA62LTzQ:P1 (envelope-from ) for ; Mon, 11 Mar 2024 19:24:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id mJhIIlNM72WLOAEA62LTzQ (envelope-from ) for ; Mon, 11 Mar 2024 19:24:19 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=dbYTCTDq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1710181427; 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=nRps529tOeEmjCDrgEsuwp8PlrhwY0wst/5/3LL2AXI=; b=ohMusKXB7l23GSNegsK5U2rFv+qmz3dUPJcXBAz++NqTwQlo/zMvyMaKPuiOCjICdoZKkd HrRsJkKM2Co8Fl/WC9pdn9H/QxnAjbywrsEwRqRuYacCVpXWvpaRvLzxTP2Aby7LXZdRUJ clMYO3tD8Qq+oL5gJ4WHl3X0eYRVK95ap3j6P8V5WUqS+sLLYXaMXFkq6S2DKXed706zmr eqtzYBme60Q1F4cKAll21guo0TdMHh+FJIrjdRjsqAEzRlh2emPVyiJObs4fbOgkc1KMu6 3ozUektakB7U0Z1MD+LiY+u4CP9VaA9ho2bXU+Q/q4UM/4HJiidivWvOFhdnnw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=dbYTCTDq; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1710181427; a=rsa-sha256; cv=none; b=Nz8ciBhUjyTH67AhHNlBXfcOm9jEOkssGImDXmPSg48To+EnMxbUdvyAOkaiCvS7D3Dv2g qNg10UXL52u64EdrRvYylt7rfnI9/Tu/cNDqVMwUmJ3+v1qonx2e537lsp4YCmdaronPGg qHlnSP68DOshb7YNdKmMXFtFtuTl+OIYnssG7guHne8omL5VS2PZGHiIskr8obtBfRfqkK uAoHruUvJ4rSZbcdtXHSsfJq/kh3K9dPIUyb68AUnj5qt8uLeFd3+jO62FbeUgAOinD0ip nvl0Xj8xmMX/T2rRCHbk6abEDPPm0nik3dqxQlDF7obT1r7/oS0iafNK89CRnA== 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 8D49841F1D for ; Mon, 11 Mar 2024 19:23:47 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rjkJF-0001jQ-Qp; Mon, 11 Mar 2024 14:23:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rjkJ7-0001Lo-Td for guix-patches@gnu.org; Mon, 11 Mar 2024 14:23:30 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rjkJ7-0007tH-Hn; Mon, 11 Mar 2024 14:23:29 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rjkJe-00041u-Kb; Mon, 11 Mar 2024 14:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69736] [PATCH 3/7] gnu: Add python-addict. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: arunisaac@systemreboot.net, lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, sharlatanus@gmail.com, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 11 Mar 2024 18:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69736 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69736@debbugs.gnu.org Cc: Arun Isaac , Arun Isaac , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , jgart X-Debbugs-Original-Xcc: Arun Isaac , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , jgart Received: via spool by 69736-submit@debbugs.gnu.org id=B69736.171018143315429 (code B ref 69736); Mon, 11 Mar 2024 18:24:02 +0000 Received: (at 69736) by debbugs.gnu.org; 11 Mar 2024 18:23:53 +0000 Received: from localhost ([127.0.0.1]:41249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjkJU-00040c-RR for submit@debbugs.gnu.org; Mon, 11 Mar 2024 14:23:53 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:54484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rjkJR-00040B-1a for 69736@debbugs.gnu.org; Mon, 11 Mar 2024 14:23:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nRps529tOeEmjCDrgEsuwp8PlrhwY0wst/5/3LL2AXI=; b=dbYTCTDq8sHwdBoSikP+2IM/TP edGk+32jsyXFg1RmBdlJ3XIvEpVNmKhCwpnXpyv3ArSldWc1azW60/emaIbFJFD4u1DoDTif1+rFZ qBmJWKNOSPvHRSZtJ05Gc/qO8GL1Wc/lCqw3B5fykcU0dniCHKlky4MhGA/UaVC0aU1IB/TdJlY+O 9vmttkXIntYVGI/ElPyu6ehJWw/R9R2uzQoMudPXdSSiqzwMmmYaK2TvOemD2TWZCXD1xuQKdIPvQ fmWvtyZzrYbwGSAvyNHK6Zqev6LW0cBpEDHD6gSgoysvXvLg9oih5UdF9hSKR3+5IY21bzo/Gy20N /TInhxpw==; Received: from [192.168.2.1] (port=54074 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1rjkHF-0007WI-0H; Mon, 11 Mar 2024 18:21:33 +0000 From: Arun Isaac Date: Mon, 11 Mar 2024 18:22:38 +0000 Message-ID: <4aaac246971a498c94a8ff50de693ff3ad2fb993.1710180345.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.68 X-Spam-Score: -3.68 X-Migadu-Queue-Id: 8D49841F1D X-Migadu-Scanner: mx13.migadu.com X-TUID: WowSUg7R7AOG * gnu/packages/python-xyz.scm (python-addict): New variable. Change-Id: I1554d17495bf9337067422f2118f8b46e51abead --- gnu/packages/python-xyz.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ed9b1c9140..34b894a351 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23058,6 +23058,23 @@ (define-public python-attrdict3 both as keys and as attributes.") (license license:expat))) +(define-public python-addict + (package + (name "python-addict") + (version "2.4.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "addict" version)) + (sha256 + (base32 + "1574sicy5ydx9pvva3lbx8qp56z9jbdwbj26aqgjhyh61q723cmk")))) + (build-system pyproject-build-system) + (home-page "https://github.com/mewwts/addict") + (synopsis "Python dictionary with attribute accessible values") + (description "@code{python-addict} provides dictionaries whose items can +be get and set using both attribute and item syntax.") + (license license:expat))) + (define-public python-attrs (package (name "python-attrs") -- 2.41.0