guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: Add python-urwidgets.


From: guix-commits
Subject: 06/09: gnu: Add python-urwidgets.
Date: Thu, 21 Mar 2024 08:49:27 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1f6474a81901132eab81682ae50eecb0eef32731
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 21 13:57:15 2024 +0200

    gnu: Add python-urwidgets.
    
    * gnu/packages/python-xyz.scm (python-urwidgets): New variable.
    
    Change-Id: I34a1cff78d9e930b13c01d53ab34f7ee57478a39
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ac9d669d3..eec7586d3f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12366,6 +12366,24 @@ features useful for text console applications.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]