############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = python3-jinja2 version = 3.1.2 release = 1 groups = Development/Tools url = https://github.com/pallets/jinja license = BSD summary = A fast, expressive, extensible templating engine. description Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. end source_dl = https://github.com/pallets/jinja/archive/refs/tags/%{version}.tar.gz#/ build requires python3-devel >= 3.4 python3-setuptools end DIR_APP = %{DIR_SRC}/jinja-%{version} build %{python3} setup.py build end install %{python3} setup.py install --root=%{BUILDROOT} --skip-build end end packages package %{name} requires python3-markupsafe end end end