20 buildPythonPackage rec {
24 disabled = pythonOlder "3.7";
29 hash = "sha256-1go5A9w7sBoYrWqJzb4uTq3GnAvI7x43c7pT1Ew/ejQ=";
32 propagatedBuildInputs = [
36 passthru.optional-dependencies = {
47 ] ++ passthru.optional-dependencies.babel;
49 disabledTests = lib.optionals isPyPy [
50 # https://github.com/sqlalchemy/mako/issues/315
51 "test_alternating_file_names"
52 # https://github.com/sqlalchemy/mako/issues/238
56 "test_bytestring_passthru"
60 description = "Super-fast templating language";
61 homepage = "https://www.makotemplates.org/";
62 changelog = "https://docs.makotemplates.org/en/latest/changelog.html";
63 license = licenses.mit;
64 platforms = platforms.unix;
65 maintainers = with maintainers; [ domenkozar ];