13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-4yHiY7apeq/AeQw8+zwEZWtwZuZzjDf//MqV2APJ+6U=";
25 nativeBuildInputs = [ setuptools ];
35 description = "Mutable mapping tools";
36 homepage = "https://github.com/dask/zict";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ teh ];