source: general/prog/python-dependencies/alabaster.xml

trunk
Last change on this file was cabe460, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Update to alabaster-0.7.16 (Python module).

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[0cf85fa]2<!DOCTYPE sect2 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
[301c411]7 <!ENTITY alabaster-download-http "https://files.pythonhosted.org/packages/source/a/alabaster/alabaster-&alabaster-version;.tar.gz">
[036821b]8 <!ENTITY alabaster-download-ftp " ">
[569925c7]9 <!ENTITY alabaster-md5sum "&alabaster-md5sum;">
[cabe460]10 <!ENTITY alabaster-size "24 KB">
11 <!ENTITY alabaster-buildsize "152 KB">
[036821b]12 <!ENTITY alabaster-time "less than 0.1 SBU">
[0cf85fa]13]>
14
[432ea40]15 <sect2 id="alabaster" xreflabel="alabaster-&alabaster-version;">
[0cf85fa]16
[432ea40]17 <title>Alabaster-&alabaster-version;</title>
[0cf85fa]18
[432ea40]19 <indexterm zone="alabaster">
20 <primary sortas="a-alabaster">alabaster</primary>
[0cf85fa]21 </indexterm>
22
23 <sect3 role="package">
[432ea40]24 <title>Introduction to Alabaster Module</title>
[0cf85fa]25
26 <para>
[432ea40]27 The <application>Alabaster</application> package is a theme for
28 the <application>sphinx</application> documentation system. Although
29 developed separately, it is the default theme for sphinx.
[0cf85fa]30 </para>
31
[99c90fa]32 &lfs121_checked;
[0cf85fa]33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
[432ea40]38 Download (HTTP): <ulink url="&alabaster-download-http;"/>
[0cf85fa]39 </para>
40 </listitem>
41 <listitem>
42 <para>
[432ea40]43 Download (FTP): <ulink url="&alabaster-download-ftp;"/>
[0cf85fa]44 </para>
45 </listitem>
46 <listitem>
47 <para>
[432ea40]48 Download MD5 sum: &alabaster-md5sum;
[0cf85fa]49 </para>
50 </listitem>
51 <listitem>
52 <para>
[432ea40]53 Download size: &alabaster-size;
[0cf85fa]54 </para>
55 </listitem>
56 <listitem>
57 <para>
[432ea40]58 Estimated disk space required: &alabaster-buildsize;
[0cf85fa]59 </para>
60 </listitem>
61 <listitem>
62 <para>
[432ea40]63 Estimated build time: &alabaster-time;
[0cf85fa]64 </para>
65 </listitem>
66 </itemizedlist>
67
68 </sect3>
69
70 <sect3 role="installation">
[036821b]71 <title>Installation of Alabaster</title>
[0cf85fa]72
[432ea40]73 <para>Build the module: </para>
[0cf85fa]74
[082e722]75&build-wheel;
[0cf85fa]76
77 <para>
78 This package does not come with a test suite.
79 </para>
80
81 <para>
82 Now, as the <systemitem class="username">root</systemitem> user:
83 </para>
84
[082e722]85<screen role="root"><userinput>&install-wheel; alabaster</userinput></screen>
[0cf85fa]86
87 </sect3>
88
89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
90 href="../../../xincludes/pip3-cmd-explain.xml"/>
91
92 <sect3 role="content">
93 <title>Contents</title>
94
95 <segmentedlist>
96 <segtitle>Installed Programs</segtitle>
97 <segtitle>Installed Libraries</segtitle>
98 <segtitle>Installed Directories</segtitle>
99
100 <seglistitem>
[432ea40]101 <seg>None</seg>
[0cf85fa]102 <seg>None</seg>
103 <seg>
[432ea40]104 /usr/lib/python&python3-majorver;/site-packages/alabaster and
105 /usr/lib/python&python3-majorver;/site-packages/alabaster-&alabaster-version;.dist-info
[0cf85fa]106 </seg>
107 </seglistitem>
108 </segmentedlist>
[432ea40]109
[0cf85fa]110 </sect3>
111
112 </sect2>
Note: See TracBrowser for help on using the repository browser.