source: general/prog/python2.xml@ 1a64240

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1a64240 was 1a64240, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to Python-2.7.10.
Tag Xapian-1.2.21 checked with gcc5.

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

  • Property mode set to 100644
File size: 11.0 KB
RevLine 
[bf847d6d]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[181662f]7 <!ENTITY python2-download-http
[549e65f]8 "https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
[27d9434]9 <!ENTITY python2-download-ftp " ">
[1a64240]10 <!ENTITY python2-md5sum "c685ef0b8e9f27b5e3db5db12b268ac6">
[549e65f]11 <!ENTITY python2-size "12 MB">
[1a64240]12 <!ENTITY python2-buildsize "227 MB (additional 18 MB for the tests)">
13 <!ENTITY python2-time "0.8 SBU (additional 5.5 SBU for tests)">
[82fac2c]14
[181662f]15 <!ENTITY python2htmldoc-download-http
[1a64240]16 "https://docs.python.org/2.7/archives/python-&python2-version;-docs-html.tar.bz2">
17 <!ENTITY python2htmldoc-md5sum "5f07d5079327be83f450ecc459ffe249">
[d80de44]18 <!ENTITY python2htmldoc-size "4.4 MB">
[bf847d6d]19]>
20
[4716d52]21<sect1 id="python2" xreflabel="Python-&python2-version;">
[bf847d6d]22 <?dbhtml filename="python2.html" ?>
23
24 <sect1info>
[4949485e]25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
[bf847d6d]27 </sect1info>
28
29 <title>Python-&python2-version;</title>
30
[4716d52]31 <indexterm zone="python2">
[82fac2c]32 <primary sortas="a-Python2">Python2</primary>
[bf847d6d]33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to Python 2</title>
37
[181662f]38 <para>
39 The <application>Python 2</application> package contains the
[82fac2c]40 <application>Python</application> development environment. It is useful
[181662f]41 for object-oriented programming, writing scripts, prototyping large
42 programs or developing entire applications. This version is for backward
43 compatibility with other dependent packages.
44 </para>
[bf847d6d]45
[1a64240]46 &lfs77_checked; &gcc5_checked;
[bf847d6d]47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
[181662f]51 <para>
52 Download (HTTP): <ulink url="&python2-download-http;"/>
53 </para>
[bf847d6d]54 </listitem>
55 <listitem>
[181662f]56 <para>
57 Download (FTP): <ulink url="&python2-download-ftp;"/>
58 </para>
[bf847d6d]59 </listitem>
60 <listitem>
[181662f]61 <para>
62 Download MD5 sum: &python2-md5sum;
63 </para>
[bf847d6d]64 </listitem>
65 <listitem>
[181662f]66 <para>
67 Download size: &python2-size;
68 </para>
[bf847d6d]69 </listitem>
70 <listitem>
[181662f]71 <para>
72 Estimated disk space required: &python2-buildsize;
73 </para>
[bf847d6d]74 </listitem>
75 <listitem>
[181662f]76 <para>
77 Estimated build time: &python2-time;
78 </para>
[bf847d6d]79 </listitem>
80 </itemizedlist>
81
[5d11f8f]82 <itemizedlist spacing="compact">
83 <title>Optional HTML Documentation</title>
[bf847d6d]84 <listitem>
[181662f]85 <para>
[5d11f8f]86 Download (HTTP): <ulink url="&python2htmldoc-download-http;"/>
[181662f]87 </para>
[bf847d6d]88 </listitem>
89 <listitem>
[181662f]90 <para>
[5d11f8f]91 Download MD5 sum: &python2htmldoc-md5sum;
[181662f]92 </para>
[bf847d6d]93 </listitem>
[fb990982]94 <listitem>
95 <para>
[5d11f8f]96 Download size: &python2htmldoc-size;
[fb990982]97 </para>
98 </listitem>
99 </itemizedlist>
100
[03d30cf]101 <bridgehead renderas="sect3">Python 2 Dependencies</bridgehead>
[bf847d6d]102
[82fac2c]103 <bridgehead renderas="sect4">Recommended</bridgehead>
104 <para role="recommended">
[adf6dd9a]105 <xref linkend="libffi"/>
[82fac2c]106 </para>
107
[bf847d6d]108 <bridgehead renderas="sect4">Optional</bridgehead>
[181662f]109 <para role="optional">
[549e65f]110 <xref linkend="bluez"/> and
111 <xref linkend="valgrind"/>
[82fac2c]112 </para>
113
114 <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
115 <para role="optional">
116 <xref linkend="db"/>,
[181662f]117 <xref linkend="openssl"/>,
[82fac2c]118 <xref linkend="sqlite"/> and
119 <xref linkend="tk"/>
[181662f]120 </para>
121
[5be3a74]122 <note>
123 <para>
[13507eb]124 <!-- new for ff31. Any reasonable version of openssl will do,
125 even old maintained versions, so do not xref openssl here -->
[b9f61df]126 If you are building <xref linkend="thunderbird"/> or
127 <xref linkend="firefox"/>
[80454f5]128 you must install <application>openssl</application> before you build
[5be3a74]129 <application>Python 2</application>.
130 </para>
131 </note>
132
[181662f]133 <para condition="html" role="usernotes">
134 User Notes: <ulink url="&blfs-wiki;/Python"/>
135 </para>
[bf847d6d]136 </sect2>
137
138 <sect2 role="installation">
[03d30cf]139 <title>Installation of Python 2</title>
[bf847d6d]140
[181662f]141 <para>
[03d30cf]142 Install <application>Python 2</application> by running the following
[181662f]143 commands:
144 </para>
[bf847d6d]145
[167a240]146<screen><userinput>./configure --prefix=/usr \
[82fac2c]147 --enable-shared \
148 --with-system-expat \
149 --with-system-ffi \
150 --enable-unicode=ucs4 &amp;&amp;
[bf847d6d]151make</userinput></screen>
152
[167a240]153 <para>
[1a64240]154 To test the results, issue: <command>make -k test</command>.
155 One test fails for unknown reasons.
[181662f]156 </para>
[bf847d6d]157
[181662f]158 <para>
159 Now, as the <systemitem class="username">root</systemitem> user:
160 </para>
[bf847d6d]161
[7224506]162<screen role="root"><userinput>make install &amp;&amp;
163chmod -v 755 /usr/lib/libpython&python2-majorver;.so.1.0</userinput></screen>
[bf847d6d]164
[181662f]165 <para>
[7fe0ce3b]166 Since <application>Python 2</application> is in maintenance mode, and
167 <application>Python 3</application> is recommended by upstream for
[8b9b43e]168 development, you probably do not need to install the documentation.
[7fe0ce3b]169 However, if you still want to install documentation for both
[8b9b43e]170 <application>Python</application> versions, be sure to define the
171 <envar>PYTHONDOCS</envar>
[7fe0ce3b]172 variable for the version you want to use, each time you need to consult
173 the documentation. If you have downloaded the preformatted documentation
174 from <ulink url="http://docs.python.org/download.html"/>, install it
[03d30cf]175 as the <systemitem class="username">root</systemitem> user:
[181662f]176 </para>
177
[23d3543c]178<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python2-version; &amp;&amp;
[03d30cf]179tar --strip-components=1 -C /usr/share/doc/python-&python2-version; \
[ff3093a7]180 --no-same-owner -xvf ../python-&python2-version;-docs-html.tar.bz2 &amp;&amp;
[03d30cf]181find /usr/share/doc/python-&python2-version; -type d -exec chmod 0755 {} \; &amp;&amp;
182find /usr/share/doc/python-&python2-version; -type f -exec chmod 0644 {} \;</userinput></screen>
[bf847d6d]183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
[82fac2c]188 <para>
189 <option>--with-system-expat</option>: This switch enables linking against
[56605b9]190 system version of <application>Expat</application>.
[82fac2c]191 </para>
192
193 <para>
194 <option>--with-system-ffi</option>: This switch enables linking against
195 system version of <application>libffi</application>. Remove if you have
[03d30cf]196 not installed <xref linkend="libffi"/>.
[82fac2c]197 </para>
198
199 <para>
200 <parameter>--enable-unicode=ucs4</parameter>: This switch enables
201 32bit Unicode support in <application>Python</application>.
202 </para>
203
204 <para>
205 <parameter>--with-dbmliborder=bdb:gdbm:ndbm</parameter>: Use this switch
[0d7900a]206 if you want to build <application>Python</application> DBM Module
[82fac2c]207 against <application>Berkeley DB</application> instead of
208 <application>GDBM</application>.
209 </para>
210
[181662f]211 <para>
[0d7900a]212 <command>chmod ...</command>: Fix permissions for libraries to be
[181662f]213 consistent with other libraries.
214 </para>
[82fac2c]215
[bf847d6d]216 </sect2>
217
218 <sect2 role="configuration">
219 <title>Configuring Python 2</title>
220
[181662f]221 <para>
222 In order for <command>python</command> to find the installed
223 documentation, you must add the following environment variable to
224 individual user's or the system's profile:
225 </para>
[bf847d6d]226
[03d30cf]227<screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-&python2-version;</userinput></screen>
[82fac2c]228
[bf847d6d]229 </sect2>
230
231 <sect2 role="content">
232 <title>Contents</title>
233
234 <segmentedlist>
235 <segtitle>Installed Programs</segtitle>
[03d30cf]236 <segtitle>Installed Library</segtitle>
[bf847d6d]237 <segtitle>Installed Directories</segtitle>
238
239 <seglistitem>
[181662f]240 <seg>
[167a240]241 2to3, pydoc, python (symlink), python-config (symlink),
242 python2 (symlink), python2-config (symlink),
[03d30cf]243 python&python2-majorver;, python&python2-majorver;-config,
[d0aecd33]244 smtpd.py, and idle
[181662f]245 </seg>
246 <seg>
[03d30cf]247 libpython&python2-majorver;.so
[181662f]248 </seg>
249 <seg>
250 /usr/include/python&python2-majorver;,
251 /usr/lib/python&python2-majorver;, and
252 /usr/share/doc/python-&python2-version;</seg>
[bf847d6d]253 </seglistitem>
254 </segmentedlist>
255
256 <variablelist>
257 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
258 <?dbfo list-presentation="list"?>
259 <?dbhtml list-presentation="table"?>
260
[62f9a8e]261 <varlistentry id="python2-2to3">
262 <term><command>2to3</command></term>
263 <listitem>
264 <para>
265 is a <application>Python</application> program that reads
266 <application>Python 2.x</application> source code and applies a series of
267 fixers to transform it into valid <application>Python 3.x</application>
268 code.
269 </para>
270 <indexterm zone="python2 python2-2to3">
271 <primary sortas="b-2to3">2to3</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
[03d30cf]276 <varlistentry id="idle">
[bf847d6d]277 <term><command>idle</command></term>
278 <listitem>
[181662f]279 <para>
280 is a wrapper script that opens a <application>Python</application>
[d0aecd33]281 aware GUI editor. For this script to run, you must have installed
282 <application>Tk</application> before Python so that the Tkinter
283 Python module is built.
[181662f]284 </para>
[03d30cf]285 <indexterm zone="python2 idle">
286 <primary sortas="b-idle">idle</primary>
[bf847d6d]287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="pydoc2">
292 <term><command>pydoc</command></term>
293 <listitem>
[181662f]294 <para>
295 is the <application>Python</application> documentation tool.
296 </para>
[4716d52]297 <indexterm zone="python2 pydoc2">
[bf847d6d]298 <primary sortas="b-pydoc2">pydoc</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
[181662f]303 <varlistentry id="python">
[bf847d6d]304 <term><command>python</command></term>
305 <listitem>
[181662f]306 <para>
307 is an interpreted, interactive, object-oriented programming
308 language.
309 </para>
310 <indexterm zone="python2 python">
[4716d52]311 <primary sortas="b-python2">python</primary>
[bf847d6d]312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="python2-ver">
317 <term><command>python&python2-majorver;</command></term>
318 <listitem>
[181662f]319 <para>
320 is a version-specific name for the <command>python</command>
321 program.
322 </para>
[4716d52]323 <indexterm zone="python2 python2-ver">
[b88be39]324 <primary sortas="b-python&python2-majorver;">python&python2-majorver;</primary>
[bf847d6d]325 </indexterm>
326 </listitem>
327 </varlistentry>
328
[03d30cf]329 <varlistentry id="smtpd.py">
[bf847d6d]330 <term><command>smtpd.py</command></term>
331 <listitem>
[181662f]332 <para>
333 is an SMTP proxy implemented in <application>Python</application>.
334 </para>
[03d30cf]335 <indexterm zone="python2 smtpd.py">
336 <primary sortas="b-smtpd.py">smtpd.py</primary>
[bf847d6d]337 </indexterm>
338 </listitem>
339 </varlistentry>
[82fac2c]340
[bf847d6d]341 </variablelist>
[82fac2c]342
[bf847d6d]343 </sect2>
[82fac2c]344
[bf847d6d]345</sect1>
Note: See TracBrowser for help on using the repository browser.