source: general/prog/python-modules.xml@ 7d259126

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7d259126 was cd964c8, checked in by Ken Moffat <ken@…>, 6 years ago

Build the Python2 libxml2 module and clarify where / when it is used. Make an additional entry for this in the python modules - if trying to build both sets of modules before installing libxml.so, the lib has to be built twice with separate invocations of configure, that is slow if all the optional dependencies are invoked. The dependencies for docbook-xsl are all used at runtime, note that and flag their xref tags as runtime.

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[ce892ab3]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
[d2b1e2e]8<sect1 id="python-modules" xreflabel="Python Modules">
[ce892ab3]9 <?dbhtml filename="python-modules.html" ?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Python Modules</title>
17
18 <indexterm zone="python-modules">
[d2b1e2e]19 <primary sortas="a-Python-Modules">Python Modules</primary>
[ce892ab3]20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Python Modules</title>
24
[66b546a]25 <para>
26 The <application>Python</application> module packages add useful objects
27 to the <application>Python</application> language. Modules utilized by
28 packages throughout BLFS are listed here, along with their dependencies.
29 Installation of the modules shown on this page is meant to follow from top
30 to bottom to handle optional dependencies in each module.
31 </para>
[ce892ab3]32
33 <itemizedlist spacing="compact">
[ae96c4b]34 <listitem>
35 <para>
36 <xref linkend="dbus-python"/>
37 </para>
38 </listitem>
[93883ec]39 <listitem>
[22f9c48]40 <para>
[d3ea9e8]41 <xref linkend="docutils"/>
42 </para>
[22f9c48]43 </listitem>
[ce892ab3]44 <listitem>
[66b546a]45 <para>
[d3ea9e8]46 <xref linkend="pyatspi2"/>
47 </para>
[ce892ab3]48 </listitem>
[a73f7b02]49 <listitem>
50 <para>
51 <xref linkend="pycairo"/>
52 </para>
53 </listitem>
[82eddd4]54 <listitem>
55 <para>
56 <xref linkend="pycrypto"/>
57 </para>
58 </listitem>
[f4472d1]59 <listitem>
[66b546a]60 <para>
61 <xref linkend="pygobject2"/>
62 </para>
[ce892ab3]63 </listitem>
64 <listitem>
[66b546a]65 <para>
66 <xref linkend="pygobject3"/>
67 </para>
[ce892ab3]68 </listitem>
[968dece]69 <listitem>
[66b546a]70 <para>
71 <xref linkend="pygtk"/>
72 </para>
[968dece]73 </listitem>
[d938ca94]74 <listitem>
75 <para>
76 <xref linkend="pyxdg"/>
77 </para>
78 </listitem>
[879932f]79<!--
[22f9c48]80 <listitem revision="systemd">
81 <para>
82 <xref linkend="setuptools"/>
83 </para>
84 </listitem>
[879932f]85-->
[0499056]86 <listitem>
[04dc524d]87 <para>
88 <xref linkend="funcsigs"/>
89 </para>
90 </listitem>
[0499056]91 <listitem>
[22f9c48]92 <para>
93 <xref linkend="Beaker"/>
94 </para>
95 </listitem>
[cd964c8]96 <listitem>
97 <para>
98 <xref linkend="libxml2py2"/>
99 </para>
100 </listitem>
[7d35ee59]101 <listitem>
[23e36d1]102 <para>
103 <xref linkend="lxml"/>
104 </para>
105 </listitem>
[0499056]106 <listitem>
[22f9c48]107 <para>
108 <xref linkend="MarkupSafe"/>
109 </para>
110 </listitem>
111 <listitem revision="systemd">
112 <para>
113 <xref linkend="Jinja2"/>
114 </para>
115 </listitem>
[0499056]116 <listitem>
[22f9c48]117 <para>
118 <xref linkend="Mako"/>
119 </para>
120 </listitem>
[7d35ee59]121 <listitem>
122 <para>
123 <xref linkend="scour"/>
124 </para>
125 </listitem>
[505c46cc]126 <listitem>
127 <para>
128 <xref linkend="six"/>
129 </para>
130 </listitem>
[22f9c48]131 <listitem revision="systemd">
132 <para>
133 <xref linkend="PyYAML"/>
134 </para>
135 </listitem>
[ce892ab3]136 </itemizedlist>
137 </sect2>
138
[d2b1e2e]139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="dbus-python.xml"/>
[a73f7b02]141
[d3ea9e8]142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="docutils.xml"/>
144
[22f9c48]145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="pyatspi2.xml"/>
[7979906]147<!--
[d2b1e2e]148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="py2cairo.xml"/>
[7979906]150-->
[d2b1e2e]151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="pycairo.xml"/>
[82eddd4]153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="pycrypto.xml"/>
[a73f7b02]156
[d2b1e2e]157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="pygobject2.xml"/>
[a73f7b02]159
[d2b1e2e]160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="pygobject3.xml"/>
[a73f7b02]162
[d2b1e2e]163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="pygtk.xml"/>
[f4472d1]165
[d2b1e2e]166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="pyxdg.xml"/>
[d938ca94]168
[879932f]169<!--
[22f9c48]170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="setuptools.xml"/>
[879932f]172-->
[22f9c48]173
[04dc524d]174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="funcsigs.xml"/>
176
[22f9c48]177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="beaker.xml"/>
179
[cd964c8]180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="libxml2py2.xml"/>
182
[23e36d1]183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="lxml.xml"/>
185
[22f9c48]186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="markupsafe.xml"/>
188
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="jinja2.xml"/>
191
192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="mako.xml"/>
194
195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="pyyaml.xml"/>
197
[7d35ee59]198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
199 href="scour.xml"/>
200
[505c46cc]201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
202 href="six.xml"/>
203
[ce892ab3]204</sect1>
Note: See TracBrowser for help on using the repository browser.