8 buildPythonPackage rec {
9 pname = "git-filter-repo";
11 format = "setuptools";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 sha256 = "sha256-/hdT4Y8L1tPJtXhoyAEa59BWpuurcGcGOWoV71MScl4=";
24 # Project has no tests
27 pythonImportsCheck = [
32 description = "Quickly rewrite git repository history";
33 homepage = "https://github.com/newren/git-filter-repo";
34 license = with licenses; [ mit /* or */ gpl2Plus ];
35 maintainers = with maintainers; [ fab ];