13 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-lmUBy0hJAxfF65RcBP7tTizrg8j2Zypu4sKgOUQCYh8=";
27 build-system = [ flit-core ];
39 pythonImportsCheck = [ "id" ];
42 description = "Tool for generating OIDC identities";
43 homepage = "https://github.com/di/id";
44 changelog = "https://github.com/di/id/blob/${version}/CHANGELOG.md";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ fab ];