8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "rel${version}";
19 hash = "sha256-xK5CkThqVFVMIxBtgUfHIRNRfmBxKa/DWBYQg7QHl/M=";
22 pythonImportsCheck = [ "posix_ipc" ];
25 description = "POSIX IPC primitives (semaphores, shared memory and message queues)";
26 homepage = "https://github.com/osvenskan/posix_ipc";
27 license = licenses.bsd3;