2016-06-06 11:35:53 +08:00
|
|
|
<?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" [
|
2022-09-16 00:18:59 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
2016-06-06 11:35:53 +08:00
|
|
|
%general-entities;
|
|
|
|
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY MarkupSafe-download-http "&pymodules-dl;/M/MarkupSafe/MarkupSafe-&MarkupSafe-version;.tar.gz">
|
2016-06-06 11:35:53 +08:00
|
|
|
<!ENTITY MarkupSafe-download-ftp " ">
|
2023-02-01 08:02:12 +08:00
|
|
|
<!ENTITY MarkupSafe-md5sum "&MarkupSafe-md5sum;">
|
2023-06-05 06:40:24 +08:00
|
|
|
<!ENTITY MarkupSafe-size "20 KB">
|
|
|
|
<!ENTITY MarkupSafe-buildsize "368 KB (add 108 KB for tests)">
|
2023-01-21 16:47:44 +08:00
|
|
|
<!ENTITY MarkupSafe-time "less than 0.1 SBU (with tests)">
|
2016-06-06 11:35:53 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<!-- Begin MarkupSafe -->
|
2022-04-17 15:50:50 +08:00
|
|
|
<sect2 id="MarkupSafe" xreflabel="MarkupSafe-&MarkupSafe-version;" revision="sysv">
|
2016-06-06 11:35:53 +08:00
|
|
|
|
|
|
|
<title>MarkupSafe-&MarkupSafe-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="MarkupSafe">
|
|
|
|
<primary sortas="a-MarkupSafe">MarkupSafe</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to MarkupSafe Module</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<application>MarkupSafe</application> is a <application>Python</application>
|
|
|
|
module that implements a XML/HTML/XHTML Markup safe string.
|
|
|
|
</para>
|
|
|
|
|
2021-07-09 15:36:13 +08:00
|
|
|
<note revision="systemd">
|
|
|
|
<para>
|
|
|
|
<application>MarkupSafe</application> was installed in LFS.
|
|
|
|
The instruction is only kept here for SysV revision.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
|
2023-02-18 12:35:46 +08:00
|
|
|
&lfs113_checked;
|
2016-08-28 12:19:37 +08:00
|
|
|
|
2016-06-06 11:35:53 +08:00
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&MarkupSafe-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&MarkupSafe-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &MarkupSafe-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &MarkupSafe-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &MarkupSafe-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &MarkupSafe-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2023-01-21 16:47:44 +08:00
|
|
|
<bridgehead renderas="sect4">MarkupSafe Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect5">Optional (for tests)</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="pytest"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
2016-06-06 11:35:53 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="installation">
|
|
|
|
<title>Installation of MarkupSafe</title>
|
2019-09-16 02:57:21 +08:00
|
|
|
|
2016-06-06 11:35:53 +08:00
|
|
|
<para>
|
2020-12-17 01:52:41 +08:00
|
|
|
Install <application>MarkupSafe</application> with the following
|
|
|
|
commands:
|
2016-06-06 11:35:53 +08:00
|
|
|
</para>
|
|
|
|
|
2022-04-20 12:08:21 +08:00
|
|
|
<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
|
2016-06-06 11:35:53 +08:00
|
|
|
|
|
|
|
<para>
|
2022-04-20 12:08:21 +08:00
|
|
|
Then, as the &root; user:
|
2016-06-06 11:35:53 +08:00
|
|
|
</para>
|
|
|
|
|
2022-09-06 05:04:47 +08:00
|
|
|
<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user markupsafe</userinput></screen>
|
2016-06-06 11:35:53 +08:00
|
|
|
|
2023-01-21 16:47:44 +08:00
|
|
|
<para>
|
|
|
|
To test the installation, issue <command>pytest</command>.
|
|
|
|
</para>
|
|
|
|
|
2016-06-06 11:35:53 +08:00
|
|
|
</sect3>
|
|
|
|
|
2022-04-20 12:08:21 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
2022-09-16 00:18:59 +08:00
|
|
|
href="../../../xincludes/pip3-cmd-explain.xml"/>
|
2022-04-20 12:08:21 +08:00
|
|
|
|
2016-06-06 11:35:53 +08:00
|
|
|
<sect3 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2022-04-20 14:31:46 +08:00
|
|
|
/usr/lib/python&python3-majorver;/site-packages/markupSafe and
|
2022-04-20 12:08:21 +08:00
|
|
|
/usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;.dist-info
|
2016-06-06 11:35:53 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|