source: general/prog/python.xml@ db01861

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since db01861 was db01861, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Updated to Python-2.4.3

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
8 <!ENTITY python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2">
9 <!ENTITY python-md5sum "141c683447d5e76be1d2bd4829574f02">
10 <!ENTITY python-size "7.6 MB">
11 <!ENTITY python-buildsize "116 MB">
12 <!ENTITY python-time "0.9 SBU (additional 2.2 SBU to run the test suite)">
13]>
14
15<sect1 id="python" xreflabel="Python-&Python-version;">
16 <?dbhtml filename="python.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">Python-&Python-version;.tar</keyword>
23 <keyword role="ftpdir">Python</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Python-&Python-version;</title>
28
29 <indexterm zone="python">
30 <primary sortas="a-Python">Python</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Python</title>
35
36 <para>The <application>Python</application> package contains the
37 <application>Python</application> development environment.
38 This is useful for object-oriented programming, writing scripts,
39 prototyping large programs or developing entire applications.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&python-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&python-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &python-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &python-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &python-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &python-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required patch: <ulink
67 url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Python Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="openssl"/>,
75 <xref linkend="tk"/>, and
76 <xref linkend="gdbm"/></para>
77 <!-- <xref linkend="db"/> -->
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/Python"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Python</title>
86
87 <para>Install <application>Python</application> by running the following
88 commands:</para>
89
90<screen><userinput>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
91./configure --prefix=/usr --enable-shared &amp;&amp;
92make</userinput></screen>
93
94 <para>To test the results, issue: <command>make test</command>.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 <note>
101 <para>There is no documentation installed using the instructions above.
102 However, There are LaTeX sources included with the distribution. See the
103 <filename>Doc/README</filename> file in the source distribution for
104 instructions to format the LaTeX sources. Alternatively, you can download
105 preformatted documentation from
106 <ulink url="http://www.python.org/doc/current/download.html"/>.</para>
107 </note>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>pydoc, python, python2.4, smtpd.py, and optionally if
121 <application>Tk</application> is installed, idle</seg>
122 <seg>libpython2.4.so and numerous modules installed in
123 /usr/lib/python2.4/lib-dynload</seg>
124 <seg>/usr/include/python2.4 and /usr/lib/python2.4</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="idle">
134 <term><command>idle</command></term>
135 <listitem>
136 <para>is a wrapper script that opens a
137 <application>Python</application> aware GUI editor.</para>
138 <indexterm zone="python idle">
139 <primary sortas="b-idle">idle</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="pydoc">
145 <term><command>pydoc</command></term>
146 <listitem>
147 <para>is the <application>Python</application> documentation
148 tool.</para>
149 <indexterm zone="python pydoc">
150 <primary sortas="b-pydoc">pydoc</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="python-prog">
156 <term><command>python</command></term>
157 <listitem>
158 <para>is an interpreted, interactive, object-oriented programming
159 language.</para>
160 <indexterm zone="python python-prog">
161 <primary sortas="b-python">python</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="python2.4">
167 <term><command>python2.4</command></term>
168 <listitem>
169 <para>is a version-specific name for the <command>python</command>
170 program.</para>
171 <indexterm zone="python python2.4">
172 <primary sortas="b-python2.4">python2.4</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="smtpd.py">
178 <term><command>smtpd.py</command></term>
179 <listitem>
180 <para>is an SMTP proxy implemented in
181 <application>Python</application>.</para>
182 <indexterm zone="python smtpd.py">
183 <primary sortas="b-smtpd.py">smtpd.py</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.