13 buildPythonPackage rec {
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "1an5lkkqk1zha47198p42ji3m94xmzx1a03dn7866m87n4r4q8h5";
25 propagatedBuildInputs = [ pillow blessings args ];
27 # nose-progressive and clint are not actively maintained
28 # no longer compatible as behavior demand 2to3, which was removed
31 nativeCheckInputs = [ mock nose pkgs.glibcLocales ];
33 ${python.interpreter} test_clint.py
36 pythonImportsCheck = [ "clint" ];
39 homepage = "https://github.com/kennethreitz/clint";
40 description = "Python Command Line Interface Tools";
41 license = licenses.isc;
42 maintainers = with maintainers; [ domenkozar ];