source: general/prog/pyrex.xml@ d2b1e2e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d2b1e2e was d2b1e2e, checked in by Krejzi <krejzi@…>, 11 years ago

split python modules into seperate xml files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11599 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.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 pyrex-download-http
8 "http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-&pyrex-version;.tar.gz">
9 <!ENTITY pyrex-download-ftp " ">
10 <!ENTITY pyrex-md5sum "515dee67d15d4393841e2d60e8341947">
11 <!ENTITY pyrex-size "252 KB">
12 <!ENTITY pyrex-buildsize "4.0 MB">
13 <!ENTITY pyrex-time "less than 0.1 SBU">
14 ]>
15
16
17
18 <!-- Begin Pyrex -->
19 <sect2 id="pyrex" xreflabel="Pyrex-&pyrex-version;">
20
21 <title>Pyrex-&pyrex-version;</title>
22
23 <indexterm zone="pyrex">
24 <primary sortas="a-Pyrex">Pyrex</primary>
25 </indexterm>
26
27 <sect3 role="package">
28 <title>Introduction to Pyrex Module</title>
29
30 <para>
31 <application>Pyrex</application> is language used for writing
32 <application>Python</application> extension modules.
33 </para>
34
35 &lfs73_checked;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&pyrex-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&pyrex-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &pyrex-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &pyrex-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &pyrex-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &pyrex-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect4">Pyrex Dependencies</bridgehead>
72
73 <bridgehead renderas="sect5">Required</bridgehead>
74 <para role="required">
75 <xref linkend="python2"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/pyrex"/>
80 </para>
81 </sect3>
82
83 <sect3 role="installation">
84 <title>Installation of Pyrex</title>
85
86 <para>
87 Install <application>pyrex</application> by running the following
88 commands as the <systemitem class="username">root</systemitem> user:
89 </para>
90
91<screen role="root"><userinput>python setup.py install</userinput></screen>
92
93 </sect3>
94
95 <sect3 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Program</segtitle>
100 <segtitle>Installed Libraries</segtitle>
101 <segtitle>Installed Directory</segtitle>
102
103 <seglistitem>
104 <seg>
105 pyrexc
106 </seg>
107 <seg>
108 None
109 </seg>
110 <seg>
111 /usr/lib/python&python2-majorver;/site-packages/Pyrex
112 </seg>
113 </seglistitem>
114 </segmentedlist>
115
116 </sect3>
117
118 </sect2>
119 <!-- End Pyrex -->
Note: See TracBrowser for help on using the repository browser.