Author: bdubbs Date: 2008-12-30 21:02:36 -0700 (Tue, 30 Dec 2008) New Revision: 7695
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/python.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Python-2.6.1. Modified: trunk/BOOK/general/prog/python.xml =================================================================== --- trunk/BOOK/general/prog/python.xml 2008-12-30 20:35:05 UTC (rev 7694) +++ trunk/BOOK/general/prog/python.xml 2008-12-31 04:02:36 UTC (rev 7695) @@ -6,10 +6,10 @@ <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2"> <!ENTITY python-download-ftp "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2"> - <!ENTITY python-md5sum "afb5451049eda91fbde10bd5a4b7fadc"> - <!ENTITY python-size "9.8 MB"> - <!ENTITY python-buildsize "180 MB"> - <!ENTITY python-time "1.1 SBU (additional 2.7 SBU to run the test suite)"> + <!ENTITY python-md5sum "e81c2f0953aa60f8062c05a4673f2be0"> + <!ENTITY python-size "10.5 MB"> + <!ENTITY python-buildsize "186 MB (additional 13M to run the test suite)"> + <!ENTITY python-time "1.2 SBU (additional 2.6 SBU to run the test suite)"> ]> <sect1 id="python" xreflabel="Python-&Python-version;"> @@ -66,6 +66,14 @@ </listitem> </itemizedlist> + <bridgehead renderas="sect4">Optional Patch</bridgehead> + <itemizedlist spacing='compact'> + <listitem> + <para><ulink + url="&patch-root;/Python-&Python-version;-testing-1.patch"/></para> + </listitem> + </itemizedlist> + <bridgehead renderas="sect4">Optional HTML Documentation</bridgehead> <itemizedlist spacing='compact'> <listitem> @@ -99,6 +107,7 @@ commands:</para> <screen><userinput>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch && +patch -Np1 -i ../Python-&Python-version;-testing-1.patch && ./configure --prefix=/usr --enable-shared && make</userinput></screen> @@ -112,11 +121,10 @@ <screen role="root"><userinput>make install</userinput></screen> <para>There is no documentation installed using the instructions above. - However, There are LaTeX sources included with the distribution. See the - <filename>Doc/README</filename> file in the source distribution for - instructions to format the LaTeX sources. Alternatively, you can download - preformatted documentation from - <ulink url="http://docs.python.org/download.html"/>.</para> + See the <filename>Doc/README.txt</filename> file in the source + distribution for instructions on how to create the html. Alternatively, + you can download preformatted documentation from <ulink + url="http://docs.python.org/download.html"/>.</para> <para>In order to use the <command>help ('name_string')</command> feature of the <command>python</command> interpreter with some statements and Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-30 20:35:05 UTC (rev 7694) +++ trunk/BOOK/general.ent 2008-12-31 04:02:36 UTC (rev 7695) @@ -219,8 +219,8 @@ <!ENTITY NASM-version "0.98.39"> <!ENTITY pdl-version "2.4.2"> <!ENTITY php-version "5.2.3"> -<!ENTITY Python-version "2.5.2"> -<!ENTITY python-majorver "2.5"> +<!ENTITY Python-version "2.6.1"> +<!ENTITY python-majorver "2.6"> <!ENTITY ruby-version "1.8.6-p111"> <!ENTITY tcl-version "8.5.6"> <!ENTITY tk-version "8.5.6"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-30 20:35:05 UTC (rev 7694) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-31 04:02:36 UTC (rev 7695) @@ -44,6 +44,9 @@ <para>December 30th, 2008</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to Python-2.6.1.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to sane-backends-1.0.19. Added scanner group.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
