14 buildPythonPackage rec {
15 pname = "pyramid-jinja2";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 pname = "pyramid_jinja2";
24 hash = "sha256-8nEGnZ6ay6x622kSGQqEj2M49+V6+68+lSN/6DzI9NI=";
27 propagatedBuildInputs = [
40 substituteInPlace setup.cfg \
44 pythonImportsCheck = [
49 # AssertionError: Lists differ: ['pyramid_jinja2-2.10',...
50 "test_it_relative_to_package"
51 # AssertionError: False is not true
56 broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
57 description = "Jinja2 template bindings for the Pyramid web framework";
58 homepage = "https://github.com/Pylons/pyramid_jinja2";
59 license = licenses.bsd0;
60 maintainers = with maintainers; [ domenkozar ];