From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kKOKCikCf19oQgAA0tVLHw (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 mp1 with LMTPS id cKxVBikCf1/4TwAAbx9fmQ (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 9D6B6940224 for ; Thu, 8 Oct 2020 12:12:24 +0000 (UTC) Received: from localhost ([::1]:42996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQUmV-0005C7-4v for larch@yhetil.org; Thu, 08 Oct 2020 08:12:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQUmB-0005Aq-07 for guix-patches@gnu.org; Thu, 08 Oct 2020 08:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47352) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kQUmA-0002fx-Mn for guix-patches@gnu.org; Thu, 08 Oct 2020 08:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kQUmA-0003RX-Iu for guix-patches@gnu.org; Thu, 08 Oct 2020 08:12:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43867] [PATCH 1/2] gnu: Add python-inform. References: <20201008120941.15324-1-tanguy@bioneland.org> In-Reply-To: <20201008120941.15324-1-tanguy@bioneland.org> 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.160215906513148 (code B ref 43867); Thu, 08 Oct 2020 12:12:02 +0000 Received: (at 43867) by debbugs.gnu.org; 8 Oct 2020 12:11:05 +0000 Received: from localhost ([127.0.0.1]:58893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQUlE-0003Q0-Mw for submit@debbugs.gnu.org; Thu, 08 Oct 2020 08:11:04 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:38255) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQUlC-0003PT-0m for 43867@debbugs.gnu.org; Thu, 08 Oct 2020 08:11:03 -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 4B9921BF207; Thu, 8 Oct 2020 12:10:54 +0000 (UTC) From: Tanguy Le Carrour Date: Thu, 8 Oct 2020 14:10:49 +0200 Message-Id: <20201008121050.17363-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.28.0 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: 8mrf8zTAVhk2 * gnu/packages/python-xyz.scm (python-inform): New variable. --- gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 459526941b..622bd31279 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22151,3 +22151,32 @@ CSL 1.0.1 specification. citeproc-py can output styled citations and bibliographies in a number of different output formats. Currently supported are plain text, reStructuredText and HTML.") (license license:bsd-2))) + +(define-public python-inform + (package + (name "python-inform") + (version "1.23.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "inform" version)) + (sha256 + (base32 + "0dvc5klbnbryrvspp45nmlg02g40j7xspcz7lqsm0c0dj0z29zdz")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; PyPI tarball lacks tests + (native-inputs + `(("python-hypothesis" ,python-hypothesis) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-runner" ,python-pytest-runner))) + (propagated-inputs + `(("python-arrow" ,python-arrow) + ("python-six" ,python-six))) + (home-page "https://inform.readthedocs.io") + (synopsis "Print & logging utilities for communicating with user") + (description + "Inform is designed to display messages from programs that are typically run from +a console. It provides a collection of ‘print’ functions that allow you to simply and +cleanly print different types of messages.") + (license license:gpl3+))) -- 2.28.0