Changeset e882fc37
- Timestamp:
- 12/28/2018 11:27:36 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0c463dc
- Parents:
- 4478c65a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r4478c65a re882fc37 8 8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz"> 9 9 <!ENTITY python3-download-ftp " "> 10 <!ENTITY python3-md5sum " 0a57e9022c07fad3dadb2eef58568edb">10 <!ENTITY python3-md5sum "df6ec36011808205beda239c72f947cb"> 11 11 <!ENTITY python3-size "16 MB"> 12 <!ENTITY python3-buildsize " 176MB (add 29 MB for tests)">13 <!ENTITY python3-time " 0.9 SBU (using parallelism=4; add 1.7SBU for tests)">14 12 <!ENTITY python3-buildsize "337 MB (add 29 MB for tests)"> 13 <!ENTITY python3-time "1.2 SBU (add 2.0 SBU for tests)"> 14 <!-- 15 15 <!ENTITY python3htmldoc-download-http 16 "https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">16 "https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2"> --> 17 17 ]> 18 18 … … 80 80 </listitem> 81 81 </itemizedlist> 82 <!-- 83 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 84 <itemizedlist spacing="compact"> 85 <title>Optional HTML Documentation</title> 86 <listitem> 87 <para> 88 Download (HTTP): <ulink url="&python3htmldoc-download-http;"/> 89 </para> 90 </listitem> 91 </itemizedlist> 92 --> 82 93 83 <bridgehead renderas="sect3">Python 3 Dependencies</bridgehead> 94 <!-- 95 <bridgehead renderas="sect4">Recommended</bridgehead> 96 <para role="recommended"> 97 <xref linkend="libffi"/> 98 </para> 99 --> 84 100 85 <bridgehead renderas="sect4">Optional</bridgehead> 101 86 <para role="optional"> 102 87 <xref linkend="bluez"/>, 103 <xref linkend="gdb"/> (required for some tests), and 104 <xref linkend="valgrind"/> 88 <xref linkend="gdb"/> (required for some tests), 89 <xref linkend="valgrind"/>, and 90 <ulink url="http://www.bytereef.org/mpdecimal">libmpcdec</ulink> 105 91 </para> 106 92 … … 143 129 chmod -v 755 /usr/lib/libpython&python3-majorver;m.so && 144 130 chmod -v 755 /usr/lib/libpython3.so</userinput></screen> 145 <!-- 146 <para> 147 If you have downloaded the preformatted documentation from 148 <ulink url="http://docs.python.org/download.html"/>, install it 149 as the <systemitem class="username">root</systemitem> user: 150 </para> 151 152 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html && 153 tar - -strip-components=1 \ 154 - -no-same-owner \ 155 - -no-same-permissions \ 156 -C /usr/share/doc/python-&python3-version;/html \ 157 -xvf ../python-&python3-version;-docs-html.tar.bz2</userinput></screen> 158 --> 131 159 132 <para> 160 133 The test suite must be run separately from the build, either before or … … 162 135 <command>make install</command> after running the test suite. To build 163 136 and install the package, you need to start with a fresh or clean source 164 tree. For the test , you also need a clean source code, so either start by137 tree. For the tests, you also need a clean source code, so either start by 165 138 removing the source code directory and starting over, by uncompressing 166 139 the source tarball or by running <command>make clean</command>. Then … … 168 141 <command>configure</command> switches above, run <command>make</command>, 169 142 then <command>make test</command>. Remember that tests must be executed 170 using an X terminal. One test fails. The test SBU highly depends on the143 using an X terminal. Two tests fail. The test SBU highly depends on the 171 144 speed of the internet connection. 172 145 </para> -
introduction/welcome/changelog.xml
r4478c65a re882fc37 46 46 <para>December 28th, 2018</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to Python-3.7.2. Fixes 50 <ulink url="&blfs-ticket-root;11748">#11478</ulink>.</para> 51 </listitem> 48 52 <listitem revision="systemd"> 49 53 <para>[renodr] - Update to systemd-240. Fixes four vulneabilities. Fixes -
packages.ent
r4478c65a re882fc37 337 337 <!ENTITY php-version "7.3.0"> 338 338 <!ENTITY python2-version "2.7.15"> 339 <!ENTITY python3-version "3.7. 1">339 <!ENTITY python3-version "3.7.2"> 340 340 <!ENTITY ruby-minor-version "2.5"> 341 341 <!ENTITY ruby-patch-version "3">
Note:
See TracChangeset
for help on using the changeset viewer.