source: general/prog/funcsigs.xml@ 04dc524d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 04dc524d was 04dc524d, checked in by DJ Lucas <dj@…>, 7 years ago

Add funcsigs-1.0.2 python module.

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

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