11 buildPythonPackage rec {
12 pname = "aiohttp-jinja2";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-jRSbKlfZH3lLM6OU6lvGa1Z/OMdKWmqUd6/CRQ8QXAE=";
23 propagatedBuildInputs = [
34 substituteInPlace setup.cfg \
35 --replace " --cov=aiohttp_jinja2 --cov-report xml --cov-report html --cov-report term" ""
40 "ignore::DeprecationWarning"
43 pythonImportsCheck = [
47 # Tests are outdated (1.5)
48 # pytest.PytestUnhandledCoroutineWarning: async def functions...
52 description = "Jinja2 support for aiohttp";
53 homepage = "https://github.com/aio-libs/aiohttp_jinja2";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ ];