source: chapter08/markupsafe.xml@ 0e1e2537

arm
Last change on this file since 0e1e2537 was 0e1e2537, checked in by William Harrington <kb0iic@…>, 2 years ago

markupsafe: mention the suffix "-linux-<arch>" in installed directories

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[47c9152]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>
[0e1e2537]62 <!-- Suffix "-linux-<arch>" is different from meson and jinja:
63 This package contains binary code (compiled from C), but meson
64 and jinja only contain Python code. -->
65 <seg>/usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;-py&python-minor;-linux-<replaceable>&lt;arch&gt;</replaceable>.egg</seg>
[47c9152]66 </seglistitem>
67 </segmentedlist>
68
69 </sect2>
70
71</sect1>
72
Note: See TracBrowser for help on using the repository browser.