Changeset c301b97


Ignore:
Timestamp:
12/21/2003 07:18:09 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
094de6a
Parents:
1a313da0
Message:

updated to python-2.3.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python/python-inst.xml

    r1a313da0 rc301b97  
    44<para>Install <application>Python</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>patch -Np1 -i ../Python-2.3.2-gdbm-2.patch &amp;&amp;
     6<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-2.patch &amp;&amp;
    77./configure --prefix=/usr --enable-shared &amp;&amp;
    88make &amp;&amp;
    9 make install </command></userinput></screen>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
    12 
  • general/prog/python/python.ent

    r1a313da0 rc301b97  
    33<!ENTITY Python-inst SYSTEM "python-inst.xml">
    44<!ENTITY Python-desc SYSTEM "python-desc.xml">
    5 <!ENTITY Python-version "2.3.2">
    6 <!ENTITY Python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tgz">
    7 <!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tgz">
    8 <!ENTITY Python-size "8.3 MB">
    9 <!ENTITY Python-buildsize "68 MB">
    10 <!ENTITY Python-time "1.33 SBU">
     5<!ENTITY Python-version "2.3.3">
     6<!ENTITY Python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
     7<!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2">
     8<!ENTITY Python-size "6.9 MB">
     9<!ENTITY Python-buildsize "69 MB">
     10<!ENTITY Python-time "1.25 SBU">
  • index.xml

    r1a313da0 rc301b97  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20031217">
    6 <!ENTITY releasedate "December 17th, 2003">
     5<!ENTITY version "CVS-20031221">
     6<!ENTITY releasedate "December 21st, 2003">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    r1a313da0 rc301b97  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>December 21st, 2003 [igor]: Updated to
     15Python-2.3.3.</para></listitem>
    1316
    1417<listitem><para>December 17th, 2003 [larry]: Added
Note: See TracChangeset for help on using the changeset viewer.