source: general/prog/python-slip.xml@ 14c0be2f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 14c0be2f was 14c0be2f, checked in by DJ Lucas <dj@…>, 5 years ago

Add nftables-0.9.2. Fixes #4620.
Add firewalld-0.7.2.
Add libnftnl-1.1.4.
Add libmnl-1.0.4.
Add decorator-4.4.0.
Add python-slip-0.6.5.
Update to blfs-bootscripts-20191025.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22301 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 &lfs90_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"/> and
72 <xref linkend="decorator"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/python-slip"/>
77 </para>
78 </sect3>
79
80 <sect3 role="installation">
81 <title>Installation of python-slip</title>
82
83 <para>
84 To build the <application>python-slip</application> module, run the
85 following commands:
86 </para>
87
88<screen><userinput>sed 's/@VERSION@/0.6.5/' setup.py.in > setup.py &amp;&amp;
89python3 setup.py build</userinput></screen>
90
91 <para>
92 To install the <application>python-slip</application> module,
93 run the following command as the
94 <systemitem class="username">root</systemitem> user:
95 </para>
96
97<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
98
99 </sect3>
100
101 <sect3 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>
111 None
112 </seg>
113 <seg>
114 usr/lib/python&python3-majorver;/site-packages/python-slip-&python-slip-version;-py&python3-majorver;.egg-info
115 and
116 usr/lib/python&python3-majorver;/site-packages/python-slip.dbus-&python-slip-version;-py&python3-majorver;.egg-info
117 </seg>
118 <seg>
119 /usr/lib/python&python3-majorver;/site-packages/python-slip
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123
124 </sect3>
125
126 </sect2>
127 <!-- End python-slip -->
Note: See TracBrowser for help on using the repository browser.