source: chapter08/markupsafe.xml@ 47c9152

11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 47c9152 was 47c9152, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Add missing files

  • Property mode set to 100644
File size: 1.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
8<sect1 id="ch-system-markupsafe" role="wrap" revision="systemd">
9 <?dbhtml filename="markupsafe.html"?>
10
11 <sect1info condition="script">
12 <productname>markupsafe</productname>
13 <productnumber>&markupsafe-version;</productnumber>
14 <address>&markupsafe-url;</address>
15 </sect1info>
16
17 <title>MarkupSafe-&markupsafe-version;</title>
18
19 <indexterm zone="ch-system-markupsafe">
20 <primary sortas="a-markupsafe">MarkupSafe</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>MarkupSafe is a Python module that implements a XML/HTML/XHTML Markup
27 safe string.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32 <seglistitem>
33 <seg>&markupsafe-fin-sbu;</seg>
34 <seg>&markupsafe-fin-du;</seg>
35 </seglistitem>
36 </segmentedlist>
37
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of MarkupSafe</title>
42
43 <para>Compile MarkupSafe with the following command:</para>
44
45<screen><userinput remap="make">python3 setup.py build</userinput></screen>
46
47 <para>This package does not come with a test suite.</para>
48
49 <para>Install the package:</para>
50
51<screen><userinput remap="install">python3 setup.py install --optimize=1</userinput></screen>
52
53 </sect2>
54
55 <sect2 id="contents-markupsafe" role="content">
56 <title>Contents of MarkupSafe</title>
57
58 <segmentedlist>
59 <segtitle>Installed directory</segtitle>
60
61 <seglistitem>
62 <seg>/usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;-py&python-minor;.egg-info and /usr/lib/python&python-minor;/site-packages/markupsafe</seg>
63 </seglistitem>
64 </segmentedlist>
65
66 </sect2>
67
68</sect1>
69
Note: See TracBrowser for help on using the repository browser.