source: general/prog/beaker.xml@ d651fca

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 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 d651fca was d651fca, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to gtksourceview-3.24.3.
Update to postfix-3.2.2.
Update to Beaker-1.9.0 (Python Module).
Update to unrar-5.5.5.

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

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