Changeset 2cee003


Ignore:
Timestamp:
02/11/2012 02:55:35 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0ec71e95
Parents:
dda9e84
Message:

Python 3 installs python3, not python

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rdda9e84 r2cee003  
    55  %general-entities;
    66
    7   <!ENTITY python3-download-http "http://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    8   <!ENTITY python3-download-ftp  "&gentoo-ftp-repo;/Python-&python3-version;.tar.xz">
     7  <!ENTITY python3-download-http
     8  "http://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
     9  <!ENTITY python3-download-ftp
     10  "&gentoo-ftp-repo;/Python-&python3-version;.tar.xz">
    911  <!ENTITY python3-md5sum        "3720ce9460597e49264bbb63b48b946d">
    1012  <!ENTITY python3-size          "8.5 MB">
    1113  <!ENTITY python3-buildsize     "141 MB (23MB for the test suite)">
    1214  <!ENTITY python3-time          "1 SBU (additional 2.9 SBU to run the test suite)">
    13   <!ENTITY python3htmldoc-download-http "http://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
     15  <!ENTITY python3htmldoc-download-http
     16  "http://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
    1417  <!ENTITY python3htmldoc-md5sum        "55af06e320f35920ea9fed1f143e1286">
    1518  <!ENTITY python3htmldoc-size          "4.2 MB">
     
    7679      <title>Optional HTML Documentation</title>
    7780      <listitem>
    78         <para>Download (HTTP): <ulink url="&python3htmldoc-download-http;"/></para>
     81        <para>Download (HTTP):
     82        <ulink url="&python3htmldoc-download-http;"/></para>
    7983      </listitem>
    8084      <listitem>
     
    172176    individual user's or the system's profile:</para>
    173177
    174     <screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/Python-&python3-version;/html</userinput></screen>
     178<screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/Python-&python3-version;/html</userinput></screen>
    175179
    176180  </sect2>
     
    198202        python&python3-majorver;m,
    199203
    200         smtpd.py, and optionally if <application>Tk</application> is installed, idle</seg>
     204        smtpd.py, and optionally if <application>Tk</application> is installed,
     205        idle</seg>
    201206       
    202         <seg>libpython3.so, libpython&python3-majorver;m.so.1.0 and numerous modules installed in
    203         /usr/lib/python&python3-majorver;</seg>
     207        <seg>libpython3.so, libpython&python3-majorver;m.so.1.0 and numerous
     208        modules installed in /usr/lib/python&python3-majorver;</seg>
    204209       
    205210        <seg>/usr/include/python&python3-majorver;,
     
    237242
    238243      <varlistentry id="python3-prog">
    239         <term><command>python</command></term>
     244        <term><command>python3</command></term>
    240245        <listitem>
    241246          <para>is an interpreted, interactive, object-oriented programming
     
    253258          program.</para>
    254259          <indexterm zone="python3 python-ver">
    255             <primary sortas="b-python&python3-majorver;">python&python3-majorver;</primary>
     260            <primary
     261            sortas="b-python&python3-majorver;">python&python3-majorver;</primary>
    256262          </indexterm>
    257263        </listitem>
Note: See TracChangeset for help on using the changeset viewer.