source: general/prog/python-dependencies.xml@ 0cf85fa

11.3 12.0 12.1 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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0cf85fa was 0cf85fa, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Add files referenced by sphinx

File content is totally bogus...

  • Property mode set to 100644
File size: 4.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-dependencies" xreflabel="Python Dependencies">
9 <?dbhtml filename="python-dependencies.html" ?>
10
11 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>Python Dependencies</title>
16
17 <indexterm zone="python-dependencies">
18 <primary sortas="a-Python-Dependencies">Python Dependencies</primary>
19 </indexterm>
20
21 <sect2 role="package">
22 <title>Introduction to Python Dependencies</title>
23
24 <para>
25 Python modules listed in <xref linkend="python-modules"/> have
26 dependencies that are not referenced by other packages in BLFS.
27 These dependencies are listed here. They will not get updated on
28 regular basis, unless a more recent version is needed.
29 </para>
30
31 <important>
32 <para>
33 In BLFS, we normally build and install Python 3 modules with
34 <command>pip3</command>. Please take care that the
35 <command>pip3 install</command> commands in the book should be
36 run as &root; unless it's for a Python virtual environment. Running
37 <command>pip3 install</command> as a non-&root; user may seem to
38 work fine, but it will cause the installed module to be inaccessible by
39 other users.
40 </para>
41 <para>
42 <command>pip3 install</command> will not reinstall an already
43 installed module by default. For using the
44 <command>pip3 install</command> command to upgrade a module (for
45 example, from meson-0.61.3 to meson-0.62.0), insert
46 <parameter>--upgrade</parameter> into the command line. If it's really
47 necessary to downgrade a module or reinstall the same version for
48 some reason, insert <parameter>--force-reinstall</parameter> into
49 the command line.
50 </para>
51 </important>
52
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>
56 <xref linkend="alabaster"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 <xref linkend="babel"/>
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 <xref linkend="imagesize"/>
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 <xref linkend="packaging"/>
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 <xref linkend="requests"/>
77 </para>
78 </listitem>
79 <listitem>
80 <para>
81 <xref linkend="snowballstemmer"/>
82 </para>
83 </listitem>
84 <listitem>
85 <para>
86 <xref linkend="sphinxcontrib-applehelp"/>
87 </para>
88 </listitem>
89 <listitem>
90 <para>
91 <xref linkend="sphinxcontrib-devhelp"/>
92 </para>
93 </listitem>
94 <listitem>
95 <para>
96 <xref linkend="sphinxcontrib-htmlhelp"/>
97 </para>
98 </listitem>
99 <listitem>
100 <para>
101 <xref linkend="sphinxcontrib-jsmath"/>
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 <xref linkend="sphinxcontrib-qthelp"/>
107 </para>
108 </listitem>
109 <listitem>
110 <para>
111 <xref linkend="sphinxcontrib-serializinghtml"/>
112 </para>
113 </listitem>
114 </itemizedlist>
115 </sect2>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="python-dependencies/alabaster.xml"/>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="python-dependencies/babel.xml"/>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="python-dependencies/imagesize.xml"/>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="python-dependencies/packaging.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="python-dependencies/requests.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="python-dependencies/snowballstemmer.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="python-dependencies/sphinxcontrib-applehelp.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="python-dependencies/sphinxcontrib-devhelp.xml"/>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="python-dependencies/sphinxcontrib-htmlhelp.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="python-dependencies/sphinxcontrib-jsmath.xml"/>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="python-dependencies/sphinxcontrib-qthelp.xml"/>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="python-dependencies/sphinxcontrib-serializinghtml.xml"/>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.