7 buildPythonPackage rec {
15 sha256 = "fef50b2b881ef743f269946e1090b77567b71bb9a9ce64b7f8e699b562ff685c";
18 checkInputs = [ pytest ];
24 # Test failing due to upstream issue (https://bitbucket.org/amentajo/lib3to2/issues/50/testsuite-fails-with-new-python-35)
28 homepage = "https://bitbucket.org/amentajo/lib3to2";
29 description = "Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible";
30 license = lib.licenses.asl20;
31 maintainers = with lib.maintainers; [ mt-caret ];