glfs/archive/pyrex.xml
Bruce Dubbs f82ac3fb40 Archive unneeded packages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12016 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-10-21 21:39:03 +00:00

118 lines
3.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pyrex-download-http
"http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-&pyrex-version;.tar.gz">
<!ENTITY pyrex-download-ftp " ">
<!ENTITY pyrex-md5sum "515dee67d15d4393841e2d60e8341947">
<!ENTITY pyrex-size "252 KB">
<!ENTITY pyrex-buildsize "4.0 MB">
<!ENTITY pyrex-time "less than 0.1 SBU">
]>
<!-- Begin Pyrex -->
<sect2 id="pyrex" xreflabel="Pyrex-&pyrex-version;">
<title>Pyrex-&pyrex-version;</title>
<indexterm zone="pyrex">
<primary sortas="a-Pyrex">Pyrex</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Pyrex Module</title>
<para>
<application>Pyrex</application> is language used for writing
<application>Python</application> extension modules.
</para>
&lfs74_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&pyrex-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&pyrex-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &pyrex-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &pyrex-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &pyrex-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &pyrex-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Pyrex Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="python2"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/pyrex"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Pyrex</title>
<para>
Install <application>pyrex</application> by running the following
commands as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>python setup.py install</userinput></screen>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
pyrexc
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/python&python2-majorver;/site-packages/Pyrex
</seg>
</seglistitem>
</segmentedlist>
</sect3>
</sect2>
<!-- End Pyrex -->