10 buildPythonPackage rec {
11 pname = "pyramid-mako";
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "0066c863441f1c3ddea60cee1ccc50d00a91a317a8052ca44131da1a12a840e2";
21 # Fix tests with pyramid >= 2.0
22 # https://github.com/Pylons/pyramid_mako/pull/54
24 url = "https://github.com/Pylons/pyramid_mako/commit/c0f9e7e0146a7f94e35a9401b1519ac8b7765f5b.patch";
25 sha256 = "15swfm0a07bdl32s85426rmjh72jwfasjcrl849ppg035z75q9fx";
29 buildInputs = [ webtest ];
30 propagatedBuildInputs = [ pyramid mako ];
33 homepage = "https://github.com/Pylons/pyramid_mako";
34 description = "Mako template bindings for the Pyramid web framework";
35 license = licenses.bsd0;
36 maintainers = with maintainers; [];