gnu: python-wcwidth: Remove coverage inputs.

* gnu/packages/python-xyz.scm (python-wcwidth)
[native-inputs]: Remove python-pytest-cov, python-wheel.
[description]: Improve style.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-29 00:02:32 +01:00
committed by Andreas Enge
parent 101789a870
commit bc8a9679be

View File

@@ -40776,17 +40776,15 @@ operating systems and an elegant approach to concurrency using threading.")
(base32
"1dbj74q1iz349sdkxrkc90f7xd4y7a9bdvgxg3cqdcly7430rskj"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest
python-pytest-cov
python-setuptools
python-wheel))
(native-inputs (list python-pytest python-setuptools))
(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
wide-character codes. It is useful for those implementing a terminal emulator,
or programs that carefully produce output to be interpreted by one. It is a
Python implementation of the @code{wcwidth} and @code{wcswidth} C functions
specified in POSIX.1-2001 and POSIX.1-2008.")
(description
"Wcwidth measures the number of terminal column cells of wide-character
codes. It is useful for those implementing a terminal emulator, or programs
that carefully produce output to be interpreted by one. It is a Python
implementation of the @code{wcwidth} and @code{wcswidth} C functions specified
in POSIX.1-2001 and POSIX.1-2008.")
(license license:expat)))
(define-public python-whatever