source: general/prog/python-slip.xml@ b1c21e0f

10.0 10.1 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 b1c21e0f was 90c883f, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to proftpd-1.3.6c.
Update to gptfdisk-1.0.5.

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

  • Property mode set to 100644
File size: 3.9 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 python-slip-download-http "https://github.com/nphilipp/python-slip/releases/download/python-slip-&python-slip-version;/python-slip-&python-slip-version;.tar.bz2">
8 <!ENTITY python-slip-download-ftp " ">
9 <!ENTITY python-slip-md5sum "28ae5f93853466c44ec96706ba2a1eb4">
10 <!ENTITY python-slip-size "28 KB">
11 <!ENTITY python-slip-buildsize "612 KB">
12 <!ENTITY python-slip-time "0.1 SBU">
13]>
14
15 <!-- Begin python-slip -->
16 <sect2 id="python-slip" xreflabel="python-slip-&python-slip-version;">
17 <title>python-slip-&python-slip-version;</title>
18
19 <indexterm zone="python-slip">
20 <primary sortas="a-python-slip">python-slip</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to python-slip Module</title>
25
26 <para>
27 <application>python-slip</application> provides convenience, extension
28 and workaround code for Python and some Python modules.
29 </para>
30
31 &lfs91_checked;
32
33 <bridgehead renderas="sect4">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&python-slip-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&python-slip-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &python-slip-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &python-slip-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &python-slip-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &python-slip-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect4">python-slip Dependencies</bridgehead>
68
69 <bridgehead renderas="sect5">Required</bridgehead>
70 <para role="required">
71 <xref linkend="dbus-python"/>,
72 <xref linkend="decorator"/>, and
73 <xref linkend="six"/>
74 </para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/python-slip"/>
78 </para>
79 </sect3>
80
81 <sect3 role="installation">
82 <title>Installation of python-slip</title>
83
84 <para>
85 To build the <application>python-slip</application> module, run the
86 following commands:
87 </para>
88
89<screen><userinput>sed 's/@VERSION@/0.6.5/' setup.py.in > setup.py &amp;&amp;
90python3 setup.py build</userinput></screen>
91
92 <para>
93 To install the <application>python-slip</application> module,
94 run the following command as the
95 <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
99
100 </sect3>
101
102 <sect3 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>
112 None
113 </seg>
114 <seg>
115 usr/lib/python&python3-majorver;/site-packages/python-slip-&python-slip-version;-py&python3-majorver;.egg-info
116 and
117 usr/lib/python&python3-majorver;/site-packages/python-slip.dbus-&python-slip-version;-py&python3-majorver;.egg-info
118 </seg>
119 <seg>
120 /usr/lib/python&python3-majorver;/site-packages/python-slip
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 </sect3>
126
127 </sect2>
128 <!-- End python-slip -->
Note: See TracBrowser for help on using the repository browser.