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

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since db244ae2 was db244ae2, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Replace 'pip3 wheel' and 'pip3 install' text with ENTITIES

Currently only python-modules are complete. The python-dependencies
page will be done in another commit.

  • Property mode set to 100644
File size: 4.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 <!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 &lfs120_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 </sect3>
94
95 <sect3 role="installation">
96 <title>Installation of D-Bus Python</title>
97
98 <para>
99 Build the D-Bus Python module by running the following command:
100 </para>
101
102&build-wheel;
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now install the module as the &root; user:
110 </para>
111
112<screen role="root"><userinput>&install-wheel; dbus-python</userinput></screen>
113
114 </sect3>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../../xincludes/pip3-cmd-explain.xml"/>
118
119 <sect3 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 &python3-site;/dbus and &dbus-python-egg-info;
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 </sect3>
141
142 </sect2>
Note: See TracBrowser for help on using the repository browser.