gnu: Add python-urwidgets.

* gnu/packages/python-xyz.scm (python-urwidgets): New variable.

Change-Id: I34a1cff78d9e930b13c01d53ab34f7ee57478a39
This commit is contained in:
Efraim Flashner 2024-03-21 13:57:15 +02:00
parent 2f4f6db30b
commit 1f6474a819
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12366,6 +12366,24 @@ (define-public python-urwid-readline
supports @code{readline} shortcuts.")
(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
(package
(name "python-textdistance")