[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")
- branch master updated (69951a61a1 -> ec0e5e9369), guix-commits, 2024/03/21
- 01/09: gnu: wgetpaste: Update to 2.34., guix-commits, 2024/03/21
- 05/09: gnu: libportal: Update to 0.7.1., guix-commits, 2024/03/21
- 06/09: gnu: Add python-urwidgets.,
guix-commits <=
- 07/09: gnu: toot: Update to 0.42.0., guix-commits, 2024/03/21
- 08/09: gnu: global: Update to 6.6.12., guix-commits, 2024/03/21
- 09/09: gnu: universal-ctags: Update to 6.1.20240317.0., guix-commits, 2024/03/21
- 03/09: gnu: khard: Update to 0.19.1., guix-commits, 2024/03/21
- 02/09: gnu: khal: Update to 0.11.3., guix-commits, 2024/03/21
- 04/09: gnu: xdg-desktop-portal-wlr: Update to 0.7.1., guix-commits, 2024/03/21