me
/
guix
Archived
1
0
Fork 0

gnu: Add python-asciitree.

* gnu/packages/python-xyz.scm (python-asciitree): New variable.
master
Ricardo Wurmus 2020-03-05 21:45:55 +01:00
parent 241409cd8a
commit 8e04b233f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 17 additions and 0 deletions

View File

@ -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")