7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0e33670e83f6a33ebb0822e43a609c3247178d4a375ff50a4689e266d853eb66";
16 buildInputs = [ nose ];
22 description = "Pidfile featuring stale detection and file-locking";
23 homepage = "https://github.com/trbs/pid/";
24 license = licenses.asl20;