mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add python-pyfiglet.
* gnu/packages/python-xyz.scm (python-pyfiglet): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
24297a9a9c
commit
9d0e87f8ed
1 changed files with 18 additions and 0 deletions
|
@ -10081,6 +10081,24 @@ (define-public python-botocore
|
||||||
(define-public python2-botocore
|
(define-public python2-botocore
|
||||||
(package-with-python2 python-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
|
(define-public python-xdo
|
||||||
(package
|
(package
|
||||||
(name "python-xdo")
|
(name "python-xdo")
|
||||||
|
|
Loading…
Reference in a new issue