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