14 buildPythonPackage rec {
15 pname = "faster-fifo";
19 src = fetchFromGitHub {
20 owner = "alex-petrenko";
23 hash = "sha256-35kD+RWXwUXHG5leTVj4wY6hJAjDka69YczgSTIbCeg=";
31 pythonImportsCheck = [
41 description = "Faster alternative to Python's multiprocessing.Queue (IPC FIFO queue";
42 homepage = "https://github.com/alex-petrenko/faster-fifo";
43 license = licenses.mit;
44 maintainers = with maintainers; [ hexa ];