7 buildPythonPackage rec {
8 pname = "python-pidfile";
12 inherit pname version;
13 sha256 = "sha256-HhCX30G8dfV0WZ/++J6LIO/xvfyRkdPtJkzC2ulUKdA=";
16 propagatedBuildInputs = [
20 pythonImportsCheck = [ "pidfile" ];
22 # no tests on the github mirror of the source code
23 # see this: https://github.com/mosquito/python-pidfile/issues/7
27 description = "Python context manager for managing pid files";
28 homepage = "https://github.com/mosquito/python-pidfile";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ lom ];