8 buildPythonPackage rec {
9 pname = "policyuniverse";
10 version = "1.5.1.20231109";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-dOVtQQVgkVwsUTLjYbATDkv/4xKi9FIw6sUNfAlLxAo=";
20 # Tests are not shipped and there are no GitHub tags
23 pythonImportsCheck = [ "policyuniverse" ];
26 description = "Parse and Process AWS IAM Policies, Statements, ARNs and wildcards";
27 homepage = "https://github.com/Netflix-Skunkworks/policyuniverse";
28 license = with licenses; [ asl20 ];
29 maintainers = with maintainers; [ fab ];