source: archive/pyrex.xml@ 227b44ff

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 227b44ff was f82ac3f, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unneeded packages

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