Ignore:
Timestamp:
07/28/2009 09:43:23 AM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
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:
c7b3f77
Parents:
584ded4
Message:

Updated to Python-2.6.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python.xml

    r584ded4 r48b816cb  
    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        "e81c2f0953aa60f8062c05a4673f2be0">
    10   <!ENTITY python-size          "10.9 MB">
    11   <!ENTITY python-buildsize     "227 MB">
    12   <!ENTITY python-time          "1.4 SBU (additional 2.9 SBU to run the test suite)">
     9  <!ENTITY python-md5sum        "245db9f1e0f09ab7e0faaa0cf7301011">
     10  <!ENTITY python-size          "11 MB">
     11  <!ENTITY python-buildsize     "171 MB (23MB for the test suite, additional 26MB for the documentation">
     12  <!ENTITY python-time          "1 SBU (additional 2.9 SBU to run the test suite)">
    1313]>
    1414
     
    3434    This is useful for object-oriented programming, writing scripts,
    3535    prototyping large programs or developing entire applications.</para>
     36
     37    <!-- Python compiled against Pth, OpenSSL, and SQLite.
     38         326 tests OK, 36 tests skipped, 0 failures -->
     39
     40    &lfs65_checked;
    3641
    3742    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    114119<screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" \
    115120     setup.py &amp;&amp;
    116 sed -i "s/www.python.invalid./sadflkjsasf.i.nvali.d/" \
    117      Lib/test/test_urllib2_localnet.py \
    118      Lib/test/test_urllibnet.py &amp;&amp;
    119121
    120122./configure --prefix=/usr --enable-shared &amp;&amp;
     
    158160    is used to fix a build problem with the <application>GDBM</application>
    159161    library.</para>
    160 
    161     <para><command>sed -i "s/www.python.invalid./ ..."</command>: This command
    162     is copied from upstream and used to fix an intermittent problem with a
    163     couple of the test suite programs.</para>
    164162
    165163  </sect2>
Note: See TracChangeset for help on using the changeset viewer.