9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-iodoexnh9tG4dgkjDXCUzWRFDhRlJ3HRgaNhxG2lwPY=";
19 nativeBuildInputs = [ setuptools ];
21 propagatedBuildInputs = [ toml ];
23 pythonImportsCheck = [ "confight" ];
28 description = "Python context manager for managing pid files";
29 mainProgram = "confight";
30 homepage = "https://github.com/avature/confight";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ mkg20001 ];