source: general/prog/python-dependencies.xml@ 7e24b60

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 7e24b60 was 7e24b60, checked in by Xi Ruoyao <xry111@…>, 15 months ago

add meson_python-0.12.0 (#17547)

  • Property mode set to 100644
File size: 8.8 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<!--
55 <listitem>
56 <para>
57 <xref linkend="pythonhosted"/>
58 </para>
59 </listitem>
60-->
61 <listitem>
62 <para>
63 <xref linkend="alabaster"/>
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 <xref linkend="attrs"/>
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 <xref linkend="babel"/>
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 <xref linkend="charset-normalizer"/>
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 <xref linkend="commonmark"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 <xref linkend="editables"/>
89 </para>
90 </listitem>
91 <listitem>
92 <para>
93 <xref linkend="flit_core"/>
94 </para>
95 </listitem>
96 <listitem>
97 <para>
98 <xref linkend="hatchling"/>
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 <xref linkend="hatch-vcs"/>
104 </para>
105 </listitem>
106 <listitem>
107 <para>
108 <xref linkend="idna"/>
109 </para>
110 </listitem>
111 <listitem>
112 <para>
113 <xref linkend="imagesize"/>
114 </para>
115 </listitem>
116 <listitem>
117 <para>
118 <xref linkend="iniconfig"/>
119 </para>
120 </listitem>
121 <listitem>
122 <para>
123 <xref linkend="markdown"/>
124 </para>
125 </listitem>
126 <listitem>
127 <para>
128 <xref linkend="meson_python"/>
129 </para>
130 </listitem>
131 <listitem>
132 <para>
133 <xref linkend="pathspec"/>
134 </para>
135 </listitem>
136 <listitem>
137 <para>
138 <xref linkend="pluggy"/>
139 </para>
140 </listitem>
141 <listitem>
142 <para>
143 <xref linkend="py"/>
144 </para>
145 </listitem>
146 <listitem>
147 <para>
148 <xref linkend="pyproject-metadata"/>
149 </para>
150 </listitem>
151 <listitem>
152 <para>
153 <xref linkend="pytz"/>
154 </para>
155 </listitem>
156 <listitem>
157 <para>
158 <xref linkend="setuptools_scm"/>
159 </para>
160 </listitem>
161 <listitem>
162 <para>
163 <xref linkend="smartypants"/>
164 </para>
165 </listitem>
166 <listitem>
167 <para>
168 <xref linkend="snowballstemmer"/>
169 </para>
170 </listitem>
171 <listitem>
172 <para>
173 <xref linkend="sc-applehelp"/>
174 </para>
175 </listitem>
176 <listitem>
177 <para>
178 <xref linkend="sc-devhelp"/>
179 </para>
180 </listitem>
181 <listitem>
182 <para>
183 <xref linkend="sc-htmlhelp"/>
184 </para>
185 </listitem>
186 <listitem>
187 <para>
188 <xref linkend="sc-jsmath"/>
189 </para>
190 </listitem>
191 <listitem>
192 <para>
193 <xref linkend="sc-qthelp"/>
194 </para>
195 </listitem>
196 <listitem>
197 <para>
198 <xref linkend="sc-serializinghtml"/>
199 </para>
200 </listitem>
201 <listitem>
202 <para>
203 <xref linkend="typing_extensions"/>
204 </para>
205 </listitem>
206 <listitem>
207 <para>
208 <xref linkend="typogrify"/>
209 </para>
210 </listitem>
211 <listitem>
212 <para>
213 <xref linkend="urllib3"/>
214 </para>
215 </listitem>
216 </itemizedlist>
217 </sect2>
218<!--
219 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
220 href="python-dependencies/pythonhosted.xml">
221 <xi:fallback>
222 <sect2 id="pythonhosted">
223 <title/>
224 <para/>
225 </sect2>
226 </xi:fallback>
227 </xi:include>
228-->
229 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
230 href="python-dependencies/alabaster.xml"/>
231
232 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
233 href="python-dependencies/attrs.xml"/>
234
235 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
236 href="python-dependencies/Babel.xml"/>
237
238 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
239 href="python-dependencies/charset-normalizer.xml"/>
240
241 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
242 href="python-dependencies/commonmark.xml"/>
243
244 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
245 href="python-dependencies/editables.xml"/>
246
247 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
248 href="python-dependencies/flit_core.xml"/>
249
250 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
251 href="python-dependencies/hatchling.xml"/>
252
253 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
254 href="python-dependencies/hatch-vcs.xml"/>
255
256 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
257 href="python-dependencies/idna.xml"/>
258
259 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
260 href="python-dependencies/imagesize.xml"/>
261
262 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
263 href="python-dependencies/iniconfig.xml"/>
264
265 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
266 href="python-dependencies/markdown.xml"/>
267
268 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
269 href="python-dependencies/meson_python.xml"/>
270
271 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
272 href="python-dependencies/pathspec.xml"/>
273
274 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
275 href="python-dependencies/pluggy.xml"/>
276
277 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
278 href="python-dependencies/py.xml"/>
279
280 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
281 href="python-dependencies/pyproject-metadata.xml"/>
282
283 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
284 href="python-dependencies/pytz.xml"/>
285
286 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
287 href="python-dependencies/setuptools_scm.xml"/>
288
289 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
290 href="python-dependencies/smartypants.xml"/>
291
292 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
293 href="python-dependencies/snowballstemmer.xml"/>
294
295 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
296 href="python-dependencies/sphinxcontrib-applehelp.xml"/>
297
298 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
299 href="python-dependencies/sphinxcontrib-devhelp.xml"/>
300
301 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
302 href="python-dependencies/sphinxcontrib-htmlhelp.xml"/>
303
304 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
305 href="python-dependencies/sphinxcontrib-jsmath.xml"/>
306
307 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
308 href="python-dependencies/sphinxcontrib-qthelp.xml"/>
309
310 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
311 href="python-dependencies/sphinxcontrib-serializinghtml.xml"/>
312
313 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
314 href="python-dependencies/typing_extensions.xml"/>
315
316 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
317 href="python-dependencies/typogrify.xml"/>
318
319 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
320 href="python-dependencies/urllib3.xml"/>
321
322</sect1>
Note: See TracBrowser for help on using the repository browser.