mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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.
This commit is contained in:
parent
892352a050
commit
d0c8135465
@ -25,7 +25,7 @@
|
|||||||
<title>Introduction to Six Module</title>
|
<title>Introduction to Six Module</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Six is a Python 2 and 3 compatibility library.
|
Six is a Python 2 to 3 compatibility library.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
&lfs111_checked;
|
&lfs111_checked;
|
||||||
@ -64,21 +64,21 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
<!--
|
||||||
<bridgehead renderas="sect4">Six Dependencies</bridgehead>
|
<bridgehead renderas="sect4">Six Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect5">Recommended Dependencies</bridgehead>
|
<bridgehead renderas="sect5">Recommended Dependencies</bridgehead>
|
||||||
<para role="recommended">
|
<para role="recommended">
|
||||||
<xref linkend="python2"/>
|
<xref linkend="python2"/>
|
||||||
</para>
|
</para>
|
||||||
|
-->
|
||||||
<para condition="html" role="usernotes">
|
<para condition="html" role="usernotes">
|
||||||
User Notes: <ulink url="&blfs-wiki;/six"/>
|
User Notes: <ulink url="&blfs-wiki;/six"/>
|
||||||
</para>
|
</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3 role="installation">
|
<sect3 role="installation">
|
||||||
<title>Installation of six</title>
|
<title>Installation of Six</title>
|
||||||
<!--
|
<!--
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
|
@ -153,11 +153,11 @@
|
|||||||
<!-- sect1info mode svn-keys:
|
<!-- sect1info mode svn-keys:
|
||||||
Self-made template to process SVN keywords found in sect1info. -->
|
Self-made template to process SVN keywords found in sect1info. -->
|
||||||
<xsl:template match="sect1info" mode="svn-keys">
|
<xsl:template match="sect1info" mode="svn-keys">
|
||||||
<p class="updated">Last updated <!-- by
|
<!-- <p class="updated">Last updated --><!-- by
|
||||||
<xsl:apply-templates select="othername" mode="svn-keys"/> -->
|
<xsl:apply-templates select="othername" mode="svn-keys"/> -->
|
||||||
on
|
<!-- on
|
||||||
<xsl:apply-templates select="date" mode="svn-keys"/>
|
<xsl:apply-templates select="date" mode="svn-keys"/>
|
||||||
</p>
|
</p> -->
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- othername mode svn-keys:
|
<!-- othername mode svn-keys:
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<option>--find-links dest</option>: look for links to archives
|
<option>--find-links dest</option>: looks for links to archives
|
||||||
such as wheel (.whl) files in the directory
|
such as wheel (.whl) files in the directory
|
||||||
<filename class="directory">dist</filename>.
|
<filename class="directory">dist</filename>.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user