8 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "1w6q3d0gqz4mxvspd08l1nhsrw6rpzv1gnyj4ckx61b24f84p5gk";
21 substituteInPlace tox.ini --replace "--cov=in_place --no-cov-on-fail" ""
28 checkInputs = [ pytestCheckHook ];
30 pythonImportsCheck = [ "in_place" ];
33 description = "In-place file processing";
34 homepage = "https://github.com/jwodder/inplace";
35 license = licenses.mit;
36 maintainers = with maintainers; [ samuela ];