source: general/prog/markupsafe.xml@ 07499ecc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 07499ecc was 796bc663, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to xterm-335.
Update to mesa-18.1.6.
Update to harfbuzz-1.8.8.
Tag Xorg (some drivers left untagged)

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

  • Property mode set to 100644
File size: 4.6 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 MarkupSafe-download-http "&pymodules-dl;/M/MarkupSafe/MarkupSafe-&MarkupSafe-version;.tar.gz">
8 <!ENTITY MarkupSafe-download-ftp " ">
9 <!ENTITY MarkupSafe-md5sum "2fcedc9284d50e577b5192e8e3578355">
10 <!ENTITY MarkupSafe-size "16 KB">
11 <!ENTITY MarkupSafe-buildsize "872 KB">
12 <!ENTITY MarkupSafe-time "less than 0.1 SBU">
13]>
14
15 <!-- Begin MarkupSafe -->
16 <sect2 id="MarkupSafe" xreflabel="MarkupSafe-&MarkupSafe-version;">
17
18 <title>MarkupSafe-&MarkupSafe-version;</title>
19
20 <indexterm zone="MarkupSafe">
21 <primary sortas="a-MarkupSafe">MarkupSafe</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to MarkupSafe Module</title>
26
27 <para>
28 <application>MarkupSafe</application> is a <application>Python</application>
29 module that implements a XML/HTML/XHTML Markup safe string.
30 </para>
31
32 &lfs83_checked;
33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&MarkupSafe-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&MarkupSafe-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &MarkupSafe-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &MarkupSafe-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &MarkupSafe-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &MarkupSafe-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68<!-- OBSOLETE
69 <bridgehead renderas="sect4">MarkupSafe Dependencies</bridgehead>
70
71 <bridgehead renderas="sect5">Required</bridgehead>
72 <para role="required">
73 <xref linkend="setuptools"/>
74 </para>
75-->
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/MarkupSafe"/>
79 </para>
80 </sect3>
81
82 <sect3 role="installation">
83 <title>Installation of MarkupSafe</title>
84
85 <note>
86 <para>
87 Both <application>Python 2</application> and
88 <application>Python 3</application> modules can
89 be built and installed without any conflicts.
90 </para>
91 </note>
92
93<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
94
95 <para>
96 To build the <application>Python 2</application> module,
97 run the following command:
98 </para>
99
100<screen><userinput>python setup.py build</userinput></screen>
101
102 <para>
103 To install the <application>Python 2</application> module,
104 run the following command as the
105 <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
109
110 <para>
111 To build the <application>Python 3</application> module,
112 run the following command:
113 </para>
114
115<screen><userinput>python3 setup.py build</userinput></screen>
116
117 <para>
118 To install the <application>Python 3</application> module,
119 run the following command as the
120 <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
124
125 </sect3>
126
127 <sect3 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 /usr/lib/python&python2-majorver;/site-packages/markupsafe,
144 /usr/lib/python&python2-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python2-majorver;.egg-info and/or
145 /usr/lib/python&python3-majorver;/site-packages/markupsafe,
146 /usr/lib/python&python3-majorver;/site-packages/MarkupSafe-&MarkupSafe-version;-py&python3-majorver;.egg-info
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 </sect3>
152
153 </sect2>
154 <!--End MarkupSafe -->
Note: See TracBrowser for help on using the repository browser.