mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Add funcsigs-1.0.2 python module.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18070 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ff283632c5
commit
04dc524de0
@ -1,12 +1,12 @@
|
|||||||
<!-- $LastChangedBy$ $Date$ -->
|
<!-- $LastChangedBy$ $Date$ -->
|
||||||
|
|
||||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2016">
|
<!ENTITY year "2016">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
<!ENTITY copyholder "The BLFS Development Team">
|
<!ENTITY copyholder "The BLFS Development Team">
|
||||||
<!ENTITY version "&year;-&month;-&day;">
|
<!ENTITY version "&year;-&month;-&day;">
|
||||||
<!ENTITY releasedate "December 14th &year;">
|
<!ENTITY releasedate "December 15th &year;">
|
||||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||||
|
@ -74,6 +74,11 @@
|
|||||||
<xref linkend="setuptools"/>
|
<xref linkend="setuptools"/>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect5">Optional</bridgehead>
|
||||||
|
<para role="optional">
|
||||||
|
<xref linkend="funcsigs"/> (required for Python-2.7)
|
||||||
|
</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">
|
<para condition="html" role="usernotes">
|
||||||
User Notes: <ulink url="&blfs-wiki;/Beaker"/>
|
User Notes: <ulink url="&blfs-wiki;/Beaker"/>
|
||||||
</para>
|
</para>
|
||||||
|
129
general/prog/funcsigs.xml
Normal file
129
general/prog/funcsigs.xml
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
<?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 funcsigs-download-http
|
||||||
|
"https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-&funcsigs-version;.tar.gz">
|
||||||
|
<!ENTITY funcsigs-download-ftp " ">
|
||||||
|
<!ENTITY funcsigs-md5sum "7e583285b1fb8a76305d6d68f4ccc14e">
|
||||||
|
<!ENTITY funcsigs-size "32 KB">
|
||||||
|
<!ENTITY funcsigs-buildsize "440 KB">
|
||||||
|
<!ENTITY funcsigs-time "less than 0.1 SBU">
|
||||||
|
]>
|
||||||
|
|
||||||
|
<!-- Begin funcsigs -->
|
||||||
|
<sect2 id="funcsigs" xreflabel="funcsigs-&funcsigs-version;" revision="systemd">
|
||||||
|
|
||||||
|
<title>funcsigs-&funcsigs-version;</title>
|
||||||
|
|
||||||
|
<indexterm zone="funcsigs">
|
||||||
|
<primary sortas="a-funcsigs">funcsigs</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<sect3 role="package">
|
||||||
|
<title>Introduction to the funcsigs Module</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<application>funcsigs</application> is a is a backport of the
|
||||||
|
PEP 362 function signature features from
|
||||||
|
<application>Python</application> 3.3's inspect module for
|
||||||
|
<application>Python</application> 2.x.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
&lfs7a_checked;
|
||||||
|
|
||||||
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download (HTTP): <ulink url="&funcsigs-download-http;"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download (FTP): <ulink url="&funcsigs-download-ftp;"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download MD5 sum: &funcsigs-md5sum;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download size: &funcsigs-size;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Estimated disk space required: &funcsigs-buildsize;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Estimated build time: &funcsigs-time;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect4">funcsigs Dependencies</bridgehead>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect5">Required</bridgehead>
|
||||||
|
<para role="required">
|
||||||
|
<xref linkend="setuptools"/>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para condition="html" role="usernotes">
|
||||||
|
User Notes: <ulink url="&blfs-wiki;/funcsigs"/>
|
||||||
|
</para>
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
<sect3 role="installation">
|
||||||
|
<title>Installation of funcsigs</title>
|
||||||
|
|
||||||
|
<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
|
||||||
|
|
||||||
|
<para>
|
||||||
|
To install the <application>Python 2</application> module,
|
||||||
|
run the following command as the
|
||||||
|
<systemitem class="username">root</systemitem> user:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
This module is include with <application>Python</application>
|
||||||
|
distributions after 3.3.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
<sect3 role="content">
|
||||||
|
<title>Contents</title>
|
||||||
|
|
||||||
|
<segmentedlist>
|
||||||
|
<segtitle>Installed Programs</segtitle>
|
||||||
|
<segtitle>Installed Libraries</segtitle>
|
||||||
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
|
<seglistitem>
|
||||||
|
<seg>
|
||||||
|
None
|
||||||
|
</seg>
|
||||||
|
<seg>
|
||||||
|
None
|
||||||
|
</seg>
|
||||||
|
<seg>
|
||||||
|
/usr/lib/python&python2-majorver;/site-packages/funcsigs-&funcsigs-version;-py&python2-majorver;.egg-info
|
||||||
|
</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
<!--End funcsigs -->
|
@ -76,6 +76,11 @@
|
|||||||
<xref linkend="setuptools"/>
|
<xref linkend="setuptools"/>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem revision="systemd">
|
||||||
|
<para>
|
||||||
|
<xref linkend="funcsigs"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem revision="systemd">
|
<listitem revision="systemd">
|
||||||
<para>
|
<para>
|
||||||
<xref linkend="Beaker"/>
|
<xref linkend="Beaker"/>
|
||||||
@ -136,6 +141,9 @@
|
|||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
href="setuptools.xml"/>
|
href="setuptools.xml"/>
|
||||||
|
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
href="funcsigs.xml"/>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
href="beaker.xml"/>
|
href="beaker.xml"/>
|
||||||
|
|
||||||
|
@ -42,6 +42,15 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem revision="systemd">
|
||||||
|
<para>December 15th, 2016</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Added Python 2 module funcsigs-1.0.2.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>December 14th, 2016</para>
|
<para>December 14th, 2016</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -370,6 +370,7 @@
|
|||||||
<!-- Python module versions used in the Python Modules instructions -->
|
<!-- Python module versions used in the Python Modules instructions -->
|
||||||
<!ENTITY Beaker-version "1.8.1">
|
<!ENTITY Beaker-version "1.8.1">
|
||||||
<!ENTITY dbus-python-version "1.2.4">
|
<!ENTITY dbus-python-version "1.2.4">
|
||||||
|
<!ENTITY funcsigs-version "1.0.2">
|
||||||
<!ENTITY Jinja2-version "2.8">
|
<!ENTITY Jinja2-version "2.8">
|
||||||
<!ENTITY lxml-version "3.6.4">
|
<!ENTITY lxml-version "3.6.4">
|
||||||
<!ENTITY MarkupSafe-version "0.23">
|
<!ENTITY MarkupSafe-version "0.23">
|
||||||
|
Loading…
Reference in New Issue
Block a user