source: general/prog/python-modules/pygdbmi.xml@ 30910acb

lazarus trunk
Last change on this file since 30910acb was 2563594f, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Added Python modules in support of plasma.

Added certifi, psutil, pygdbmi, and sentry-sdk.

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 pygdbmi-download-http "&pymodules-dl;/p/pygdbmi/pygdbmi-&pygdbmi-version;.tar.gz">
8 <!ENTITY pygdbmi-download-ftp " ">
9 <!ENTITY pygdbmi-md5sum "&pygdbmi-md5sum;">
10 <!ENTITY pygdbmi-size "28 KB">
11 <!ENTITY pygdbmi-buildsize "280 MB">
12 <!ENTITY pygdbmi-time "less than 0.1 SBU">
13]>
14
15 <!-- Begin pygdbmi -->
16 <sect2 id="pygdbmi" xreflabel="pygdbmi-&pygdbmi-version;">
17
18 <title>pygdbmi-&pygdbmi-version;</title>
19
20 <indexterm zone="pygdbmi">
21 <primary sortas="a-pygdbmi">pygdbmi</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to pygdbmi Module</title>
26
27 <para>
28 GDB/MI is a line based machine oriented text interface to GDB and is
29 activated by specifying using the --interpreter command line option
30 (see Mode Options). It is specifically intended to support the
31 development of systems which use the debugger as just one small
32 component of a larger system.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&pygdbmi-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&pygdbmi-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &pygdbmi-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &pygdbmi-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &pygdbmi-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &pygdbmi-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 </sect3>
72
73 <sect3 role="installation">
74 <title>Installation of pygdbmi</title>
75
76 <para>
77 Build the module:
78 </para>
79
80&build-wheel;
81
82 <para>
83 This package does not come with a test suite.
84 </para>
85
86 <para>
87 Now, as the &root; user:
88 </para>
89
90<screen role="root"><userinput>&install-wheel; pygdbmi</userinput></screen>
91
92 </sect3>
93
94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
95 href="../../../xincludes/pip3-cmd-explain.xml"/>
96
97 <sect3 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>
107 None
108 </seg>
109 <seg>
110 None
111 </seg>
112 <seg>
113 /usr/lib/python&python3-majorver;/site-packages/pygdbmi-&pygdbmi-version;.dist-info
114 </seg>
115 </seglistitem>
116 </segmentedlist>
117 </sect3>
118
119 </sect2>
Note: See TracBrowser for help on using the repository browser.