8 buildPythonPackage rec {
12 # PyPi release is missing tests (see https://github.com/myint/unify/pull/18)
13 src = fetchFromGitHub {
17 sha256 = "1l6xxygaigacsxf0g5f7w5gpqha1ava6mcns81kqqy6vw91pyrbi";
20 propagatedBuildInputs = [ untokenize ];
22 nativeCheckInputs = [ unittestCheckHook ];
25 description = "Modifies strings to all use the same quote where possible";
26 homepage = "https://github.com/myint/unify";
27 license = licenses.mit;
28 maintainers = with maintainers; [ FlorianFranzen ];