9 buildPythonPackage rec {
10 pname = "arrayqueues";
12 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-7I+5BQO/gsvTREDkBfxrMblw3JPfY48S4KI4PCGPtFY=";
20 propagatedBuildInputs = [ numpy ];
23 homepage = "https://github.com/portugueslab/arrayqueues";
24 description = "Multiprocessing queues for numpy arrays using shared memory";
25 license = lib.licenses.mit;
26 maintainers = with lib.maintainers; [ tbenst ];