source: general/prog/python-modules/dbus-python.xml@ 569925c7

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 569925c7 was 9209f7c, checked in by Xi Ruoyao <xry111@…>, 17 months ago

dbus-python: switch to pip build (#17547)

  • Property mode set to 100644
File size: 4.3 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 <!ENTITY dbus-python-download-http "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
8 <!ENTITY dbus-python-download-ftp " ">
9 <!ENTITY dbus-python-md5sum "33be8a4a766e1c7c9a377b8f934ce21a">
10 <!ENTITY dbus-python-size "592 KB">
11 <!ENTITY dbus-python-buildsize "4.0 MB" >
12 <!ENTITY dbus-python-time "less than 0.1 SBU">
13 <!ENTITY dbus-python-egg-info "&python3-site;/dbus_python-&dbus-python-version;.egg-info">
14]>
15
16 <!-- Begin D-Bus Python -->
17 <sect2 id="dbus-python" xreflabel="D-Bus Python-&dbus-python-version;">
18 <title>D-Bus Python-&dbus-python-version;</title>
19
20 <indexterm zone="dbus-python">
21 <primary sortas="a-dbus-python">dbus-python</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to D-Bus Python Module</title>
26
27 <para>
28 <application>D-Bus Python</application> provides
29 <application>Python</application> bindings to the
30 <application>D-Bus</application> API interface.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect4">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&dbus-python-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&dbus-python-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &dbus-python-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &dbus-python-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &dbus-python-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &dbus-python-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
70
71 <bridgehead renderas="sect5">Required</bridgehead>
72 <para role="required">
73 <xref linkend="dbus"/>,
74 <xref linkend="glib2"/>,
75 <xref linkend="meson_python"/>, and
76 <xref linkend="patchelf"/>
77 </para>
78<!-- no tests available yet
79 <bridgehead renderas="sect5">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="pygobject3"/> and
82 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
83 (required for some tests)
84 </para>
85-->
86<!-- how to build the doc?
87 <bridgehead renderas="sect5">
88 Optional (Required to build the API and HTML Documentation)</bridgehead>
89 <para role="optional">
90 <xref linkend="sphinx_rtd_theme"/>
91 </para>
92-->
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/dbus-python"/>
95 </para>
96 </sect3>
97
98 <sect3 role="installation">
99 <title>Installation of D-Bus Python</title>
100
101 <para>
102 Build the D-Bus Python module by running the following command:
103 </para>
104
105<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now install the module as the &root; user:
113 </para>
114
115<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user dbus-python</userinput></screen>
116
117 </sect3>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../../xincludes/pip3-cmd-explain.xml"/>
121
122 <sect3 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 None
136 </seg>
137 <seg>
138 &python3-site;/dbus and &dbus-python-egg-info;
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 </sect3>
144
145 </sect2>
Note: See TracBrowser for help on using the repository browser.