17 buildPythonPackage rec {
22 inherit pname version;
23 sha256 = "389c81960de13f05daf1cbd546f33199e86c518ba4266c79ec7a153a280980ea";
26 propagatedBuildInputs = [
37 sed -i -e '/cmd2/c\cmd2' -e '/PrettyTable/c\PrettyTable' requirements.txt
40 checkInputs = [ fixtures pytestCheckHook testtools which ];
43 "cliff/tests/test_utils.py"
44 "cliff/tests/test_app.py"
45 "cliff/tests/test_command.py"
46 "cliff/tests/test_help.py"
47 "cliff/tests/test_lister.py"
51 description = "Command Line Interface Formulation Framework";
52 homepage = "https://docs.openstack.org/cliff/latest/";
53 license = licenses.asl20;
54 maintainers = [ maintainers.costrouc ];