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 |
|
---|
7 | <!ENTITY six-download-http "&pymodules-dl;/s/six/six-&six-version;.tar.gz">
|
---|
8 | <!ENTITY six-download-ftp " ">
|
---|
9 | <!ENTITY six-md5sum "e92c23c882c7d5564ce5773fe31b2771">
|
---|
10 | <!ENTITY six-size "36 KB">
|
---|
11 | <!ENTITY six-buildsize "368 KB">
|
---|
12 | <!ENTITY six-time "less than 0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <!-- Begin six -->
|
---|
16 | <sect2 id="six" xreflabel="six-&six-version;">
|
---|
17 |
|
---|
18 | <title>six-&six-version;</title>
|
---|
19 |
|
---|
20 | <indexterm zone="six">
|
---|
21 | <primary sortas="a-six">six</primary>
|
---|
22 | </indexterm>
|
---|
23 |
|
---|
24 | <sect3 role="package">
|
---|
25 | <title>Introduction to Six Module</title>
|
---|
26 |
|
---|
27 | <para>
|
---|
28 | Six is a Python 2 and 3 compatibility library.
|
---|
29 | </para>
|
---|
30 |
|
---|
31 | &lfs90_checked;
|
---|
32 | <!-- Does not use gcc -->
|
---|
33 |
|
---|
34 | <bridgehead renderas="sect4">Package Information</bridgehead>
|
---|
35 | <itemizedlist spacing="compact">
|
---|
36 | <listitem>
|
---|
37 | <para>
|
---|
38 | Download (HTTP): <ulink url="&six-download-http;"/>
|
---|
39 | </para>
|
---|
40 | </listitem>
|
---|
41 | <listitem>
|
---|
42 | <para>
|
---|
43 | Download (FTP): <ulink url="&six-download-ftp;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download MD5 sum: &six-md5sum;
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download size: &six-size;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Estimated disk space required: &six-buildsize;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated build time: &six-time;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | </itemizedlist>
|
---|
67 |
|
---|
68 | <bridgehead renderas="sect4">Six Dependencies</bridgehead>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect5">Recommended Dependencies</bridgehead>
|
---|
71 | <para role="recommended">
|
---|
72 | <xref linkend="python2"/>
|
---|
73 | </para>
|
---|
74 |
|
---|
75 | <para condition="html" role="usernotes">
|
---|
76 | User Notes: <ulink url="&blfs-wiki;/six"/>
|
---|
77 | </para>
|
---|
78 | </sect3>
|
---|
79 |
|
---|
80 | <sect3 role="installation">
|
---|
81 | <title>Installation of six</title>
|
---|
82 |
|
---|
83 | <note>
|
---|
84 | <para>
|
---|
85 | Both <application>Python 2</application> and
|
---|
86 | <application>Python 3</application> modules can
|
---|
87 | be built and installed without any conflicts.
|
---|
88 | </para>
|
---|
89 | </note>
|
---|
90 |
|
---|
91 | <para>
|
---|
92 | Install <application>six</application> for Python 2 and Python 3
|
---|
93 | by running the following commands:
|
---|
94 | </para>
|
---|
95 |
|
---|
96 | <screen><userinput>python2 setup.py build &&
|
---|
97 | python3 setup.py build</userinput></screen>
|
---|
98 |
|
---|
99 | <para>
|
---|
100 | This package does not come with a test suite.
|
---|
101 | </para>
|
---|
102 |
|
---|
103 | <para>
|
---|
104 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
105 | </para>
|
---|
106 |
|
---|
107 | <screen role="root"><userinput>python2 setup.py install --optimize=1 &&
|
---|
108 | python3 setup.py install --optimize=1</userinput></screen>
|
---|
109 |
|
---|
110 | </sect3>
|
---|
111 |
|
---|
112 | <sect3 role="content">
|
---|
113 | <title>Contents</title>
|
---|
114 |
|
---|
115 | <segmentedlist>
|
---|
116 | <segtitle>Installed Programs</segtitle>
|
---|
117 | <segtitle>Installed Libraries</segtitle>
|
---|
118 | <segtitle>Installed Directories</segtitle>
|
---|
119 |
|
---|
120 | <seglistitem>
|
---|
121 | <seg>
|
---|
122 | None
|
---|
123 | </seg>
|
---|
124 | <seg>
|
---|
125 | None
|
---|
126 | </seg>
|
---|
127 | <seg>
|
---|
128 | /usr/lib/python&python2-majorver;/site-packages/six-&six-version;-py&python2-majorver;.egg and/or
|
---|
129 | /usr/lib/python&python3-majorver;/site-packages/six-&six-version;-py&python3-majorver;.egg
|
---|
130 | </seg>
|
---|
131 | </seglistitem>
|
---|
132 | </segmentedlist>
|
---|
133 | </sect3>
|
---|
134 | </sect2>
|
---|
135 | <!-- End six -->
|
---|