8 buildPythonPackage rec {
11 disabled = pythonOlder "3.5";
14 inherit pname version;
15 sha256 = "3713ab1ebbb6946b7ce1387bb9d1d7f5e09c45add58c2a2ee65f963c171e746b";
18 checkInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "immutables" ];
23 description = "An immutable mapping type for Python";
24 homepage = "https://github.com/MagicStack/immutables";
25 license = with licenses; [ asl20 ];
26 maintainers = with maintainers; [ catern ];