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