source: general/prog/python-modules/six.xml@ b29fc64

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since b29fc64 was b29fc64, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Archive Python2

Create ulinks:
external multimedia/libdriv/alsa-lib.xml
external xincludes/texruntime.xml
external pst/printing/cups.xml
external networking/netlibs/ldns.xml
external server/other/unbound.xml
external general/prog/yasm.xml

remove multimedia/libdriv/libmusicbrainz.xml
remove x/lib/libglade.xml
remove general/prog/python-modules/pygtk.xml
remove general/prog/python-modules/pycairo2.xml
remove general/prog/python-modules/pygobject2.xml

Already commented out:
general/prog/python-modules/pyxdg.xml
general/prog/python-modules/six.xml

The files listed as removed are still present, but not referenced.
Then need to be moved to the archive when the gimp3 branch is merged
with trunk.

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