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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41460 in the body.
You can then email your comments to 41460 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41460; Package guix-patches. (Fri, 22 May 2020 15:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Edouard Klein <edk <at> beaver-labs.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 22 May 2020 15:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to guix-patches <at> gnu.org:
bug#41460; Package guix-patches. (Sat, 30 May 2020 12:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 41460 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Edouard Klein <edk <at> beaver-labs.com>, 41460 <at> debbugs.gnu.org
Subject: Re: [bug#41460] [PATCH] gnu: Add python-pyfiglet
Date: Sat, 30 May 2020 14:58:06 +0200
[Message part 1 (text/plain, inline)]
Edouard Klein <edk <at> beaver-labs.com> writes:

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

Thanks!

[...]

> 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

This depends on some missing context in python-xyz.scm and does not
apply.  Can you rebase this on 'master'?

> +  (package
> +  (name "python-pyfiglet")

The indentation here is off.  If you are not using Emacs, there is a
script to help with the indentation.

> +  (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.")

It would be good to define FIGlet here somewhere.

Can you send an updated patch?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#41460; Package guix-patches. (Tue, 02 Jun 2020 11:41:02 GMT) Full text and rfc822 format available.

Message #11 received at 41460 <at> debbugs.gnu.org (full text, mbox):

From: Edouard Klein <edk <at> beaver-labs.com>
To: 41460 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-pyfiglet
Date: Tue, 02 Jun 2020 13:39:51 +0200
* gnu/packages/python-xyz.scm (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 6aa666430a..3ecfaab081 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10087,6 +10087,24 @@ interface to the Amazon Web Services (AWS) API.")
 (define-public python2-botocore
   (package-with-python2 python-botocore))
 
+(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 "Draw ASCII art big letters in pure-python")
+    (description "This module lets you draw large letter from ordinary characters
+ in pure Python.")
+    (license license:expat)))
+
 (define-public python-xdo
   (package
     (name "python-xdo")
-- 
2.26.2





Reply sent to Marius Bakke <marius <at> gnu.org>:
You have taken responsibility. (Mon, 22 Jun 2020 19:45:02 GMT) Full text and rfc822 format available.

Notification sent to Edouard Klein <edk <at> beaver-labs.com>:
bug acknowledged by developer. (Mon, 22 Jun 2020 19:45:02 GMT) Full text and rfc822 format available.

Message #16 received at 41460-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Jul 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 273 days ago.

Previous Next


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