9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-TfWfSb1GslzcT30/xvBg5Xui7ptp7+g89Fq/giLCoQ8=";
24 substituteInPlace tox.ini --replace "--cov=in_place --no-cov-on-fail" ""
31 nativeCheckInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "in_place" ];
36 description = "In-place file processing";
37 homepage = "https://github.com/jwodder/inplace";
38 changelog = "https://github.com/jwodder/inplace/blob/v${version}/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ samuela ];