10 buildPythonPackage rec {
15 disabled = pythonOlder "3.9";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-cWV/Q+LbeIxnQNqyatRWQUF8X+HHlQdc10y9qJ7v3dA=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 # https://github.com/myint/unify/issues/21
43 "test_format_code_with_backslash_in_comment"
47 description = "Modifies strings to all use the same quote where possible";
48 mainProgram = "unify";
49 homepage = "https://github.com/myint/unify";
50 license = licenses.mit;
51 maintainers = with maintainers; [ FlorianFranzen ];