source: general/prog/pygobject3.xml@ f34fad23

perl-modules
Last change on this file since f34fad23 was bdc55ac, checked in by Ken Moffat <ken@…>, 6 years ago

perl modules branch: Merge trunk r20565:20597, update md5sum for IO::Socket::SSL, correct text in note re its tests.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20598 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.9 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 pygobject3-download-http
8 "&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
9 <!ENTITY pygobject3-download-ftp
10 "&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
11 <!ENTITY pygobject3-md5sum "77ba5f41a00d5c0cc22962a475f8de67">
12 <!ENTITY pygobject3-size "540 KB">
13 <!ENTITY pygobject3-buildsize "26 MB (both modules, with tests)">
14 <!ENTITY pygobject3-time "0.3 SBU (both modules, with tests)">
15]>
16
17 <!-- Begin PyGObject3 -->
18 <sect2 id="pygobject3" xreflabel="PyGObject-&pygobject3-version;">
19
20 <title>PyGObject-&pygobject3-version;</title>
21
22 <indexterm zone="pygobject3">
23 <primary sortas="a-PyGObject3">PyGObject3</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to PyGObject3 Module</title>
28
29 <para>
30 <application>PyGObject3</application> provides
31 <application>Python</application> bindings to the GObject
32 class from <application>GLib</application>.
33 </para>
34
35 &lfs83_checked;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&pygobject3-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&pygobject3-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &pygobject3-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &pygobject3-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &pygobject3-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &pygobject3-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect4">PyGObject3 Dependencies</bridgehead>
72
73 <bridgehead renderas="sect5">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gobject-introspection"/> and
76 <xref linkend="pycairo"/>
77 (for <application>Python 2</application> and/or
78 <application>Python 3</application> bindings)
79 </para>
80
81 <bridgehead renderas="sect5">Optional (for the tests)</bridgehead>
82 <para role="optional">
83 <ulink url="https://pypi.python.org/pypi/pep8">pep8</ulink>,
84 <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>, and
85 <ulink url="https://pypi.python.org/pypi/pytest">pytest</ulink>
86 <!-- pytest brings in a lot of dependencies - upwards of 10 -->
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/pygobject3"/>
91 </para>
92 </sect3>
93
94 <sect3 role="installation">
95 <title>Installation of PyGObject3</title>
96
97 <note>
98 <para>
99 Both <application>Python 2</application> and
100 <application>Python 3</application> modules can
101 be built and installed without any conflicts.
102 </para>
103 </note>
104
105 <para>
106 To build <application>PyGObject3</application> as the
107 <application>Python 2</application> module, run the
108 following commands:
109 </para>
110
111<screen><userinput>mkdir python2 &amp;&amp;
112pushd python2 &amp;&amp;
113meson --prefix=/usr -Dpython=python2 .. &amp;&amp;
114ninja &amp;&amp;
115popd</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>ninja -C python2 test</command>.
119 An already active graphical session with bus address is necessary to
120 run the tests.
121 </para>
122
123 <para>
124 To build <application>PyGObject3</application> as the
125 <application>Python 3</application> module, run the
126 following commands:
127 </para>
128
129<screen><userinput>mkdir python3 &amp;&amp;
130pushd python3 &amp;&amp;
131meson --prefix=/usr -Dpython=python3 &amp;&amp;
132ninja &amp;&amp;
133popd</userinput></screen>
134
135 <para>
136 To test the results, issue: <command>ninja -C python3 test</command>.
137 An already active graphical session with bus address is necessary to
138 run the tests.
139 </para>
140
141 <para>
142 To install the <application>Python 2</application> module,
143 run the following command as the
144 <systemitem class="username">root</systemitem> user:
145 </para>
146
147<screen role="root"><userinput>ninja -C python2 install</userinput></screen>
148
149 <para>
150 To install the <application>Python 3</application> module,
151 run the following command as the
152 <systemitem class="username">root</systemitem> user:
153 </para>
154
155<screen role="root"><userinput>ninja -C python3 install</userinput></screen>
156
157 </sect3>
158
159 <sect3 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Library</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 None
170 </seg>
171 <seg>
172 /usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so
173 and/or
174 /usr/lib/python&python3-majorver;/site-packages/gi/_gi{,_cairo}.cpython-35m-&lt;arch&gt;-linux-gnu.so
175 </seg>
176 <seg>
177 /usr/include/pygobject-3.0, and
178 /usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or
179 /usr/lib/python&python3-majorver;/site-packages/{gi,pygtkcompat}
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 </sect3>
185
186 </sect2>
187 <!-- End PyGObject -->
Note: See TracBrowser for help on using the repository browser.