diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3168de7..4c15771 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9197,18 +9197,19 @@ are optionally backed by a C extension built on librdkafka.") (uri (string-append "https://pypi.python.org/packages/" "c2/d1/7689293086a8d5320025080cde0e3155b94ae0a7496fb89a3fbaa92c354a/" - "wcwidth-" - version - ".tar.gz")) + "wcwidth-" version ".tar.gz")) (sha256 (base32 "02wjrpf001gjdjsaxxbzcwfg19crlk2dbddayrfc2v06f53yrcyw")))) (build-system python-build-system) (home-page "https://github.com/jquast/wcwidth") (synopsis - "Measures number of Terminal column cells of wide-character codes") - (description - "Measures number of Terminal column cells of wide-character codes") + "Measures 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{wcwidth} C functions +specified in POSIX.1-2001 and POSIX.1-2008.") (license license:expat))) (define-public python2-wcwidth