mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
cc1c942130
Archive python modules decorator and python-slip which are no longer used. Update to Python3-3.9.7. Update to libcap-2.57.
128 lines
3.9 KiB
XML
128 lines
3.9 KiB
XML
<?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 python-slip-download-http "https://github.com/nphilipp/python-slip/releases/download/python-slip-&python-slip-version;/python-slip-&python-slip-version;.tar.bz2">
|
|
<!ENTITY python-slip-download-ftp " ">
|
|
<!ENTITY python-slip-md5sum "28ae5f93853466c44ec96706ba2a1eb4">
|
|
<!ENTITY python-slip-size "28 KB">
|
|
<!ENTITY python-slip-buildsize "612 KB">
|
|
<!ENTITY python-slip-time "0.1 SBU">
|
|
]>
|
|
|
|
<!-- Begin python-slip -->
|
|
<sect2 id="python-slip" xreflabel="python-slip-&python-slip-version;">
|
|
<title>python-slip-&python-slip-version;</title>
|
|
|
|
<indexterm zone="python-slip">
|
|
<primary sortas="a-python-slip">python-slip</primary>
|
|
</indexterm>
|
|
|
|
<sect3 role="package">
|
|
<title>Introduction to python-slip Module</title>
|
|
|
|
<para>
|
|
<application>python-slip</application> provides convenience, extension
|
|
and workaround code for Python and some Python modules.
|
|
</para>
|
|
|
|
&lfs110a_checked;
|
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&python-slip-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&python-slip-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &python-slip-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &python-slip-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &python-slip-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &python-slip-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect4">python-slip Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="dbus-python"/>,
|
|
<xref linkend="decorator"/>, and
|
|
<xref linkend="six"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/python-slip"/>
|
|
</para>
|
|
</sect3>
|
|
|
|
<sect3 role="installation">
|
|
<title>Installation of python-slip</title>
|
|
|
|
<para>
|
|
To build the <application>python-slip</application> module, run the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed 's/@VERSION@/0.6.5/' setup.py.in > setup.py &&
|
|
python3 setup.py build</userinput></screen>
|
|
|
|
<para>
|
|
To install the <application>python-slip</application> module,
|
|
run the following command as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
|
|
|
|
</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>
|
|
usr/lib/python&python3-majorver;/site-packages/python-slip-&python-slip-version;-py&python3-majorver;.egg-info
|
|
and
|
|
usr/lib/python&python3-majorver;/site-packages/python-slip.dbus-&python-slip-version;-py&python3-majorver;.egg-info
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/python&python3-majorver;/site-packages/python-slip
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|