9 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 rev = "2c033240a18603dd99c2dd8f6185ad0f0169c8c7";
19 hash = "sha256-6aLkzpeS1xeIbTwFFIT7V1KWOaFLLq3opjIxnUuXOBE=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "ilcli" ];
29 description = "I like command-line interfaces";
30 homepage = "https://github.com/cloudant/ilcli";
31 license = lib.licenses.asl20;
32 maintainers = with lib.maintainers; [ tochiaha ];