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 = [
45 description = "Cython hash tables that assume keys are pre-hashed";
46 homepage = "https://github.com/explosion/preshed";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ];