8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae";
18 # tests need to be able to set locale
19 LC_ALL = "en_US.UTF-8";
20 checkInputs = [ glibcLocales ];
22 # tests which assert on strings don't decode results correctly
25 pythonImportsCheck = [
30 description = "A full-featured console (xterm et al.) user interface library";
31 homepage = "https://urwid.org/";
32 license = licenses.lgpl21Plus;
33 maintainers = with maintainers; [ SuperSandro2000 ];