source: general/prog/python-modules.xml@ 93883ec

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 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 93883ec was 93883ec, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to gtk+-3.22.7
Update to gdk-pixbuf-2.36.4
Update to dconf-editor-3.22.3
Update to libgtop-2.34.2
Update to pyatspi2-2.20.3
Make pyatspi2 available for sysvinit (required for GTK3 test suite)

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

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