Changeset f6ee672
- Timestamp:
- 01/12/2019 09:06:52 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9787b95
- Parents:
- f0cc8f73
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/lxml.xml
rf0cc8f73 rf6ee672 72 72 <para role="required"> 73 73 <xref linkend="libxslt"/> 74 </para> 75 76 <bridgehead renderas="sect5">Recommended</bridgehead> 77 <para role="recommended"> 78 <xref linkend="python2"/> 74 79 </para> 75 80 -
general/prog/pyatspi2.xml
rf0cc8f73 rf6ee672 11 11 <!ENTITY pyatspi2-md5sum "2b588e226bfce50669ed6466d8a2d3b4"> 12 12 <!ENTITY pyatspi2-size "304 KB"> 13 <!ENTITY pyatspi2-buildsize " 5.1MB">13 <!ENTITY pyatspi2-buildsize "3.6 MB"> 14 14 <!ENTITY pyatspi2-time "less than 0.1 SBU"> 15 15 ]> … … 82 82 </para> 83 83 84 <bridgehead renderas="sect5">Optional</bridgehead> 85 <para role="optional"> 86 <xref linkend="python2"/> 87 </para> 88 84 89 <para condition="html" role="usernotes"> 85 90 User Notes: <ulink url="&blfs-wiki;/pyatspi2"/> … … 91 96 <title>Installation of PyAtSpi2</title> 92 97 93 <note>94 <para>95 Both <application>Python 2</application> and96 <application>Python 3</application> modules can97 be built and installed without any conflicts.98 </para>99 </note>100 101 98 <para> 102 To build <application>PyAtSpi2</application> as the 103 <application>Python 2</application> module, run the 104 following commands: 105 </para> 106 107 <screen><userinput>mkdir python2 && 108 pushd python2 && 109 ../configure --prefix=/usr --with-python=/usr/bin/python && 110 popd</userinput></screen> 111 112 <para> 113 To build <application>PyAtSpi2</application> as the 99 To build <application>PyAtSpi2</application> as a 114 100 <application>Python 3</application> module, run the 115 101 following commands: 116 102 </para> 117 103 118 <screen><userinput>mkdir python3 && 119 pushd python3 && 120 ../configure --prefix=/usr --with-python=/usr/bin/python3 && 121 popd</userinput></screen> 104 <screen><userinput>./configure --prefix=/usr --with-python=/usr/bin/python3</userinput></screen> 122 105 123 106 <para> 124 107 This package does not come with a testsuite. 125 108 </para> 126 127 <para>128 To install the <application>Python 2</application> module,129 run the following command as the130 <systemitem class="username">root</systemitem> user:131 </para>132 133 <screen role="root"><userinput>make -C python2 install</userinput></screen>134 109 135 110 <para> … … 139 114 </para> 140 115 141 <screen role="root"><userinput>make -C python3install</userinput></screen>116 <screen role="root"><userinput>make install</userinput></screen> 142 117 143 118 </sect3> -
general/prog/pycrypto.xml
rf0cc8f73 rf6ee672 69 69 <bridgehead renderas="sect4">PyCrypto Dependencies</bridgehead> 70 70 71 <bridgehead renderas="sect5"> Optional</bridgehead>72 <para role=" optional">71 <bridgehead renderas="sect5">Recommended</bridgehead> 72 <para role="recommended"> 73 73 <xref linkend="python2"/> 74 74 </para> -
general/prog/pygobject2.xml
rf0cc8f73 rf6ee672 83 83 <bridgehead renderas="sect5">Required</bridgehead> 84 84 <para role="required"> 85 <xref linkend="glib2"/> and 86 <xref linkend="pycairo"/> (Python 2) 85 <xref linkend="glib2"/>, 86 <xref linkend="pycairo"/> (Python 2), and 87 <xref linkend="python2"/> 87 88 </para> 88 89 -
general/prog/pygtk.xml
rf0cc8f73 rf6ee672 72 72 <bridgehead renderas="sect5">Required</bridgehead> 73 73 <para role="required"> 74 <xref linkend="pygobject2"/> 74 <xref linkend="pygobject2"/> and 75 <xref linkend="python2"/> 75 76 </para> 76 77 -
general/prog/pyxdg.xml
rf0cc8f73 rf6ee672 82 82 <title>Installation of PyXDG</title> 83 83 84 <note>85 <para>86 Both <application>Python 2</application> and87 <application>Python 3</application> modules can88 be built and installed without any conflicts.89 </para>90 </note>91 92 84 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 93 85 94 86 <para> 95 To install the <application>Python 2</application> module, 96 run the following command as the 97 <systemitem class="username">root</systemitem> user: 98 </para> 99 100 <screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen> 101 102 <para> 103 To install the <application>Python 3</application> module, 104 run the following command as the 87 To install the module, run the following command as the 105 88 <systemitem class="username">root</systemitem> user: 106 89 </para> … … 118 101 <seglistitem> 119 102 <seg> 120 /usr/lib/python&python2-majorver;/site-packages/xdg and/or121 103 /usr/lib/python&python3-majorver;/site-packages/xdg 122 104 </seg> -
general/prog/scour.xml
rf0cc8f73 rf6ee672 97 97 <title>Installation of scour</title> 98 98 99 99 100 <note> 100 101 <para> 101 Although this package installs modules for <application>Python 102 2</application> <emphasis>or</emphasis> <application>Python 103 3</application> they are usually invoked by <command>scour</command> 104 which is a script using the version of 105 <application>Python</application> for which it was compiled. 106 </para> 107 108 <para> 109 For the moment, use of <application>Python 2</application> will 110 normally be adequate. 102 Both <application>Python 2</application> and 103 <application>Python 3</application> modules can 104 be built and installed without any conflicts. 111 105 </para> 112 106 </note> 113 107 114 <!-- Editors note: Use \-\-root= instead of DESTDIR= when updating. -->108 <!-- Editors note: Use - -root= instead of DESTDIR= when updating. --> 115 109 116 110 <para> 117 To build the <application>Python 2</application> module, issue: 111 To build the <application>Python 2</application> module, 112 run the following command: 118 113 </para> 119 114 … … 134 129 <screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen> 135 130 136 <note> 137 <para> 138 If you wish to install the <application>Python 3</application> 139 modules, change 'python' to 'python3' in each of the above steps. 140 </para> 141 </note> 131 <para> 132 To build the <application>Python 3</application> module, 133 run the following command: 134 </para> 135 136 <screen><userinput>python3 setup.py build</userinput></screen> 137 138 <para> 139 To install the <application>Python 3</application> module, 140 run the following command as the 141 <systemitem class="username">root</systemitem> user: 142 </para> 143 144 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen> 142 145 143 146 </sect3> -
introduction/welcome/changelog.xml
rf0cc8f73 rf6ee672 51 51 </listitem> 52 52 <listitem> 53 <para>[pierre] - Finish refactoring of the Python modules page: 54 pyatspi2: only P3, pycrypto: make P2 recommended, 55 pygobject2: make P2 required, 56 pygtk: make P2 required, 57 pyxdg: only P3, 58 lxml: make P2 recommended, 59 scour: make P2 recommended and add P3 instructions. Fixes 60 <ulink url="&blfs-ticket-root;11425">#11425</ulink>.</para> 61 </listitem> 62 <listitem> 53 63 <para>[renodr] - Update to gnome-terminal-3.30.2. Partially fixes 54 64 <ulink url="&blfs-ticket-root;11091">#11091</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.