Changeset bd7946fd


Ignore:
Timestamp:
08/03/2014 02:34:19 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
da6aad1
Parents:
8e775d5
Message:

Added setuptools, MarkupSafe and Jinja2 Python Modules.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13815 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 added
3 edited

Legend:

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

    r8e775d5 rbd7946fd  
    7272        </para>
    7373      </listitem>
     74      <listitem>
     75        <para>
     76          <xref linkend="setuptools"/>
     77        </para>
     78      </listitem>
     79      <listitem>
     80        <para>
     81          <xref linkend="MarkupSafe"/>
     82        </para>
     83      </listitem>
     84      <listitem>
     85        <para>
     86          <xref linkend="Jinja2"/>
     87        </para>
     88      </listitem>
    7489    </itemizedlist>
    7590  </sect2>
     
    99114    href="pyxdg.xml"/>
    100115
     116  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     117    href="setuptools.xml"/>
     118
     119  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     120    href="MarkupSafe.xml"/>
     121
     122  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     123    href="Jinja2.xml"/>
     124
    101125</sect1>
  • introduction/welcome/changelog.xml

    r8e775d5 rbd7946fd  
    6363          <para>[fernando] - Update to harfbuzz-0.9.34. Fixes
    6464          <ulink url="&blfs-ticket-root;5327">#5327</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[krejzi] - Added setuptools-5.4.2 - A Python Module.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[krejzi] - Added MarkupSafe-0.23 - A Python Module.</para>
     71        </listitem>
     72        <listitem>
     73          <para>[krejzi] - Added Jinja2-2.7.3 - A Python Module.</para>
    6574        </listitem>
    6675      </itemizedlist>
  • systemd.ent

    r8e775d5 rbd7946fd  
    2626<!ENTITY weston-version               "1.5.0">
    2727
     28<!ENTITY Jinja2-version               "2.7.3">
     29<!ENTITY MarkupSafe-version           "0.23">
     30<!ENTITY setuptools-version           "5.4.2">
     31
    2832<!ENTITY % kde5-entities SYSTEM "kde5/kde5.ent">
    2933%kde5-entities;
Note: See TracChangeset for help on using the changeset viewer.