source: general/prog/python-modules.xml@ 00cbc797

lazarus
Last change on this file since 00cbc797 was cc1c942, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package updates
Archive python modules decorator and python-slip which are no longer used.
Update to Python3-3.9.7.
Update to libcap-2.57.

  • Property mode set to 100644
File size: 5.7 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 <date>$Date$</date>
13 </sect1info>
14
15 <title>Python Modules</title>
16
17 <indexterm zone="python-modules">
18 <primary sortas="a-Python-Modules">Python Modules</primary>
19 </indexterm>
20
21 <sect2 role="package">
22 <title>Introduction to Python Modules</title>
23
24 <para>
25 The <application>Python</application> module packages add useful objects
26 to the <application>Python</application> language. Modules utilized by
27 packages throughout BLFS are listed here, along with their dependencies.
28 </para>
29
30 <itemizedlist spacing="compact">
31 <listitem>
32 <para>
33 <xref linkend="dbus-python"/>
34 </para>
35 </listitem>
36<!-- <listitem>
37 <para>
38 <xref linkend="decorator"/>
39 </para>
40 </listitem>
41-->
42 <listitem>
43 <para>
44 <xref linkend="docutils"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 <xref linkend="py3c"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 <xref linkend="pyatspi2"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 <xref linkend="pycairo"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 <xref linkend="pycairo2"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 <xref linkend="pycryptodome"/>
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 <xref linkend="python-dbusmock"/>
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 <xref linkend="pygments"/>
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 <xref linkend="pygobject2"/>
85 </para>
86 </listitem>
87 <listitem>
88 <para>
89 <xref linkend="pygobject3"/>
90 </para>
91 </listitem>
92 <listitem>
93 <para>
94 <xref linkend="pygtk"/>
95 </para>
96 </listitem>
97 <listitem>
98 <para>
99 <xref linkend="pyxdg"/>
100 </para>
101 </listitem>
102<!-- <listitem>
103 <para>
104 <xref linkend="funcsigs"/>
105 </para>
106 </listitem>
107-->
108<!-- <listitem>
109 <para>
110 <xref linkend="Beaker"/>
111 </para>
112 </listitem>
113-->
114 <listitem>
115 <para>
116 <xref linkend="libxml2py2"/>
117 </para>
118 </listitem>
119 <listitem>
120 <para>
121 <xref linkend="lxml"/>
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 <xref linkend="MarkupSafe"/>
127 </para>
128 </listitem>
129 <listitem>
130 <para>
131 <xref linkend="Jinja2"/>
132 </para>
133 </listitem>
134 <listitem>
135 <para>
136 <xref linkend="Mako"/>
137 </para>
138 </listitem>
139<!-- <listitem>
140 <para>
141 <xref linkend="python-slip"/>
142 </para>
143 </listitem>
144-->
145 <listitem>
146 <para>
147 <xref linkend="scour"/>
148 </para>
149 </listitem>
150 <listitem>
151 <para>
152 <xref linkend="six"/>
153 </para>
154 </listitem>
155 <listitem>
156 <para>
157 <xref linkend="PyYAML"/>
158 </para>
159 </listitem>
160 </itemizedlist>
161 </sect2>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="dbus-python.xml"/>
165
166<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="decorator.xml"/>
168-->
169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
170 href="docutils.xml"/>
171
172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
173 href="py3c.xml"/>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="pyatspi2.xml"/>
177<!--
178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="py2cairo.xml"/>
180-->
181 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
182 href="pycairo.xml"/>
183
184 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
185 href="pycairo2.xml"/>
186
187 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
188 href="pycryptodome.xml"/>
189
190 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
191 href="python-dbusmock.xml"/>
192
193 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
194 href="pygments.xml"/>
195
196 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
197 href="pygobject2.xml"/>
198
199 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
200 href="pygobject3.xml"/>
201
202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
203 href="pygtk.xml"/>
204
205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
206 href="pyxdg.xml"/>
207
208<!--
209 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
210 href="setuptools.xml"/>
211-->
212
213<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
214 href="funcsigs.xml"/> -->
215
216<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
217 href="beaker.xml"/>-->
218
219 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
220 href="libxml2py2.xml"/>
221
222 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
223 href="lxml.xml"/>
224
225 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
226 href="markupsafe.xml"/>
227
228 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
229 href="jinja2.xml"/>
230
231 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
232 href="mako.xml"/>
233
234<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
235 href="python-slip.xml"/>-->
236
237 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
238 href="pyyaml.xml"/>
239
240 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
241 href="scour.xml"/>
242
243 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
244 href="six.xml"/>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.