From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UHQULBM7d2E0UAEAgWs5BA (envelope-from ) for ; Tue, 26 Oct 2021 01:17:39 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id SBecJxM7d2HvSQAAbx9fmQ (envelope-from ) for ; Mon, 25 Oct 2021 23:17:39 +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 7E3429823 for ; Tue, 26 Oct 2021 01:17:39 +0200 (CEST) Received: from localhost ([::1]:38748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf9Dm-00008V-Kb for larch@yhetil.org; Mon, 25 Oct 2021 19:17:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf9DC-0008Vk-TB for guix-patches@gnu.org; Mon, 25 Oct 2021 19:17:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mf9DC-00086O-Iw for guix-patches@gnu.org; Mon, 25 Oct 2021 19:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mf9DC-0006GV-EN for guix-patches@gnu.org; Mon, 25 Oct 2021 19:17:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50021] [PATCH v2 2/8] gnu: Add python-iniparse. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 25 Oct 2021 23:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50021 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50021@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 50021-submit@debbugs.gnu.org id=B50021.163520381624047 (code B ref 50021); Mon, 25 Oct 2021 23:17:02 +0000 Received: (at 50021) by debbugs.gnu.org; 25 Oct 2021 23:16:56 +0000 Received: from localhost ([127.0.0.1]:44608 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf9D5-0006Fn-JP for submit@debbugs.gnu.org; Mon, 25 Oct 2021 19:16:55 -0400 Received: from mout02.posteo.de ([185.67.36.66]:39187) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf9D3-0006FK-3I for 50021@debbugs.gnu.org; Mon, 25 Oct 2021 19:16:53 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2D754240103 for <50021@debbugs.gnu.org>; Tue, 26 Oct 2021 01:16:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1635203807; bh=yv/AnsWrBfU7gR2hvDYxsqXTYuM5qAVcAMeL/MWNm9U=; h=From:To:Cc:Subject:Date:From; b=EkZMtZv/9O9VJ04qK2xZuSI70CSKMw8I5ALIztqdBCPHhHAL7UasjyjmnzOLCqS27 77Fuu8M36JezUcSbdF0cscs5iL0//LLJBLrQR7UlOL58MhllaamPItu44f1sSHnEzX hQS/a1DzKKTNvrOgq44SbQ77cnC5yKA1NrUw7vSwkyxDW5qrpIPQQWYAxjxG9n9RYD xAnKPaZBPgR5upQAjksLQi6wImHrouMCjGCQyDoE1uVTCABoZYp9sKYJbWdAnMCRv+ NGL0LJvpBzu/MKjbV4MzonjWaHfDKldYojbErvVrCGA4MuGVR//DbLoIwfjEcN+CvC uN2ykZcuBGppg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HdW713tZgz6tmH; Tue, 26 Oct 2021 01:16:44 +0200 (CEST) From: Vinicius Monego Date: Mon, 25 Oct 2021 23:16:10 +0000 Message-Id: <20211025231615.73660-2-monego@posteo.net> In-Reply-To: <20211025231615.73660-1-monego@posteo.net> References: <20211025231615.73660-1-monego@posteo.net> 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635203859; 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=HiIypOAZJDgWiaGJAHGZOPMVGpSobd3t0szj22xrjbc=; b=S7+mBneklgcNF4SfTrHCtszOZuMsse7aT+RUQ5aSeFFwtrz+I5dCE4DCTAvlMgUyXiV+HI Qz3gAIzFTVzFbgaDCUI55vbV4u8K2nydPCZQYraUoJvNiu1DbSulL/tU/QYh1zQtGq/X1E go9c1tpmJinlcFjWH5V9ZXKb5k/Fm2suuer9c9oXlizH4I2lhHfE7HQwyQbylhWFj1t51X 5C4ET+fn64vqeEcPPlV6dRqsyIBWgnyblhyYyL/kdoqrceyqsNIojp9gKuNFbgOlMozzfy 5Ux7K4cfHRGV+onbhb2WRKiAppZvdP3FQW5ehFHUr26BJ7SFTnmTkJveUiK2HQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635203859; a=rsa-sha256; cv=none; b=ZePniJWIo7Yehh3uha2dYe8aEWsxDcaZ/nOxir6qNR4akDGoohVx4lwpZVnJKJsRo96SLp JgMSBho7gcxXb80cC/v5QS7aj/ncD9IfaYsInBZQcwjR3thxP3Bv4pIImZUriNMnKO7TZo nB7eMqMaRp3jzYe2m7n1+2OAzLLvpyXHESo10FnFgphJDPTAdinFswCA81p44oAI1dbiz0 86v/DMPqWnmV49zV5RJ+jfrxswUInQF3erS5k6GiCof+J/l1yRB4ir1N2TU34GVbC2Va5M Y/tPvf5upWHWa3hOoBAutSiWruMk0DiBqkv5oQrTUNZJmMLgPoL/u9h7LLo40A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="EkZMtZv/"; 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: 3.67 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="EkZMtZv/"; 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: 7E3429823 X-Spam-Score: 3.67 X-Migadu-Scanner: scn0.migadu.com X-TUID: NM0P1rXUpXg6 * gnu/packages/python-xyz.scm (python-iniparse): New variable. --- gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 84ead833eb..e025f7b87b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18490,6 +18490,38 @@ current test, while only declaring the test-specific fields") written in PLY.") (license license:bsd-3))) +(define-public python-iniparse + (package + (name "python-iniparse") + (version "0.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "iniparse" version)) + (sha256 + (base32 "0hm8784r25l5wrl274x65329l0b7pq3vfyq10jssrrr6slwm4blk")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ;; FIXME: Some tests are failing. + (propagated-inputs + `(("python-six" ,python-six))) + (home-page "https://github.com/candlepin/python-iniparse") + (synopsis "Accessing and Modifying INI files") + (description "@code{iniparse} is a INI parser for Python which is: + +@itemize +@item Compatible with ConfigParser: Backward compatible implementations of +ConfigParser, RawConfigParser, and SafeConfigParser are included that are +API-compatible with the Python standard library. +@item Preserves structure of INI files: Order of sections & options, +indentation, comments, and blank lines are preserved as far as possible +when data is updated. +@item More convenient: Values can be accessed using dotted notation +(@code{cfg.user.name}), or using container syntax +(@code{cfg['user']['name']).} +@end itemize") + (license license:expat))) + (define-public python-translate-toolkit (package (name "python-translate-toolkit") -- 2.30.2