1 { lib, buildPythonPackage, fetchPypi, isPy3k
5 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-7I+5BQO/gsvTREDkBfxrMblw3JPfY48S4KI4PCGPtFY=";
16 propagatedBuildInputs = [
21 homepage = "https://github.com/portugueslab/arrayqueues";
22 description = "Multiprocessing queues for numpy arrays using shared memory";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ tbenst ];