From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id BSvdEikCf1+zTQAA0tVLHw (envelope-from ) for ; Thu, 08 Oct 2020 12:12:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id yHWGDikCf1+VGAAAB5/wlQ (envelope-from ) for ; Thu, 08 Oct 2020 12:12:25 +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 070009402A9 for ; Thu, 8 Oct 2020 12:12:25 +0000 (UTC) Received: from localhost ([::1]:43012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQUmV-0005Cl-Oe for larch@yhetil.org; Thu, 08 Oct 2020 08:12:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56316) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQUmB-0005Az-I2 for guix-patches@gnu.org; Thu, 08 Oct 2020 08:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47353) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kQUmB-0002g1-7X for guix-patches@gnu.org; Thu, 08 Oct 2020 08:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kQUmB-0003Re-09 for guix-patches@gnu.org; Thu, 08 Oct 2020 08:12:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43867] [PATCH 2/2] gnu: Add python-nestedtext. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 08 Oct 2020 12:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43867 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43867@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 43867-submit@debbugs.gnu.org id=B43867.160215906913164 (code B ref 43867); Thu, 08 Oct 2020 12:12:02 +0000 Received: (at 43867) by debbugs.gnu.org; 8 Oct 2020 12:11:09 +0000 Received: from localhost ([127.0.0.1]:58896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQUlI-0003QG-V1 for submit@debbugs.gnu.org; Thu, 08 Oct 2020 08:11:09 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:42227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQUlG-0003PZ-QV for 43867@debbugs.gnu.org; Thu, 08 Oct 2020 08:11:07 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPA id EE4B91BF20B; Thu, 8 Oct 2020 12:11:00 +0000 (UTC) From: Tanguy Le Carrour Date: Thu, 8 Oct 2020 14:10:50 +0200 Message-Id: <20201008121050.17363-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201008121050.17363-1-tanguy@bioneland.org> References: <20201008121050.17363-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; 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-Spam-Score: -0.01 X-TUID: aomXBj5JE/Wd * gnu/packages/python-xyz.scm (python-nestedtext): New variable. --- gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 622bd31279..d7ec9cd825 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22180,3 +22180,31 @@ are plain text, reStructuredText and HTML.") a console. It provides a collection of ‘print’ functions that allow you to simply and cleanly print different types of messages.") (license license:gpl3+))) + +(define-public python-nestedtext + (package + (name "python-nestedtext") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "nestedtext" version)) + (sha256 + (base32 + "0xjx863n7yd1xmkwhy48lhmqrmlzgbx3civhk386hvrzyq4sx148")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; PyPI tarball lacks tests + (propagated-inputs + `(("python-inform" ,python-inform))) + (home-page "https://nestedtext.org") + (synopsis "Human readable and writable data interchange format") + (description + "NestedText is a file format for holding data that is to be entered, edited, or +viewed by people. It allows data to be organized into a nested collection of +dictionaries, lists, and strings. In this way it is similar to JSON and YAML, but +without the complexity and risk of YAML and without the syntatic clutter of JSON. +NestedText is both simple and natural. Only a small number of concepts and rules must +be kept in mind when creating it. It is easily created, modified, or viewed with +a text editor and easily understood and used by both programmers and non-programmers.") + (license license:expat))) ; MIT license -- 2.28.0