Changeset f522e9a for general


Ignore:
Timestamp:
03/17/2007 04:58:53 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
94705d9
Parents:
3e74bafe
Message:

Updated to Python-2.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python.xml

    r3e74bafe rf522e9a  
    77  <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
    88  <!ENTITY python-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/Python-&Python-version;.tar.bz2">
    9   <!ENTITY python-md5sum        "0ba90c79175c017101100ebf5978e906">
    10   <!ENTITY python-size          "7.8 MB">
    11   <!ENTITY python-buildsize     "110 MB">
    12   <!ENTITY python-time          "1.0 SBU (additional 2.6 SBU to run the test suite)">
     9  <!ENTITY python-md5sum        "ddb7401e711354ca83b7842b733825a3">
     10  <!ENTITY python-size          "9.3 MB">
     11  <!ENTITY python-buildsize     "157 MB">
     12  <!ENTITY python-time          "1.1 SBU (additional 2.8 SBU to run the test suite)">
    1313]>
    1414
     
    114114
    115115      <seglistitem>
    116         <seg>pydoc, python, python2.4, smtpd.py, and optionally if
     116        <seg>pydoc, python, python2.5, smtpd.py, and optionally if
    117117        <application>Tk</application> is installed, idle</seg>
    118         <seg>libpython2.4.so and numerous modules installed in
    119         /usr/lib/python2.4/lib-dynload</seg>
    120         <seg>/usr/include/python2.4 and /usr/lib/python2.4</seg>
     118        <seg>libpython2.5.so and numerous modules installed in
     119        /usr/lib/python2.5/lib-dynload</seg>
     120        <seg>/usr/include/python2.5 and /usr/lib/python2.5</seg>
    121121      </seglistitem>
    122122    </segmentedlist>
     
    160160      </varlistentry>
    161161
    162       <varlistentry id="python2.4">
    163         <term><command>python2.4</command></term>
     162      <varlistentry id="python2.5">
     163        <term><command>python2.5</command></term>
    164164        <listitem>
    165165          <para>is a version-specific name for the <command>python</command>
    166166          program.</para>
    167           <indexterm zone="python python2.4">
    168             <primary sortas="b-python2.4">python2.4</primary>
     167          <indexterm zone="python python2.5">
     168            <primary sortas="b-python2.5">python2.5</primary>
    169169          </indexterm>
    170170        </listitem>
Note: See TracChangeset for help on using the changeset viewer.