From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GErlK826w2S+KQEASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 14:55:41 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yD/hKs26w2RxTQAAG6o9tA (envelope-from ) for ; Fri, 28 Jul 2023 14:55:41 +0200 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 7349B49F5C for ; Fri, 28 Jul 2023 14:55:41 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=YzBxhpLR; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690548941; h=from:from:sender:sender:reply-to: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=XP7oGPbZrIchrMsQFQYnPcp69Yp1xLQcMFu9C/Y8r4E=; b=MaaANGfsUyq5ZKaO8xXCa5+f/9LghWOpkyf1z448eAHkmO3vX/mK07IE4W5r/pIQeCTG45 BLROpzwllZdzZUw7nTZlLkts0/lni7XNAexGL7BpcIldKyY7hLCPV4BA/DxpuBu62xU4dq l8rnknmn9xEfqEdDDsTATr2zdPFz8SnyxLwKtwX4T6Y2coazJnLb3Oz0aZ1mSQX4LCpr52 irNJjsECiVPjGzsDI/O2I6MkDyN2/2Lnx2J8h2QQ6UYF31wuG3aF8OGgZNPOEuhkziV5Ap t5vnVwQoXFdxdI2xNGHgsRL8kkZYHSABDeZlaRBRBz/dlnvOsNmk5O0pB4ZWFA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=YzBxhpLR; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690548941; a=rsa-sha256; cv=none; b=LgUzXWpBiFW9+2T92NUVzSPhwecPezEMtphOroAxa/h/VBI5/1kKaQgecNJU5ofF4yCSLG GDof1tmWSmdel4LssnfUKRvMEUbFfq9eL36cXYOUeey02BZzeYaxOB/M8rx/W4ONuF7KKm ULZoFXk+iXS1VTzXseREtKkpvO0QFiMPz+ajNTbZ7FVbidHyjPsTtWUaZVzOrs2kRnOnWv nLTs63BzquLTsZ8qs7MtN2jbhB8DpBHtBpSOAbIRPLGORgjQUIcF5kMbV+0gdvYXPYiXjH nnIC3ylCGW/X2o5gu68ZL4Uso5Y3viaNoPBSY2I9G4AexAxG7dT/0ElPxsOG6Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPMWq-0003I3-My; Fri, 28 Jul 2023 08:25:08 -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 1qPMWo-0003Fc-BK for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:06 -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 1qPMWo-0007pv-2K for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPMWn-0007Lu-ST for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64896] [PATCH v2 6/8] gnu: Add python-dotty-dict. Resent-From: Jean-Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:25:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64896 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64896@debbugs.gnu.org Cc: Jean-Pierre De Jesus DIAZ Received: via spool by 64896-submit@debbugs.gnu.org id=B64896.169054707728140 (code B ref 64896); Fri, 28 Jul 2023 12:25:05 +0000 Received: (at 64896) by debbugs.gnu.org; 28 Jul 2023 12:24:37 +0000 Received: from localhost ([127.0.0.1]:44022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMWL-0007Jh-7A for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:24:37 -0400 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:45148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMW3-0007Hq-H9 for 64896@debbugs.gnu.org; Fri, 28 Jul 2023 08:24:20 -0400 Received: by mail-wr1-x431.google.com with SMTP id ffacd0b85a97d-3141fa31c2bso1908607f8f.2 for <64896@debbugs.gnu.org>; Fri, 28 Jul 2023 05:24:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundationdevices.com; s=google; t=1690547054; x=1691151854; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=XP7oGPbZrIchrMsQFQYnPcp69Yp1xLQcMFu9C/Y8r4E=; b=YzBxhpLRQbQ9w766MRBKA16J+7KfQ2GGEGwfM50LdDfrnCWaXXYlsnnBCLPhO5HCyN aRl+Nrl0QYkPdo3pFzC/tRGUoVTeHICKu24t2Px+8Z8qM/s8KeNLVZzGmwaw9ysAmBSl scuFDm8KygNU9hDlewXyZ9XG5BluZltvzTmK4+U2DYmpWBbj2WfMrpt91CWLiE098lLS jse5ncbdzlW5CcearRLRiHMBhehFiQ3ix0EK0lvFsTnaBwVMbXsCOuBXxevDPCJdFB+e xe1yDAEjOCZ46FIlUI5QTB9AmnC1aXQJoqZ/XoG7wklDLz9zOwLjRSZQHTK8j7QtiF7B C6OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690547054; x=1691151854; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XP7oGPbZrIchrMsQFQYnPcp69Yp1xLQcMFu9C/Y8r4E=; b=Uq1u3Q6hKDZGV7sMQqlyU+N+ilCTov6K+wDW3upWd+zw36413hcF94jfyH9odf4eYn Cd+0n38VhJHDc5v7kG0SWCzMRvOtUtP0ObUazXaw7UAVy669cQrq299DzoGi2mVYLKxt 0gJWnlrpVY6omkFbptrFwof74VBNPDzgicIOm0zL2mq9oOZ9a38gEwzDhrPU5i/4W+yX C6MaAV770MFAR2SsU8nx3EAiSe6uUn1Lw6vqNAKhy4JwvQXFuRQHMpjAyW8PVZJpYHSv 5gX5TAjjKDBV1lJYrpDxgrD2OIRE6qqk9U8FUD6H7Ms7lIjvpH3q/ipCwqqxtI02XTaB od9w== X-Gm-Message-State: ABy/qLbpYkzXr6FmOfLXje7JxZCC29EJ1QPF1ygc8tWrIRVVDwIOoj2v 92jntJStMXXSFnDWk9tddFyF9l7GtQ4nkCjRndoYVw== X-Google-Smtp-Source: APBJJlEfN5TBGDogpKnhkPs+L1Q2Exvl4/sFIUf8FeV7d+iSyj2DBEnIad1n5m95IqatRytRae50RA== X-Received: by 2002:adf:e80d:0:b0:317:644c:fedd with SMTP id o13-20020adfe80d000000b00317644cfeddmr1744721wrm.30.1690547053857; Fri, 28 Jul 2023 05:24:13 -0700 (PDT) Received: from omen15.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id x2-20020adfffc2000000b0031755da6a8asm4667210wrs.33.2023.07.28.05.24.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jul 2023 05:24:13 -0700 (PDT) Date: Fri, 28 Jul 2023 14:24:01 +0200 Message-Id: <20230728122403.10140-7-jean@foundationdevices.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230728122403.10140-1-jean@foundationdevices.com> References: <20230728122403.10140-1-jean@foundationdevices.com> 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: , Reply-to: Jean-Pierre De Jesus DIAZ X-ACL-Warn: , Jean-Pierre De Jesus DIAZ via Guix-patches From: Jean-Pierre De Jesus DIAZ via Guix-patches via 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-Spam-Score: -6.14 X-Migadu-Queue-Id: 7349B49F5C X-Migadu-Spam-Score: -6.14 X-Migadu-Scanner: mx0.migadu.com X-TUID: vSGaGFBfNQhJ * gnu/packages/python-xyz.scm (python-dotty-dict): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ --- gnu/packages/python-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 91dbbe7d83..a6d789aacf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -625,6 +625,25 @@ (define-public python-dotmap dictionary, can be convert to a dictionary, and is ordered by insertion.") (license license:expat))) +(define-public python-dotty-dict + (package + (name "python-dotty-dict") + (version "1.3.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "dotty_dict" version)) + (sha256 + (base32 + "058sah2nyg44xq5wxywlzc3abzcv9fifnlvsflwma9mfp01nw0ab")))) + (build-system pyproject-build-system) + (native-inputs (list python-poetry-core)) + (home-page "https://github.com/pawelzny/dotty_dict") + (synopsis "Python library for accessing dictionaries using a dot syntax") + (description "This package provides a library that wraps the traditional +Python dictionaries and provides a syntax to access nested dictionaries values +using a dot syntax, for example: @code{dictionary['deeply.nested.key']}.") + (license license:expat))) + (define-public python-twodict (package (name "python-twodict") -- 2.34.1