source: general/prog/python-modules/pygments.xml@ 6c73ed0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 6c73ed0 was db244ae2, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Replace 'pip3 wheel' and 'pip3 install' text with ENTITIES

Currently only python-modules are complete. The python-dependencies
page will be done in another commit.

  • Property mode set to 100644
File size: 3.8 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 pygments-download-http
8 "https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-&pygments-version;.tar.gz">
9 <!ENTITY pygments-download-ftp " ">
10 <!ENTITY pygments-md5sum "&pygments-md5sum;">
11 <!ENTITY pygments-size "4.7 MB">
12 <!ENTITY pygments-buildsize "56 MB">
13 <!ENTITY pygments-time "less than 0.1 SBU">
14]>
15
16 <!-- Begin Pygments -->
17 <sect2 id="pygments" xreflabel="Pygments-&pygments-version;">
18
19 <title>Pygments-&pygments-version;</title>
20
21 <indexterm zone="pygments">
22 <primary sortas="a-Pygments">Pygments</primary>
23 </indexterm>
24
25 <sect3 role="package">
26 <title>Introduction to Pygments Module</title>
27
28 <para>
29 <application>Pygments</application> is a general syntax highlighter
30 written in <application>Python</application>, for more than 300
31 languages.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&pygments-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&pygments-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &pygments-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &pygments-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &pygments-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &pygments-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect3>
71
72 <sect3 role="installation">
73 <title>Installation of Pygments</title>
74
75 <para>
76 Build the <application>Python 3</application> module:
77 </para>
78
79&build-wheel;
80
81 <para>
82 To install the package run the following as the &root; user:
83 </para>
84
85<screen role="root"><userinput>&install-wheel; Pygments</userinput></screen>
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 Library</segtitle>
98 <segtitle>Installed Directories</segtitle>
99
100 <seglistitem>
101 <seg>
102 pygmentize
103 </seg>
104 <seg>
105 None
106 </seg>
107 <seg>
108 /usr/lib/python&python3-majorver;/site-packages/pygments and
109 /usr/lib/python&python3-majorver;/site-packages/Pygments-&pygments-version;.dist-info
110 </seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="pygmentize">
120 <term><command>pygmentize</command></term>
121 <listitem>
122 <para>
123 highlights an input file and writes the result to an output file
124 </para>
125 <indexterm zone="pygments pygmentize">
126 <primary sortas="b-pygmentize">pygmentize</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132
133 </sect3>
134
135 </sect2>
Note: See TracBrowser for help on using the repository browser.