source: general/prog/python-modules.xml@ 505c46cc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 505c46cc was 505c46cc, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Add six-1.10.0 as a runtime dependency for gtk-doc

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

  • Property mode set to 100644
File size: 4.7 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>
41 <xref linkend="pyatspi2"/>
42 </para>
43 </listitem>
[7979906]44<!--
[ce892ab3]45 <listitem>
[66b546a]46 <para>
47 <xref linkend="py2cairo"/>
[7979906]48 </para>
[ce892ab3]49 </listitem>
[7979906]50-->
[a73f7b02]51 <listitem>
52 <para>
53 <xref linkend="pycairo"/>
54 </para>
55 </listitem>
[82eddd4]56 <listitem>
57 <para>
58 <xref linkend="pycrypto"/>
59 </para>
60 </listitem>
[f4472d1]61 <listitem>
[66b546a]62 <para>
63 <xref linkend="pygobject2"/>
64 </para>
[ce892ab3]65 </listitem>
66 <listitem>
[66b546a]67 <para>
68 <xref linkend="pygobject3"/>
69 </para>
[ce892ab3]70 </listitem>
[968dece]71 <listitem>
[66b546a]72 <para>
73 <xref linkend="pygtk"/>
74 </para>
[968dece]75 </listitem>
[d938ca94]76 <listitem>
77 <para>
78 <xref linkend="pyxdg"/>
79 </para>
80 </listitem>
[879932f]81<!--
[22f9c48]82 <listitem revision="systemd">
83 <para>
84 <xref linkend="setuptools"/>
85 </para>
86 </listitem>
[879932f]87-->
[0499056]88 <listitem>
[04dc524d]89 <para>
90 <xref linkend="funcsigs"/>
91 </para>
92 </listitem>
[0499056]93 <listitem>
[22f9c48]94 <para>
95 <xref linkend="Beaker"/>
96 </para>
97 </listitem>
[7d35ee59]98 <listitem>
[23e36d1]99 <para>
100 <xref linkend="lxml"/>
101 </para>
102 </listitem>
[0499056]103 <listitem>
[22f9c48]104 <para>
105 <xref linkend="MarkupSafe"/>
106 </para>
107 </listitem>
108 <listitem revision="systemd">
109 <para>
110 <xref linkend="Jinja2"/>
111 </para>
112 </listitem>
[0499056]113 <listitem>
[22f9c48]114 <para>
115 <xref linkend="Mako"/>
116 </para>
117 </listitem>
[7d35ee59]118 <listitem>
119 <para>
120 <xref linkend="scour"/>
121 </para>
122 </listitem>
[505c46cc]123 <listitem>
124 <para>
125 <xref linkend="six"/>
126 </para>
127 </listitem>
[22f9c48]128 <listitem revision="systemd">
129 <para>
130 <xref linkend="PyYAML"/>
131 </para>
132 </listitem>
[ce892ab3]133 </itemizedlist>
134 </sect2>
135
[d2b1e2e]136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="dbus-python.xml"/>
[a73f7b02]138
[22f9c48]139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="pyatspi2.xml"/>
[7979906]141<!--
[d2b1e2e]142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="py2cairo.xml"/>
[7979906]144-->
[d2b1e2e]145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="pycairo.xml"/>
[82eddd4]147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="pycrypto.xml"/>
[a73f7b02]150
[d2b1e2e]151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="pygobject2.xml"/>
[a73f7b02]153
[d2b1e2e]154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="pygobject3.xml"/>
[a73f7b02]156
[d2b1e2e]157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="pygtk.xml"/>
[f4472d1]159
[d2b1e2e]160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="pyxdg.xml"/>
[d938ca94]162
[879932f]163<!--
[22f9c48]164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="setuptools.xml"/>
[879932f]166-->
[22f9c48]167
[04dc524d]168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="funcsigs.xml"/>
170
[22f9c48]171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="beaker.xml"/>
173
[23e36d1]174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="lxml.xml"/>
176
[22f9c48]177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="markupsafe.xml"/>
179
180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="jinja2.xml"/>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="mako.xml"/>
185
186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
187 href="pyyaml.xml"/>
188
[7d35ee59]189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
190 href="scour.xml"/>
191
[505c46cc]192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
193 href="six.xml"/>
194
[ce892ab3]195</sect1>
Note: See TracBrowser for help on using the repository browser.