summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-02-10 18:03:06 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:12 +0200
commitc8435ea369f68c83f8aa35161f43ad30180dfa41 (patch)
tree8b36ddf4628f3e324eb5a8980265274f6986b079 /gnu/packages/python-xyz.scm
parente8e3684665011353f3e2f020d6f74c338fa73972 (diff)
gnu: python-wcwidth: Update to 0.2.13.
* gnu/packages/python-xyz.scm (python-wcwidth): Update to 0.2.13. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-pytest-cov, python-setuptools, and python-wheel. Change-Id: I50b427532a834026ca5dac869440df1216148cad
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9db71c40d2..061bcaa448 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23051,14 +23051,18 @@ are optionally backed by a C extension built on librdkafka.")
(define-public python-wcwidth
(package
(name "python-wcwidth")
- (version "0.1.8")
+ (version "0.2.13")
(source (origin
(method url-fetch)
(uri (pypi-uri "wcwidth" version))
(sha256
(base32
- "1a1pzds3xzfylm5mnc5f6c1p8kiig0daqjc9gygd9rc3cj53x2zj"))))
- (build-system python-build-system)
+ "1dbj74q1iz349sdkxrkc90f7xd4y7a9bdvgxg3cqdcly7430rskj"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest
+ python-pytest-cov
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/jquast/wcwidth")
(synopsis "Measure number of terminal column cells of wide-character codes")
(description "Wcwidth measures the number of terminal column cells of