2024-01-18 19:53:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-07-09 06:03:50 +01:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2023-07-16 04:08:36 +01:00
|
|
|
<sect1 id="ch-system-jinja2" role="wrap">
|
2021-07-09 06:03:50 +01:00
|
|
|
<?dbhtml filename="jinja2.html"?>
|
|
|
|
|
|
|
|
<sect1info condition="script">
|
|
|
|
<productname>jinja2</productname>
|
|
|
|
<productnumber>&jinja2-version;</productnumber>
|
|
|
|
<address>&jinja2-url;</address>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Jinja2-&jinja2-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="ch-system-jinja2">
|
|
|
|
<primary sortas="a-jinja2">Jinja2</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title/>
|
|
|
|
|
|
|
|
<para>Jinja2 is a Python module that implements a simple pythonic template
|
2022-03-24 17:11:57 +00:00
|
|
|
language.</para>
|
2021-07-09 06:03:50 +01:00
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
<seglistitem>
|
|
|
|
<seg>&jinja2-fin-sbu;</seg>
|
|
|
|
<seg>&jinja2-fin-du;</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Jinja2</title>
|
|
|
|
|
2022-04-18 05:08:16 +01:00
|
|
|
<para>Build the package:</para>
|
|
|
|
|
2025-01-03 11:21:11 +00:00
|
|
|
<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
|
2022-04-18 05:08:16 +01:00
|
|
|
|
2021-07-09 06:03:50 +01:00
|
|
|
<para>Install the package:</para>
|
|
|
|
|
2022-08-10 03:44:44 +01:00
|
|
|
<screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Jinja2</userinput></screen>
|
2021-07-09 06:03:50 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 id="contents-jinja2" role="content">
|
|
|
|
<title>Contents of Jinja2</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
2022-04-18 05:08:16 +01:00
|
|
|
<segtitle>Installed directory</segtitle>
|
2021-07-09 06:03:50 +01:00
|
|
|
|
|
|
|
<seglistitem>
|
2022-04-18 05:08:16 +01:00
|
|
|
<seg>
|
|
|
|
/usr/lib/python&python-minor;/site-packages/Jinja2-&jinja2-version;.dist-info
|
|
|
|
</seg>
|
2021-07-09 06:03:50 +01:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|