13 buildPythonPackage rec {
14 pname = "pyramid-jinja2";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 pname = "pyramid_jinja2";
23 hash = "sha256-8nEGnZ6ay6x622kSGQqEj2M49+V6+68+lSN/6DzI9NI=";
26 propagatedBuildInputs = [
39 substituteInPlace setup.cfg \
43 pythonImportsCheck = [
48 # AssertionError: Lists differ: ['pyramid_jinja2-2.10',...
49 "test_it_relative_to_package"
50 # AssertionError: False is not true
55 description = "Jinja2 template bindings for the Pyramid web framework";
56 homepage = "https://github.com/Pylons/pyramid_jinja2";
57 license = licenses.bsd0;
58 maintainers = with maintainers; [ domenkozar ];