source: general/prog/python-modules.xml@ 7979906

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 7979906 was 7979906, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to pycairo-1.13.2. Combines
build for python2 and python3. Py2cairo archived.

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
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
8<sect1 id="python-modules" xreflabel="Python Modules">
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">
19 <primary sortas="a-Python-Modules">Python Modules</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Python Modules</title>
24
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>
32
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 <xref linkend="dbus-python"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 <xref linkend="pyatspi2"/>
42 </para>
43 </listitem>
44<!--
45 <listitem>
46 <para>
47 <xref linkend="py2cairo"/>
48 </para>
49 </listitem>
50-->
51 <listitem>
52 <para>
53 <xref linkend="pycairo"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 <xref linkend="pycrypto"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 <xref linkend="pygobject2"/>
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 <xref linkend="pygobject3"/>
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 <xref linkend="pygtk"/>
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 <xref linkend="pyxdg"/>
79 </para>
80 </listitem>
81<!--
82 <listitem revision="systemd">
83 <para>
84 <xref linkend="setuptools"/>
85 </para>
86 </listitem>
87-->
88 <listitem>
89 <para>
90 <xref linkend="funcsigs"/>
91 </para>
92 </listitem>
93 <listitem>
94 <para>
95 <xref linkend="Beaker"/>
96 </para>
97 </listitem>
98 <listitem revision="systemd">
99 <para>
100 <xref linkend="lxml"/>
101 </para>
102 </listitem>
103 <listitem>
104 <para>
105 <xref linkend="MarkupSafe"/>
106 </para>
107 </listitem>
108 <listitem revision="systemd">
109 <para>
110 <xref linkend="Jinja2"/>
111 </para>
112 </listitem>
113 <listitem>
114 <para>
115 <xref linkend="Mako"/>
116 </para>
117 </listitem>
118 <listitem revision="systemd">
119 <para>
120 <xref linkend="PyYAML"/>
121 </para>
122 </listitem>
123 </itemizedlist>
124 </sect2>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="dbus-python.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="pyatspi2.xml"/>
131<!--
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="py2cairo.xml"/>
134-->
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="pycairo.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="pycrypto.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="pygobject2.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="pygobject3.xml"/>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="pygtk.xml"/>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="pyxdg.xml"/>
152
153<!--
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="setuptools.xml"/>
156-->
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="funcsigs.xml"/>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="beaker.xml"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="lxml.xml"/>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="markupsafe.xml"/>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="jinja2.xml"/>
172
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="mako.xml"/>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="pyyaml.xml"/>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.