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
RevLine 
[d2b1e2e]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" [
[5fe69261]4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
[d2b1e2e]5 %general-entities;
6
[8dfc5c3]7 <!ENTITY dbus-python-download-http "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
[d2b1e2e]8 <!ENTITY dbus-python-download-ftp " ">
[5f3dfa8e]9 <!ENTITY dbus-python-md5sum "33be8a4a766e1c7c9a377b8f934ce21a">
10 <!ENTITY dbus-python-size "592 KB">
[9209f7c]11 <!ENTITY dbus-python-buildsize "4.0 MB" >
12 <!ENTITY dbus-python-time "less than 0.1 SBU">
[484f776]13 <!ENTITY dbus-python-egg-info "&python3-site;/dbus_python-&dbus-python-version;.egg-info">
[d2b1e2e]14]>
[d01c61f]15
[d2b1e2e]16 <!-- Begin D-Bus Python -->
17 <sect2 id="dbus-python" xreflabel="D-Bus Python-&dbus-python-version;">
[e3c0a2a]18 <title>D-Bus Python-&dbus-python-version;</title>
[d2b1e2e]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
[a89a5a6]30 <application>D-Bus</application> API interface.
[d2b1e2e]31 </para>
32
[30c1c72]33 &lfs120_checked;
[d2b1e2e]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">
[9209f7c]73 <xref linkend="dbus"/>,
74 <xref linkend="glib2"/>,
75 <xref linkend="meson_python"/>, and
76 <xref linkend="patchelf"/>
[60ddbaf]77 </para>
[9209f7c]78<!-- no tests available yet
[60ddbaf]79 <bridgehead renderas="sect5">Optional</bridgehead>
80 <para role="optional">
[452ecee]81 <xref linkend="pygobject3"/> and
82 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
83 (required for some tests)
[d2b1e2e]84 </para>
[9209f7c]85-->
86<!-- how to build the doc?
[d2b1e2e]87 <bridgehead renderas="sect5">
[d035e0e]88 Optional (Required to build the API and HTML Documentation)</bridgehead>
[d2b1e2e]89 <para role="optional">
[402910e]90 <xref linkend="sphinx_rtd_theme"/>
[d2b1e2e]91 </para>
[9209f7c]92-->
[d2b1e2e]93 </sect3>
94
95 <sect3 role="installation">
96 <title>Installation of D-Bus Python</title>
97
[97a1efc]98 <para>
[9209f7c]99 Build the D-Bus Python module by running the following command:
[97a1efc]100 </para>
[d2b1e2e]101
[db244ae2]102&build-wheel;
[5f3dfa8e]103
104 <para>
[9209f7c]105 This package does not come with a test suite.
[5f3dfa8e]106 </para>
[d2b1e2e]107
108 <para>
[5f3dfa8e]109 Now install the module as the &root; user:
[d2b1e2e]110 </para>
111
[db244ae2]112<screen role="root"><userinput>&install-wheel; dbus-python</userinput></screen>
[01bfbee6]113
114 </sect3>
115
[9209f7c]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../../xincludes/pip3-cmd-explain.xml"/>
[d2b1e2e]118
119 <sect3 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
[484f776]125 <segtitle>Installed Directories</segtitle>
[d2b1e2e]126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
[484f776]135 &python3-site;/dbus and &dbus-python-egg-info;
[d2b1e2e]136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 </sect3>
141
142 </sect2>
Note: See TracBrowser for help on using the repository browser.