Changeset 22f9c48


Ignore:
Timestamp:
06/06/2016 03:35:53 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d5497a2e
Parents:
0ad800b2
Message:

[Systemd merge] - genlib and python-modules

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17451 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    r0ad800b2 r22f9c48  
    8484      <xref linkend="cairo"/> (required for the tests),
    8585      <xref linkend="gtk-doc"/> and
    86       <ulink url="http://www.makotemplates.org/">Mako</ulink>
     86      <phrase revision="sysv"><ulink url="http://www.makotemplates.org/">Mako</ulink></phrase>
     87      <phrase revision="systemd"><xref linkend="Mako"/></phrase>
    8788    </para>
    8889
  • general/prog/python-modules.xml

    r0ad800b2 r22f9c48  
    3737        </para>
    3838      </listitem>
     39      <listitem revision="systemd">
     40        <para>
     41          <xref linkend="pyatspi2"/>
     42        </para>
     43      </listitem>
    3944      <listitem>
    4045        <para>
     
    6772        </para>
    6873      </listitem>
     74      <listitem revision="systemd">
     75        <para>
     76          <xref linkend="setuptools"/>
     77        </para>
     78      </listitem>
     79      <listitem revision="systemd">
     80        <para>
     81          <xref linkend="Beaker"/>
     82        </para>
     83      </listitem>
     84      <listitem revision="systemd">
     85        <para>
     86          <xref linkend="MarkupSafe"/>
     87        </para>
     88      </listitem>
     89      <listitem revision="systemd">
     90        <para>
     91          <xref linkend="Jinja2"/>
     92        </para>
     93      </listitem>
     94      <listitem revision="systemd">
     95        <para>
     96          <xref linkend="Mako"/>
     97        </para>
     98      </listitem>
     99      <listitem revision="systemd">
     100        <para>
     101          <xref linkend="PyYAML"/>
     102        </para>
     103      </listitem>
    69104    </itemizedlist>
    70105  </sect2>
     
    72107  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    73108    href="dbus-python.xml"/>
     109
     110  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     111    href="pyatspi2.xml"/>
    74112
    75113  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    91129    href="pyxdg.xml"/>
    92130
     131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     132    href="setuptools.xml"/>
     133
     134  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     135    href="beaker.xml"/>
     136
     137  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     138    href="markupsafe.xml"/>
     139
     140  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     141    href="jinja2.xml"/>
     142
     143  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     144    href="mako.xml"/>
     145
     146  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     147    href="pyyaml.xml"/>
     148
    93149</sect1>
  • packages.ent

    r0ad800b2 r22f9c48  
    361361
    362362<!-- Python module versions used in the Python Modules instructions -->
     363<!ENTITY Beaker-version               "1.7.0">
    363364<!ENTITY dbus-python-version          "1.2.4">
     365<!ENTITY Jinja2-version               "2.7.3">
     366<!ENTITY MarkupSafe-version           "0.23">
     367<!ENTITY pyatspi2-version             "2.16.0">
    364368<!ENTITY py2cairo-version             "1.10.0">
    365369<!ENTITY pycairo-version              "1.10.0">
     
    368372<!ENTITY pygtk-version                "2.24.0">
    369373<!ENTITY pyxdg-version                "0.25">
    370 <!ENTITY setuptools-version           "15.1">
     374<!ENTITY PyYAML-version               "3.11">
     375<!ENTITY setuptools-version           "17.1.1">
    371376<!ENTITY mako-version                 "1.0.1">
    372377
Note: See TracChangeset for help on using the changeset viewer.