mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add python-urwidgets.
* gnu/packages/python-xyz.scm (python-urwidgets): New variable. Change-Id: I34a1cff78d9e930b13c01d53ab34f7ee57478a39
This commit is contained in:
parent
2f4f6db30b
commit
1f6474a819
1 changed files with 18 additions and 0 deletions
|
@ -12366,6 +12366,24 @@ (define-public python-urwid-readline
|
||||||
supports @code{readline} shortcuts.")
|
supports @code{readline} shortcuts.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-urwidgets
|
||||||
|
(package
|
||||||
|
(name "python-urwidgets")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "urwidgets" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "123n9qfg6qwwh1911y71c3msxi89n8cjj15wh2snqmwdkyfwy6nl"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-urwid))
|
||||||
|
(home-page "https://github.com/AnonymouX47/urwidgets")
|
||||||
|
(synopsis "Collection of widgets for urwid")
|
||||||
|
(description
|
||||||
|
"This package provides a collection of widgets for urwid.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-textdistance
|
(define-public python-textdistance
|
||||||
(package
|
(package
|
||||||
(name "python-textdistance")
|
(name "python-textdistance")
|
||||||
|
|
Loading…
Reference in a new issue