source: general/prog/python-dependencies.xml@ 4f406ea

11.3 12.0 12.1 12.2 gimp3 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/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 4f406ea was e09da3c, checked in by Bruce Dubbs <bdubbs@…>, 23 months ago

Add pythonhosted page

This page is not complete. The build part does not work yet, but
the fetch of files does. If the fetch is run a second time, it
will only get a file in the .md5 file that is not already present.

The install instructs are mostly OK, but the test for the module
already installed is not correct yet. The next commit will
update it.

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