3 , buildPythonApplication
13 buildPythonApplication rec {
16 disabled = pythonOlder "3.5";
19 inherit pname version;
20 sha256 = "sha256-S6tul3+DBacgU1+Pk/H7QsUh/LxKbCs9PXZx9C8iH0w=";
23 propagatedBuildInputs = [
35 pythonImportsCheck = [ "bashate" ];
38 description = "Style enforcement for bash programs";
39 homepage = "https://opendev.org/openstack/bashate";
40 license = with licenses; [ asl20 ];
41 maintainers = with maintainers; [ fab ];