Changeset 32c1b77


Ignore:
Timestamp:
07/17/2023 01:33:08 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
6ab6f7b
Parents:
530f8171
Message:

Archive MarkupSafe and Jinja2

They are now a part of LFS for both sysv and systemd.

Files:
8 edited
2 moved

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r530f8171 r32c1b77  
    115115        </para>
    116116      </listitem>
    117       <listitem revision="sysv">
    118         <para>
    119           <xref linkend="Jinja2"/>
    120         </para>
    121       </listitem>
    122117      <listitem>
    123118        <para>
     
    133128        <para>
    134129          <xref linkend="Mako"/>
    135         </para>
    136       </listitem>
    137       <listitem revision="sysv">
    138         <para>
    139           <xref linkend="MarkupSafe"/>
    140130        </para>
    141131      </listitem>
     
    288278
    289279  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    290     href="python-modules/jinja2.xml"/>
    291 
    292   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    293280    href="python-modules/libxml2py2.xml"/>
    294281
     
    300287
    301288  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    302     href="python-modules/markupsafe.xml"/>
    303 
    304   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    305289    href="python-modules/numpy.xml"/>
    306290
  • general/prog/python-modules/gi-docgen.xml

    r530f8171 r32c1b77  
    7373      <para role="required">
    7474        <xref linkend="markdown"/>,
    75         <phrase revision="sysv"><xref linkend="MarkupSafe"/>,</phrase>
    7675        <xref linkend="pygments"/>,
    77         <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
    7876        and <xref linkend="typogrify"/>
    7977      </para>
  • general/prog/python-modules/mako.xml

    r530f8171 r32c1b77  
    6868
    6969      <bridgehead renderas="sect4">Mako Dependencies</bridgehead>
    70 
    71       <bridgehead renderas="sect5" revision="sysv">Required</bridgehead>
    72       <para role="required" revision="sysv">
    73         <xref linkend="MarkupSafe"/>
    74       </para>
    7570
    7671      <bridgehead renderas="sect5">Optional (for Testing)</bridgehead>
  • general/prog/python-modules/pyparsing.xml

    r530f8171 r32c1b77  
    7272      <bridgehead renderas="sect5">Optional</bridgehead>
    7373      <para role="optional">
    74         <phrase revision="sysv"><xref linkend="Jinja2"/> and</phrase>
    7574        <ulink url="https://pypi.org/project/railroad-diagrams/">
    7675          railroad-diagrams
     
    9998
    10099    <para>
    101       Assuming <xref linkend="pytest"/> <phrase revision="systemd">is</phrase>
    102       <phrase revision="sysv">and <xref linkend="Jinja2"/> are</phrase>
     100      Assuming <xref linkend="pytest"/> is
    103101      installed, but the other optional dependency is not, the installation
    104102      can be tested with the following commands:
  • general/prog/python-modules/sphinx.xml

    r530f8171 r32c1b77  
    7474        <xref linkend="docutils"/>,
    7575        <xref linkend="imagesize"/>,
    76         <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
    7776        <xref linkend="packaging"/>,
    7877        <xref linkend="pygments"/>,
  • general/prog/python3.xml

    r530f8171 r32c1b77  
    7474         The Python modules from LFS will also have to be reinstalled:
    7575         <ulink url="&lfs-root;/chapter08/flit-core.html">flit-core</ulink>,
    76          <ulink url="&lfs-root;/chapter08/wheel.html">wheel</ulink>, and
    77          <ulink url="&lfs-root;/chapter08/meson.html">meson</ulink>.
    78       </para>
    79 
    80       <para revision="systemd">
    81         On systemd systems, it is also necessary to reinstall
    82         <ulink url="&lfs-root;/chapter08/markupsafe.html">MarkupSafe</ulink>
    83         and <ulink url="&lfs-root;/chapter08/jinja2.html">Jinja2</ulink>.
     76         <ulink url="&lfs-root;/chapter08/wheel.html">wheel</ulink>,
     77         <ulink url="&lfs-root;/chapter08/meson.html">meson</ulink>,
     78         <ulink url="&lfs-root;/chapter08/markupsafe.html">MarkupSafe</ulink>,
     79         and <ulink url="&lfs-root;/chapter08/jinja2.html">Jinja2</ulink>.
    8480      </para>
    8581    </important>
  • general/sysutils/elogind.xml

    r530f8171 r32c1b77  
    7575
    7676    <bridgehead renderas="sect3">elogind Dependencies</bridgehead>
    77 
    78     <bridgehead renderas="sect4">Required</bridgehead>
    79     <para role="required">
    80       <xref linkend="Jinja2"/>
    81     </para>
    8277
    8378    <bridgehead renderas="sect4">Recommended</bridgehead>
  • kde/kf5/kf5-frameworks.xml

    r530f8171 r32c1b77  
    128128    <xref linkend="doxypypy"/>,
    129129    <xref linkend="doxyqml"/>,
    130     <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
    131130    <xref linkend="PyYAML"/>, and
    132131    <xref linkend="requests"/>
Note: See TracChangeset for help on using the changeset viewer.