14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-j3ewnTv3x5XpaelIbznCxenDnU7gdCS+K8WU7OlkLYM=";
24 nativeBuildInputs = [ flit-core ];
26 pythonImportsCheck = [ "blinker" ];
34 changelog = "https://github.com/pallets-eco/blinker/releases/tag/${version}";
35 description = "Fast Python in-process signal/event dispatching system";
36 homepage = "https://github.com/pallets-eco/blinker/";
37 license = licenses.mit;