Ignore:
Timestamp:
12/31/2008 04:02:36 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
6ab3e99f
Parents:
fdf8b6d0
Message:

Updated to Python-2.6.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python.xml

    rfdf8b6d0 rf4031b6c  
    77  <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
    88  <!ENTITY python-download-ftp  "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2">
    9   <!ENTITY python-md5sum        "afb5451049eda91fbde10bd5a4b7fadc">
    10   <!ENTITY python-size          "9.8 MB">
    11   <!ENTITY python-buildsize     "180 MB">
    12   <!ENTITY python-time          "1.1 SBU (additional 2.7 SBU to run the test suite)">
     9  <!ENTITY python-md5sum        "e81c2f0953aa60f8062c05a4673f2be0">
     10  <!ENTITY python-size          "10.5 MB">
     11  <!ENTITY python-buildsize     "186 MB (additional 13M to run the test suite)">
     12  <!ENTITY python-time          "1.2 SBU (additional 2.6 SBU to run the test suite)">
    1313]>
    1414
     
    6464        <para><ulink
    6565        url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para>
     66      </listitem>
     67    </itemizedlist>
     68
     69    <bridgehead renderas="sect4">Optional Patch</bridgehead>
     70    <itemizedlist spacing='compact'>
     71      <listitem>
     72        <para><ulink
     73        url="&patch-root;/Python-&Python-version;-testing-1.patch"/></para>
    6674      </listitem>
    6775    </itemizedlist>
     
    100108
    101109<screen><userinput>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
     110patch -Np1 -i ../Python-&Python-version;-testing-1.patch &amp;&amp;
    102111./configure --prefix=/usr --enable-shared &amp;&amp;
    103112make</userinput></screen>
     
    113122
    114123    <para>There is no documentation installed using the instructions above.
    115     However, There are LaTeX sources included with the distribution. See the
    116     <filename>Doc/README</filename> file in the source distribution for
    117     instructions to format the LaTeX sources. Alternatively, you can download
    118     preformatted documentation from
    119     <ulink url="http://docs.python.org/download.html"/>.</para>
     124    See the <filename>Doc/README.txt</filename> file in the source
     125    distribution for instructions on how to create the html. Alternatively,
     126    you can download preformatted documentation from <ulink
     127    url="http://docs.python.org/download.html"/>.</para>
    120128
    121129    <para>In order to use the <command>help ('name_string')</command> feature
Note: See TracChangeset for help on using the changeset viewer.