GNU bug report logs - #41460
[PATCH] gnu: Add python-pyfiglet

Previous Next

Package: guix-patches;

Reported by: Edouard Klein <edk <at> beaver-labs.com>

Date: Fri, 22 May 2020 15:26:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <marius <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#41460: closed ([PATCH] gnu: Add python-pyfiglet)
Date: Mon, 22 Jun 2020 19:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 22 Jun 2020 21:44:50 +0200
with message-id <87sgemc2bx.fsf <at> gnu.org>
and subject line Re: [bug#41460] [PATCH] gnu: Add python-pyfiglet
has caused the debbugs.gnu.org bug report #41460,
regarding [PATCH] gnu: Add python-pyfiglet
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
41460: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41460
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Edouard Klein <edk <at> beaver-labs.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-pyfiglet
Date: Fri, 22 May 2020 17:24:46 +0200
* gnu/packages/python-xyz (python-pyfiglet): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d8552276fc..7a1312e87b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20133,3 +20133,21 @@ using multi-select lists, confirmations, free text prompts, completion, etc.")
 background tasks, and check these tasks' health by hand, relaunch them, etc. by attaching
 to the corresponding pane in tmux.")
     (license license:agpl3+)))
+
+(define-public python-pyfiglet
+  (package
+  (name "python-pyfiglet")
+  (version "0.8.post1")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (pypi-uri "pyfiglet" version))
+      (sha256
+        (base32
+          "0f9n2076ga2ccsg174k2d7n0z4d44ml96yzc72s6g4nhalbk5hn6"))))
+  (build-system python-build-system)
+  (home-page "https://github.com/pwaller/pyfiglet")
+  (synopsis "Pure-python FIGlet implementation")
+  (description "This module lets you draw large letter from ordinary characters
+ in pure Python.")
+  (license license:expat)))
-- 
2.26.2


[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <marius <at> gnu.org>
To: Edouard Klein <edk <at> beaver-labs.com>, 41460-done <at> debbugs.gnu.org
Subject: Re: [bug#41460] [PATCH] gnu: Add python-pyfiglet
Date: Mon, 22 Jun 2020 21:44:50 +0200
[Message part 4 (text/plain, inline)]
Edouard Klein <edk <at> beaver-labs.com> writes:

> * gnu/packages/python-xyz.scm (python-pyfiglet): New variable.

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.