gnu: Add python-asciitree.

* gnu/packages/python-xyz.scm (python-asciitree): New variable.
This commit is contained in:
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

View file

@ -15759,6 +15759,23 @@ (define-public python-numcodecs
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")