From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 2N7mEZ3kcGFo0QAAgWs5BA (envelope-from ) for ; Thu, 21 Oct 2021 05:55:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id iPCcDZ3kcGGSawAA1q6Kng (envelope-from ) for ; Thu, 21 Oct 2021 03:55:09 +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 0DD189CD3 for ; Thu, 21 Oct 2021 05:55:09 +0200 (CEST) Received: from localhost ([::1]:34832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdPAZ-0007k8-NA for larch@yhetil.org; Wed, 20 Oct 2021 23:55:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38316) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdPAV-0007jl-2Y for guix-patches@gnu.org; Wed, 20 Oct 2021 23:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44374) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdPAU-0005KA-Pe for guix-patches@gnu.org; Wed, 20 Oct 2021 23:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdPAU-0005LM-PY for guix-patches@gnu.org; Wed, 20 Oct 2021 23:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51314] [PATCH 02/29] gnu: Add python-immutabledict. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Oct 2021 03:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51314@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 51314-submit@debbugs.gnu.org id=B51314.163478845620448 (code B ref 51314); Thu, 21 Oct 2021 03:55:02 +0000 Received: (at 51314) by debbugs.gnu.org; 21 Oct 2021 03:54:16 +0000 Received: from localhost ([127.0.0.1]:55913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdP9j-0005Jj-W3 for submit@debbugs.gnu.org; Wed, 20 Oct 2021 23:54:16 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36511) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdP9i-0005JK-MX for 51314@debbugs.gnu.org; Wed, 20 Oct 2021 23:54:15 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 010C1240026 for <51314@debbugs.gnu.org>; Thu, 21 Oct 2021 05:54:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634788449; bh=P6MH4R0zl/axEjEHhNyZA35WxaLServdpY7x7J5WoMk=; h=From:To:Cc:Subject:Date:From; b=pc8g1K+ErtzOIcd8Z+RQehDUj2567pd+lO+zC+IZ8s79Mvjhnl/89dCfzf87pN9iu juZiy1OgGObV+7P0NjZ83pEmjjt9AJN0Hrs90Cpe5CqST93bm2MJplw9KwhdRKVUio AsuJTWP77Dh4xSLaqcILRvN8ziljwq0x5O6ZccGWJ8xrSl7HhQfDhW9zhWWLB42DPY yIDqofjAjSWn1n1OdBRtoBE+rdKl2O2ITCxvRUdPuRdvONqZg4Ew9/nD87dqJ+rBI9 2b9CU0pqqTDMbvXdaS9OHmdafhKgYNfRza+lzYxPFcrn27zE0nYwKqYeM2BEoVEEaS RI3/msxW4//Ag== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HZYWN16HGz9rxH; Thu, 21 Oct 2021 05:54:07 +0200 (CEST) From: Vinicius Monego Date: Thu, 21 Oct 2021 03:52:47 +0000 Message-Id: <20211021035314.241360-2-monego@posteo.net> In-Reply-To: <20211021035314.241360-1-monego@posteo.net> References: <20211021035314.241360-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1634788509; h=from:from:sender:sender: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: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=ngl1UNI1+rg5x9Av9mAvz8XMMr0Z+tX4PHKMgNykC68=; b=tnk1cW6bEmG+5zUbBqQhvguLQqgHTxVUnQzftiDUYSnK6zSitV5rQvrTvdL9XNYNkcWDLV vlz6xpL8myn4wGc5VTXQ5sjrr1VlK6gGnhftB/lFyV6816aPzFFspJmqQywJSKv1EfmVxV camlpigqyOkx2ZCEUqaNU1jzL1M4uLsXwpojPSrN/IVX7VeazvhptRTO2rQ44vpyr0tcNG t9qN1uFvOeTv1JEULuZnEn39/5cC53qdr/BhrDlMGVWmtAHN+8loD8FyD8KaVbTQb+hLmx NUQeHUxz3CsN8qA3+QGpm7RFpTtVh4ynZFF7NCxUhyxaD5ChoeKwlpvM/EUxXA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1634788509; a=rsa-sha256; cv=none; b=qVSPuyQjDYq9W8JmRVGfRXfiMZO1GoKZxOGdYtaexzSCQRF8t0pPzZaPjrixECVPA+xVDl ANC5ds+z+Xck8E8FaPMIz612ijoEsEbCDHbASvyT8I+QaV6bDtwL4kJtav2ZAJKK9A6rbb Aku8d3Q4ohFjSn+9YdJhNNa5EdkW5iBV4CB8ss/QRkhSh1gOuk5HQDJu6MC1xIcX/HiXGw HRYy3QBfuQJP3PdPNSxkGhznpm3ushM22mFIwS9Mi++KZrzIOT/L/7dMs/NY+7LLTLkOWG xCKoNx6i0+/kYVIK9HiVvKK9pKR+ROxkQEFsh7dE/zAFCC9HUNmRIHTUn8g1fA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pc8g1K+E; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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: -0.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pc8g1K+E; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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: 0DD189CD3 X-Spam-Score: -0.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: Slh641XaebXf * gnu/packages/python-xyz.scm (python-immutabledict): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0e56570b83..cf6b4e8e82 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9691,6 +9691,28 @@ applications.") "PyZMQ is the official Python binding for the ZeroMQ messaging library.") (license license:bsd-4))) +(define-public python-immutabledict + (package + (name "python-immutabledict") + (version "2.2.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "immutabledict" version)) + (sha256 + (base32 "0fpc4gbk7inpfbgdypsg6c18bmdjw8gwx47bjw0hvixn3gghxnqx")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; no tests in PyPI release and no setup.py in GitHub + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/corenting/immutabledict") + (synopsis "Immutable wrapper around dictionaries") + (description + "@code{immutabledict} is a immutable wrapper around dictionaries. It is +a fork of @code{frozendict}.") + (license license:expat))) + (define-public python-pep8 ;; This package has been renamed to ‘pycodestyle’ and is no longer updated. ;; Its last release (1.7.1) adds only a scary warning to this effect, breaking -- 2.30.2