guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add python-asciitree.


From: guix-commits
Subject: 03/05: gnu: Add python-asciitree.
Date: Thu, 5 Mar 2020 15:50:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8e04b233f130e01b5b6a41dfcdeb5e622d43f751
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 5 21:45:55 2020 +0100

    gnu: Add python-asciitree.
    
    * gnu/packages/python-xyz.scm (python-asciitree): New variable.
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0642d32..c9865d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15759,6 +15759,23 @@ tool).")
 codecs for use in data storage and communication applications.")
     (license license:expat)))
 
+(define-public python-asciitree
+  (package
+    (name "python-asciitree")
+    (version "0.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "asciitree" version))
+       (sha256
+        (base32
+         "0vhgri2m2xlnibhz4xwn4hpbc7xacisxjqrk6k5kyppq96vbk92a"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/mbr/asciitree";)
+    (synopsis "Draws ASCII trees")
+    (description "This package draws tree structures using characters.")
+    (license license:expat)))
+
 (define-public python-anndata
   (package
     (name "python-anndata")



reply via email to

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