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