10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-TumqpNaxH9YET56PhTXJVG/OQw3syXaYNtHn+Vyh6xI=";
24 propagatedBuildInputs = [
34 # Test require network access
35 "test_cloudformation_actions"
37 "test_valid_es_domain_from_aws_documentation_examples_resource_can_be_built"
38 "test_valid_opensearch_domain_from_aws_documentation_examples_resource_can_be_built"
39 "test_resolve_booleans_different_properties_for_generic_resource"
42 pythonImportsCheck = [
47 description = "Model for Cloud Formation scripts";
48 homepage = "https://github.com/Skyscanner/pycfmodel";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ fab ];