Changeset d0c81354


Ignore:
Timestamp:
04/19/2022 11:49:59 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
5098a49, 939f4ae
Parents:
892352a
Message:

Tweak perl module six and aux files
Remove python2 remnants from six and make som minor text changes.
Remove legacy elements from lfs-xsl stylesheet.
Minor text change in pip3 xinclude file.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/six.xml

    r892352a rd0c81354  
    2626
    2727      <para>
    28         Six is a Python 2 and 3 compatibility library.
     28        Six is a Python 2 to 3 compatibility library.
    2929      </para>
    3030
     
    6565        </listitem>
    6666      </itemizedlist>
    67 
     67<!--
    6868      <bridgehead renderas="sect4">Six Dependencies</bridgehead>
    6969
     
    7272        <xref linkend="python2"/>
    7373      </para>
    74 
     74-->
    7575      <para condition="html" role="usernotes">
    7676        User Notes: <ulink url="&blfs-wiki;/six"/>
     
    7979
    8080    <sect3 role="installation">
    81       <title>Installation of six</title>
     81      <title>Installation of Six</title>
    8282<!--
    8383      <note>
  • stylesheets/lfs-xsl/xhtml/lfs-sections.xsl

    r892352a rd0c81354  
    154154           Self-made template to process SVN keywords found in sect1info. -->
    155155  <xsl:template match="sect1info" mode="svn-keys">
    156     <p class="updated">Last updated <!-- by
     156    <!-- <p class="updated">Last updated --><!-- by
    157157      <xsl:apply-templates select="othername" mode="svn-keys"/> -->
    158       on
     158    <!--  on
    159159      <xsl:apply-templates select="date" mode="svn-keys"/>
    160     </p>
     160    </p> -->
    161161  </xsl:template>
    162162
  • xincludes/pip3-cmd-explain.xml

    r892352a rd0c81354  
    2929
    3030    <para>
    31       <option>--find-links dest</option>: look for links to archives
     31      <option>--find-links dest</option>: looks for links to archives
    3232      such as wheel (.whl) files in the directory
    3333      <filename class="directory">dist</filename>.
Note: See TracChangeset for help on using the changeset viewer.