6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1p5lx3yz4p40rfb453m80a4hh8341yp4dki2nhhxz7bq2zfi1zwf";
16 description = "SysV IPC primitives (semaphores, shared memory and message queues)";
17 license = licenses.bsd3;
18 homepage = "http://semanchuk.com/philip/sysv_ipc/";
19 maintainers = with maintainers; [ ris ];