[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
263/361: gnu: python-urwid: Update to 2.6.16.
From: |
guix-commits |
Subject: |
263/361: gnu: python-urwid: Update to 2.6.16. |
Date: |
Thu, 21 Nov 2024 06:29:31 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit bcb9bee5f74a1a15001076767e4ce876e3922924
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 00:07:03 2024 +0000
gnu: python-urwid: Update to 2.6.16.
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.6.16.
[arguments]<tests>: Enable them.
[propagated-inputs]: Add python-pygobject, python-tornado, python-trio,
python-pyzmq, and python-twisted.
[native-inputs]: Add python-pytest, python-pytest-cov,
python-setuptools, and
python-wheel.
Change-Id: I9cd6313e2a6ac0db848e754165dfb8cfdda0e2ff
---
gnu/packages/python-xyz.scm | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4b93434de5..f3d377b623 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13247,31 +13247,38 @@ adherence to RFC 6570, but adds a few extensions.")
(define-public python-urwid
(package
(name "python-urwid")
- (version "2.6.15")
+ (version "2.6.16")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urwid" version))
(sha256
(base32
- "06v7m5xayyglzv630qsbg7zh6k37h6k94w7x7xkdkj481lrmgk4y"))))
+ "18ijvgf1l7jvmg45x1cysn3c9rdrg1w0405acig3hk7476cj7bck"))))
(build-system pyproject-build-system)
(arguments
- (list
- ;; XXX The test suite requires python-tornado but fails to find it
- ;; whether or not it is available in the build environment.
- #:tests? #f
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'remove-vterm-tests
+ (list
+ #:test-flags
+ #~(list "tests"
;; According to Debian these tests are cursed.
;;
https://salsa.debian.org/python-team/packages/urwid/-/blob/debian/2.1.2-2/debian/changelog#L141
- (lambda _
- (delete-file "tests/test_vterm.py"))))))
- (propagated-inputs
- (list python-typing-extensions python-wcwidth))
+ "--ignore=tests/test_vterm.py")))
(native-inputs
- (list python-setuptools-scm))
+ (list python-pytest
+ python-pytest-cov
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (propagated-inputs
+ (list python-typing-extensions
+ python-wcwidth
+
+ ;; Optional, but tests need them.
+ python-pygobject
+ python-tornado
+ python-trio
+ python-pyzmq
+ python-twisted))
(home-page "https://urwid.org")
(synopsis "Console user interface library for Python")
(description
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., (continued)
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/21
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/21
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/21
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/21
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/21
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/21
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/21
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/21
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/21
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/21
- 263/361: gnu: python-urwid: Update to 2.6.16.,
guix-commits <=
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/21
- 268/361: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/21
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/21
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/21
- 271/361: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/21
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/21
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/21
- 282/361: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/21
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/21
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/21