UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

python3-jinja2

Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It’s basically a combination of Django templates and python code.

Package info

Template:
Codename: python3-jinja2
Source file: jinja2-3.1.6.tar.gz
Source directory: jinja2-3.1.6
Package URL: jinja2-3.1.6.tar.gz
Package md5-checksum URL: jinja2-3.1.6.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: ansible.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
pip3 wheel -w dist --no-build-isolation --no-deps $PWD

Install script:
pip3 install --no-index --find-links dist --no-cache-dir --no-user jinja2