2017-02-14 11:27:26 +01:00
|
|
|
Name: Jinja2 Python Template Engine
|
|
|
|
Short Name: jinja2
|
2021-08-29 14:20:49 +02:00
|
|
|
URL: https://jinja.palletsprojects.com/
|
2023-03-30 12:11:08 +02:00
|
|
|
Version: 3.1.2
|
2025-04-29 08:03:15 +02:00
|
|
|
License: BSD-3-Clause
|
2022-01-18 11:07:27 +01:00
|
|
|
License File: LICENSE.rst
|
2017-02-14 11:27:26 +01:00
|
|
|
Security Critical: no
|
2023-10-05 08:46:07 +02:00
|
|
|
Shipped: no
|
2017-02-14 11:27:26 +01:00
|
|
|
|
|
|
|
Description:
|
|
|
|
Template engine for code generation in Blink.
|
|
|
|
|
2023-03-30 12:11:08 +02:00
|
|
|
Source: https://files.pythonhosted.org/packages/7a/ff/75c28576a1d900e87eb6335b063fab47a8ef3c8b4d88524c4bf78f670cce/Jinja2-3.1.2.tar.gz
|
|
|
|
SHA-256: 31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852
|
2017-02-14 11:27:26 +01:00
|
|
|
|
|
|
|
Local Modifications:
|
2022-01-18 11:07:27 +01:00
|
|
|
This only includes the src/jinja2/ directory from the tarball and the
|
|
|
|
LICENSE.rst and README.rst files. Other files have been removed.
|
2017-02-14 11:27:26 +01:00
|
|
|
Additional chromium-specific files are:
|
|
|
|
* README.chromium (this file)
|
|
|
|
* OWNERS
|
2024-03-30 09:54:35 +01:00
|
|
|
* DIR_METADATA
|
2022-01-18 11:07:27 +01:00
|
|
|
* jinja2.gni
|
2024-03-30 09:54:35 +01:00
|
|
|
* .gitignore
|
2024-08-14 20:41:00 +02:00
|
|
|
|
|
|
|
Patches:
|
|
|
|
- Set create_system=3 (unix) to ZipInfo for cross platform determinism. (patches/0001-canonicalize-zipinfo-create-system)
|