source: general/prog/python-dependencies.xml@ e59834d

12.0 12.1 kea ken/TL2024 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 e59834d was 381cfd1, checked in by Ken Moffat <ken@…>, 15 months ago

Attempt to add CacheControl and its dep.

CacheControl is used an inkscape clipart file, and in an inkman
file for searching for external packages and getting meta data
about them.

Unfortunately, I cannot find a working link. When I go to
https://pypi.org/project/CacheControl/#files and click on the
link for CacheControl-0.12.11.tar.gz I get a good download,
but if I mouse over that to read where it points to I get
a very long link which starts

https://files.pythonhosted.org/packages/49/9b/

followed by \n unfeasibly long hash which only remains visible
while my mouse is on the link.

Trying to point to c/CacheControl fails.

Current upstream has v0.12.12 but there is at least one issue for
why that might not be at pythonhosted, and trying to link to the
tag for 0.12.11 (there are no releases there) fails.

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