14 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-jEnrGTddSqs+W4NYYGFODLF+VrtaIOGHSAj6W+xno1g=";
24 propagatedBuildInputs = [
30 ] ++ twisted.optional-dependencies.tls;
36 # Test creates an excessive amount of temporary files (order of millions).
37 # Cleaning up those files already took over 15 hours already on my zfs
38 # filesystem and is not finished yet.
42 trial -j$NIX_BUILD_CORES ldaptor
46 description = "A Pure-Python Twisted library for LDAP";
47 homepage = "https://github.com/twisted/ldaptor";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];