11 buildPythonPackage rec {
12 pname = "flask-simpleldap";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
20 repo = "flask-simpleldap";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-WcedTtEwaSc3BYFE3L0FZrtKKdbwk7r3qSPP8evtYlc=";
33 pythonImportsCheck = [ "flask_simpleldap" ];
36 description = "LDAP authentication extension for Flask";
37 homepage = "https://github.com/alexferl/flask-simpleldap";
38 license = licenses.mit;
39 maintainers = with maintainers; [ kip93 ];