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