[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
467/474: gnu: python-curtsies: Update to 0.4.2.
From: |
guix-commits |
Subject: |
467/474: gnu: python-curtsies: Update to 0.4.2. |
Date: |
Sat, 30 Nov 2024 18:21:18 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit da67e674fcd55f4a14173111eca44218c6bc21d1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 29 15:34:52 2024 +0000
gnu: python-curtsies: Update to 0.4.2.
* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.2.
Improve style.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-pytest,
python-setuptools, and python-wheel.
Change-Id: Ic4ec85ddef8344c72a06e3680ae4a771a2d6dcce
---
gnu/packages/terminals.scm | 32 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index b09aa8f86d..a1ac5f08c9 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1166,30 +1166,28 @@ than a terminal.")
(define-public python-curtsies
(package
(name "python-curtsies")
- (version "0.4.1")
+ (version "0.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "curtsies" version))
(sha256
- (base32 "1c122vgfsvksxkd41g2vij6hjsz97ikg59snclq4af2mkhs0zlb2"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "nosetests" "-v"))))))
- (propagated-inputs
- (list python-blessed python-cwcwidth))
+ (base32 "03kn093lr84qg8fmqrn1jb0zak6a1ir9q106lm8jijfpbchk7gkf"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pyte python-nose))
+ (list python-pyte
+ python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-blessed
+ python-cwcwidth))
(home-page "https://github.com/bpython/curtsies")
- (synopsis "Library for curses-like terminal interaction with colored
-strings")
- (description "Curtsies is a Python library for interacting with the
-terminal. It features string-like objects which carry formatting information,
-per-line fullscreen terminal rendering, and keyboard input event reporting.")
+ (synopsis "Library for curses-like terminal interaction with colored
strings")
+ (description
+ "Curtsies is a Python library for interacting with the terminal. It
+features string-like objects which carry formatting information, per-line
+fullscreen terminal rendering, and keyboard input event reporting.")
(license license:expat)))
(define-public python-halo
- 432/474: gnu: python-praw: Update to 7.8.1., (continued)
- 432/474: gnu: python-praw: Update to 7.8.1., guix-commits, 2024/11/30
- 433/474: gnu: giara: Update to 1.1.0., guix-commits, 2024/11/30
- 444/474: gnu: python-joblib: Update to 1.4.2., guix-commits, 2024/11/30
- 434/474: gnu: cpplint: Add missing native inputs., guix-commits, 2024/11/30
- 450/474: gnu: python-cfgv: Update to 3.4.0., guix-commits, 2024/11/30
- 451/474: gnu: Add python-ukkonen., guix-commits, 2024/11/30
- 452/474: gnu: python-identify: Update to 2.5.36., guix-commits, 2024/11/30
- 457/474: gnu: python-pydevd: Move to pyproject-build-system., guix-commits, 2024/11/30
- 459/474: gnu: python-pydevd: Improve package style., guix-commits, 2024/11/30
- 458/474: gnu: python-pydevd: Update to 2.9.6., guix-commits, 2024/11/30
- 467/474: gnu: python-curtsies: Update to 0.4.2.,
guix-commits <=
- 468/474: gnu: python-greenlet: Update to 3.1.1., guix-commits, 2024/11/30
- 473/474: gnu: python-pyserial: Enable tests., guix-commits, 2024/11/30
- 472/474: gnu: python-yattag: Update to 1.16.1., guix-commits, 2024/11/30
- 137/474: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/30
- 143/474: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/30
- 373/474: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/30
- 166/474: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/30
- 167/474: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/30
- 169/474: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/30
- 159/474: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/30