guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: Add python-pyfiglet.


From: guix-commits
Subject: 05/13: gnu: Add python-pyfiglet.
Date: Mon, 22 Jun 2020 17:55:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9d0e87f8ed169bafa9eb4f601120b507c4b8fbc0
Author: Edouard Klein <edk@beaver-labs.com>
AuthorDate: Tue Jun 2 13:39:51 2020 +0200

    gnu: Add python-pyfiglet.
    
    * gnu/packages/python-xyz.scm (python-pyfiglet): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 8b0ded2..10cf27d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10081,6 +10081,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 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]