source: general/prog/python-dependencies/packaging.xml@ 2dfb0a58

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 2dfb0a58 was 432ea40, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Begin work on python dependencies

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect2 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 <!ENTITY packaging-download-http "https://github.com/pypa/packaging/releases/download/&packaging-version;/packaging-&packaging-version;.tar.gz">
8 <!ENTITY packaging-download-ftp " ">
9 <!ENTITY packaging-md5sum "e713c1939f294fd729af4a7be40dd141">
10 <!ENTITY packaging-size "83 KB">
11 <!ENTITY packaging-buildsize "2.6 MB">
12 <!ENTITY packaging-time "less than 0.1 SBU">
13]>
14
15<!-- Begin Py3c -->
16 <sect2 id=" packaging" xreflabel=" packaging-&packaging-version;">
17
18 <title>Packaging-&packaging-version;</title>
19
20 <indexterm zone="packaging">
21 <primary sortas="a-packaging">packaging</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to Packaging Module</title>
26
27 <para>
28 The <application>Packaging</application> library provides utilities
29 that implement the interoperability specifications which have clearly
30 one correct behaviour or benefit greatly from having a single shared
31 implementation.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&packaging-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&packaging-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &packaging-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &packaging-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &packaging-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &packaging-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect4">Packaging Dependencies</bridgehead>
71
72 <bridgehead renderas="sect5">Required</bridgehead>
73 <para role="optional">
74 <xref linkend="pyparsing"/>
75 </para>
76
77 </sect3>
78
79 <sect3 role="installation">
80 <title>Installation of Packaging</title>
81
82 <para> Build the module: </para>
83
84<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
85
86 <para>
87 This package does not come with a test suite.
88 </para>
89
90 <para>
91 Now, as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user packaging</userinput></screen>
95
96 </sect3>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../../xincludes/pip3-cmd-explain.xml"/>
100
101 <sect3 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>None</seg>
111 <seg>None</seg>
112 <seg>
113 /usr/lib/python&python3-majorver;/site-packages/packaging and
114 /usr/lib/python&python3-majorver;/site-packages/packaging-&packaging-version;.dist-info
115 </seg>
116 </seglistitem>
117 </segmentedlist>
118
119 </sect3>
120
121 </sect2>
Note: See TracBrowser for help on using the repository browser.