10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-BSJMMrEHVWPQsW0AFfqvnaQ6ohTkohQOUfCHieekxao=";
20 build-system = [ setuptools ];
22 dependencies = [ args ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "clint" ];
29 homepage = "https://github.com/kennethreitz/clint";
30 description = "Python Command Line Interface Tools";
31 license = licenses.isc;
32 maintainers = with maintainers; [ domenkozar ];