10 buildPythonPackage rec {
14 # Missing tests on PyPI
15 src = fetchFromGitHub {
19 sha256 = "sha256-xV1Z9O5FO4Q/XEpNwnX31tbv8CrXY+wF1Ltpfq+ITRg=";
22 disabled = pythonOlder "3.8";
24 checkInputs = [ git gnupg pytestCheckHook ];
27 description = "Efficiently update, split, and rearrange git commits";
28 homepage = "https://github.com/mystor/git-revise";
29 changelog = "https://github.com/mystor/git-revise/blob/${version}/CHANGELOG.md";
30 license = licenses.mit;
31 maintainers = with maintainers; [ emily ];