- Timestamp:
- 09/05/2022 09:04:47 PM (13 months ago)
- Branches:
- 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, xry111/soup3, xry111/xf86-video-removal
- Children:
- 056b5965
- Parents:
- 5b5b1d2
- Location:
- general
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/brotli.xml
r5b5b1d2 r5ff8c3a 143 143 144 144 <screen role="root"><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD && 145 pip3 install --no-index --find-links dist --no-cache-dir Brotli</userinput></screen> 146 <!-- 147 <para> 148 If you have built the <application>python</application> bindings, 149 install them as the <systemitem class="username">root</systemitem> 150 user: 151 </para> 152 153 <screen role="root"><userinput>python3 setup.py install - -optimize=1</userinput></screen> 154 --> 145 pip3 install --no-index --find-links dist --no-cache-dir --no-user Brotli</userinput></screen> 155 146 156 147 </sect2> -
general/prog/asciidoc.xml
r5b5b1d2 r5ff8c3a 105 105 </para> 106 106 107 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir asciidoc</userinput></screen>107 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc</userinput></screen> 108 108 109 109 </sect3> -
general/prog/dbus-python.xml
r5b5b1d2 r5ff8c3a 102 102 <sect3 role="installation"> 103 103 <title>Installation of D-Bus Python</title> 104 <!--105 <note>106 <para>107 Both <application>Python 2</application> and108 <application>Python 3</application> modules can109 be built and installed without any conflicts.110 </para>111 </note>112 104 113 <para>114 To build <application>D-Bus Python</application> as the115 <application>Python 2</application> module, run the116 following commands:117 </para>118 119 <screen><userinput>mkdir python2 &&120 pushd python2 &&121 PYTHON=/usr/bin/python2 \122 ../configure - -prefix=/usr - -disable-documentation &&123 make &&124 popd</userinput></screen>125 126 <para>127 To test the results, issue: <command>make -C python2 check</command>.128 Several tests report an error due to dbus issues.129 </para>130 131 <para>132 To build <application>D-Bus Python</application> as the133 <application>Python 3</application> module, run the134 following commands:135 </para>136 -->137 105 <para> 138 106 To build the <application>Python 3 D-Bus Python</application> … … 142 110 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen> 143 111 144 <!--145 <para>146 To test the results, issue: <command>make -C python3 check</command>.147 </para>148 149 <para>150 To install the <application>Python 2</application> module,151 run the following command as the152 <systemitem class="username">root</systemitem> user:153 </para>154 155 <screen role="root"><userinput>make -C python2 install</userinput></screen>156 -->157 112 <para> 158 113 To install the module, run the following command as the &root; user: 159 114 </para> 160 115 161 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir dbus-python</userinput></screen>116 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user dbus-python</userinput></screen> 162 117 163 118 </sect3> -
general/prog/docutils.xml
r5b5b1d2 r5ff8c3a 98 98 </para> 99 99 100 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir docutils &&100 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user docutils && 101 101 102 102 for f in /usr/bin/rst*.py; do -
general/prog/jinja2.xml
r5b5b1d2 r5ff8c3a 97 97 </para> 98 98 99 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir Jinja2</userinput></screen>99 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Jinja2</userinput></screen> 100 100 101 101 </sect3> -
general/prog/lxml.xml
r5b5b1d2 r5ff8c3a 92 92 </para> 93 93 94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir lxml</userinput></screen>94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user lxml</userinput></screen> 95 95 96 96 </sect3> -
general/prog/mako.xml
r5b5b1d2 r5ff8c3a 92 92 </para> 93 93 94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no- deps --no-user Mako</userinput></screen>94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Mako</userinput></screen> 95 95 96 96 </sect3> -
general/prog/markupsafe.xml
r5b5b1d2 r5ff8c3a 92 92 </para> 93 93 94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir markupsafe</userinput></screen>94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user markupsafe</userinput></screen> 95 95 96 96 </sect3> -
general/prog/pycryptodome.xml
r5b5b1d2 r5ff8c3a 87 87 </para> 88 88 89 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir pycryptodome</userinput></screen>89 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pycryptodome</userinput></screen> 90 90 91 91 </sect3> -
general/prog/pygments.xml
r5b5b1d2 r5ff8c3a 86 86 </para> 87 87 88 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir Pygments</userinput></screen>88 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user Pygments</userinput></screen> 89 89 90 90 </sect3> -
general/prog/python-dbusmock.xml
r5b5b1d2 r5ff8c3a 91 91 </para> 92 92 93 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir python-dbusmock</userinput></screen>93 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user python-dbusmock</userinput></screen> 94 94 95 95 </sect3> -
general/prog/python2.xml
r5b5b1d2 r5ff8c3a 132 132 <sect2 role="installation"> 133 133 <title>Installation of Python 2</title> 134 <!-- 135 <caution> 136 <para> 137 After installing this package or 138 updating <application>pip2</application> with the command 139 <command>pip2 install - -upgrade pip</command>, it will remove 140 <application>pip3</application> installed in LFS. To reset 141 <application>pip</application> and <application>pip3</application>, 142 run, as the <systemitem class="username">root</systemitem> user: 143 </para> 144 145 <screen role="nodump"><userinput>python3 -m pip install - -force pip</userinput></screen> 146 </caution> 147 --> 134 148 135 <para> 149 136 First, disable the installation of a script that overwrites a more … … 235 222 <command>pip</command> and <command>setuptools</command> packaging programs. 236 223 <command>setuptools</command> is needed for building some Python modules. 237 This switch is not recommended because this version of Python is being phased out. 224 This switch is not recommended because this version of Python is no longer 225 maintained. 238 226 </para> 239 227 -
general/prog/pyxdg.xml
r5b5b1d2 r5ff8c3a 92 92 </para> 93 93 94 <screen role='root'><userinput>pip3 install --no-index --find-links dist --no-cache-dir pyxdg</userinput></screen>94 <screen role='root'><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user pyxdg</userinput></screen> 95 95 96 96 </sect3> -
general/prog/scour.xml
r5b5b1d2 r5ff8c3a 92 92 </para> 93 93 94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir scour</userinput></screen>94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user scour</userinput></screen> 95 95 96 96 </sect3> -
general/prog/six.xml
r5b5b1d2 r5ff8c3a 115 115 --> 116 116 117 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir six</userinput></screen>117 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user six</userinput></screen> 118 118 119 119 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.