source: archive/funcsigs.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.1 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 ccded7e was 81076bb6, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tags for networking and postscript.
Archive two unused files.

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

  • Property mode set to 100644
File size: 3.6 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 funcsigs-download-http "&pymodules-dl;/f/funcsigs/funcsigs-&funcsigs-version;.tar.gz">
8 <!ENTITY funcsigs-download-ftp " ">
9 <!ENTITY funcsigs-md5sum "7e583285b1fb8a76305d6d68f4ccc14e">
10 <!ENTITY funcsigs-size "32 KB">
11 <!ENTITY funcsigs-buildsize "440 KB">
12 <!ENTITY funcsigs-time "less than 0.1 SBU">
13]>
14
15 <!-- Begin funcsigs -->
16 <sect2 id="funcsigs" xreflabel="funcsigs-&funcsigs-version;">
17
18 <title>funcsigs-&funcsigs-version;</title>
19
20 <indexterm zone="funcsigs">
21 <primary sortas="a-funcsigs">funcsigs</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to the funcsigs Module</title>
26
27 <para>
28 <application>funcsigs</application> is a is a backport of the
29 PEP 362 function signature features from
30 <application>Python</application> 3.3's inspect module for
31 <application>Python</application> 2.x.
32 </para>
33
34 &lfs83_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&funcsigs-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&funcsigs-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &funcsigs-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &funcsigs-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &funcsigs-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &funcsigs-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70<!-- OBSOLETE
71 <bridgehead renderas="sect4">funcsigs Dependencies</bridgehead>
72
73 <bridgehead renderas="sect5">Required</bridgehead>
74 <para role="required">
75 <xref linkend="setuptools"/>
76 </para>
77-->
78
79 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/funcsigs"/>
81 </para>
82 </sect3>
83
84 <sect3 role="installation">
85 <title>Installation of funcsigs</title>
86
87<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
88
89 <para>
90 To install the <application>Python 2</application> module,
91 run the following command as the
92 <systemitem class="username">root</systemitem> user:
93 </para>
94
95<screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
96
97 <note>
98 <para>
99 This module is included with <application>Python</application>
100 distributions after 3.3.
101 </para>
102 </note>
103
104 </sect3>
105
106 <sect3 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 None
117 </seg>
118 <seg>
119 None
120 </seg>
121 <seg>
122 /usr/lib/python&python2-majorver;/site-packages/funcsigs-&funcsigs-version;-py&python2-majorver;.egg-info
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 </sect3>
128
129 </sect2>
130 <!--End funcsigs -->
Note: See TracBrowser for help on using the repository browser.