12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-chhjxSRP/NJlGtCSiVGix8d7EC9OEaJRrYXTfudiFmA=";
28 propagatedBuildInputs = [
37 # Tests have import issues with 3.0.8
40 pythonImportsCheck = [
44 # don't update to 4.0.0, version was yanked
45 passthru.skipBulkUpdate = true;
48 description = "Cython hash tables that assume keys are pre-hashed";
49 homepage = "https://github.com/explosion/preshed";
50 license = licenses.mit;
51 maintainers = with maintainers; [ ];