12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "aws-cfn-template-flip";
23 hash = "sha256-lfhTR3+D1FvblhQGF83AB8+I8WDPBTmo+q22ksgDgt4=";
26 propagatedBuildInputs = [
32 nativeCheckInputs = [ pytestCheckHook ];
35 sed -i "/--cov/d" tox.ini
39 # TypeError: load() missing 1 required positional argument: 'Loader'
40 "test_flip_to_yaml_with_longhand_functions"
41 "test_yaml_no_ordered_dict"
44 pythonImportsCheck = [ "cfn_flip" ];
47 description = "Tool for converting AWS CloudFormation templates between JSON and YAML formats";
48 mainProgram = "cfn-flip";
49 homepage = "https://github.com/awslabs/aws-cfn-template-flip";
50 license = licenses.asl20;
51 maintainers = with maintainers; [