9 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 hash = "sha256-DV433wqLjF5k4g8J7rj5gZfaw+Y4/TDOoFKo3eKDjZ4=";
22 propagatedBuildInputs = [ astor ];
24 nativeCheckInputs = [ pytestCheckHook ];
27 description = "command line tool to automatically convert a project's Python code from old format style strings into Python 3.6+'s f-strings";
28 homepage = "https://github.com/ikamensh/flynt";
29 license = licenses.mit;
30 maintainers = with maintainers; [ cpcloud ];