9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-cuoMBjmesobZeP3ttpI6nrR+HEhs5j6bTmT8GDA5crU=";
29 # To prevent infinite recursion with pytest
32 pythonImportsCheck = [
37 description = "Measures number of Terminal column cells of wide-character codes";
39 This API is mainly for Terminal Emulator implementors -- any Python
40 program that attempts to determine the printable width of a string on
41 a Terminal. It is implemented in python (no C library calls) and has
42 no 3rd-party dependencies.
44 homepage = "https://github.com/jquast/wcwidth";
45 changelog = "https://github.com/jquast/wcwidth/releases/tag/${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ ];